Skip to main content
Participant
November 24, 2021
Answered

Create Adobe Sign template with Matrix Form Field

  • November 24, 2021
  • 1 reply
  • 453 views

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

This topic has been closed for replies.
Correct answer SimonATS

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

 

1 reply

SimonATSCorrect answer
Legend
November 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