Kuldeep Raj Tiwari
Kuldeep Raj Tiwari

Reputation: 51

Customizing Signature fields in Document using adobe sign API

I'm using adobe sign api's to send document for signatures, in current behaviour signature fields are being added to end of document. Can we customize the location and appearance of signature fields? and have found some relevent information from this link: https://helpx.adobe.com/sign/kb/place-form-fields-in-a-document-using-rest-api-adobe-sign.html but is seems like outdated implementation and not working currently. Any help? Thanks In Advance.

Upvotes: 0

Views: 1642

Answers (2)

Ali Sheib OFS
Ali Sheib OFS

Reputation: 1

I found the solution, you should first upload an agreement with an "AUTHROING" title instead of "IN_PROCESS" and then use the agreement id to add the fields in a separate post request with your desired configurations and dimensions for the added fields.

Upvotes: 0

Kuldeep Raj Tiwari
Kuldeep Raj Tiwari

Reputation: 51

I have found two solution, there is two ways we can control form fields:

  1. Using text tag that we should put in our document and adobe automatically convert it to signature filed

       Here is the link

  1. Other way is using v6 api endpoint, the link mentioned in question is not for V6 api. Here is the link through which we can update form filed.

Out of above two approach, I found the first one best. It also provide lot of other flexibility.

Upvotes: 0

Related Questions