Skip to main content
Participant
February 1, 2019
Answered

How to create signature field with date using javascript

  • February 1, 2019
  • 1 reply
  • 925 views

Hello,

I currently have 150 pdfs that need signed and no one wants to sign them cause of the amount. In order to get them signed I was thinking about creating a signature field with date to each pdf. these pdfs will have the signature field in an exact location for every one and on the the first page. I am fairly new to scripting so anything would help.

If yall also could point me in the right direction to do this as a batch process that would be great.

This topic has been closed for replies.
Correct answer try67

You can add a signature field using the addField method of the Document object. There's no need to add a date field as a signed field will contain the date and time it was signed. To sign it you would need to use the signatureSign method of the Field object.

1 reply

try67
Community Expert
try67Community ExpertCorrect answer
Community Expert
February 1, 2019

You can add a signature field using the addField method of the Document object. There's no need to add a date field as a signed field will contain the date and time it was signed. To sign it you would need to use the signatureSign method of the Field object.