Digital Signature Workflow and API
Is the Digital Signature Workflow explained here supported by the API?
I'd like to support this scenario in addition to the standard one.
Is the Digital Signature Workflow explained here supported by the API?
I'd like to support this scenario in addition to the standard one.
I cannot work with a document with text tags. I'm creating the pdf automatically in my system. The end user just need to sign it.
If I open the PDF in Acrobat it doesn't show anything in the signature panel

I tried setting the content type as SIGNATURE but it didn't worked..
Could you please verify (it's ok if you can look next week).
Thank you.
Martino
Hi Martino,
I received confirmation from our product teams that digital signature field creation via the api is not supported.
2 alternative approaches which work if they ar epractical for you
-when creating the pdf, inject the digital signature text tag:
{{digsig1_es_:signer1:digitalsignature}}
https://helpx.adobe.com/content/dam/help/en/sign/adobesign_text_tags_guide.pdf#page=19
If your pdf creation solution lets you add acrobat form fields, you could also add an acroform text field with the name:
digsig1_es_:signer1:digitalsignature
- Make use of field layer templates. If your PDF output is consistent (in number of pages and page size and location of page elements) form layer templates are an option as well. To make use of this, take a sample pdf output and use this to create a library template via the webportal. When doing this you are given the option to make it a form field layer template. (or use the api to create one)
When creating this template, place the required fields on the document.
Then when the time comes you can use this layer template to 'stamp' the field on the pdf you upload. So you only get the field place in the same location.
In your api call to create the agreement, instead of specifying each field, simply refer to the form field layer template. (again use the API to retrieve the Agreement/templateId first)
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.