Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Create Adobe Sign template with Matrix Form Field

New Here ,
Nov 24, 2021 Nov 24, 2021

Hi,

I'm trying to create a Adobe Sign Template for a Customer Agreement form.
In the document I want to show the Customer Order Lines.
The number of Order Lines is varying from 1 to 100.

Is it possible to have a form Field that I can fill with the OrderLines and autosizes with the numer of OrderLines? For instance using HTML?

I use Azure Logic App to fill the template and send to the customer.

Thanks in advance for answering!

Kind regards,

Richard Kool

TOPICS
Adobe Sign forms
438
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Adobe Employee , Nov 24, 2021 Nov 24, 2021

Adobe Sign internal format is PDF, which is static, so you cannot create tables dynamically using just Sign.

You'll need to generate the document outside Sign and then upload the generated document to Sign.

 

Adobe has the Document Generation API for this:

https://www.adobe.io/apis/documentcloud/dcsdk/doc-generation.html

This blog explains how the Document generator API can be use dwith Sign using MS power Automate:

https://medium.com/adobetech/generate-documents-and-send-in-bulk-for-signature-in-microsoft-power-automate-807838092dcf

...
Translate
Adobe Employee ,
Nov 24, 2021 Nov 24, 2021
LATEST

Adobe Sign internal format is PDF, which is static, so you cannot create tables dynamically using just Sign.

You'll need to generate the document outside Sign and then upload the generated document to Sign.

 

Adobe has the Document Generation API for this:

https://www.adobe.io/apis/documentcloud/dcsdk/doc-generation.html

This blog explains how the Document generator API can be use dwith Sign using MS power Automate:

https://medium.com/adobetech/generate-documents-and-send-in-bulk-for-signature-in-microsoft-power-au...

 

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines