Copy link to clipboard
Copied
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
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:
...Copy link to clipboard
Copied
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: