Skip to main content
Kherty
Participant
January 13, 2016
Question

Is there a way to count digital signatures within a PDF document?

  • January 13, 2016
  • 1 reply
  • 686 views

I am trying to figure out what the best method is to count the digital signatures within a PDF file?  Does anybody have any suggestions or recommendations?  Would like to see if there is a way to export this data into a database format in order for me to do completion tracking?

This topic has been closed for replies.

1 reply

Inspiring
January 14, 2016

You can use JavaScript and check whether the signature fields are signed or not, and extract other information. A digital signature is implemented as a type of field and there are specific methods for retrieving information from signature fields. More information is in the Acrobat JavaScript reference, but post again if you get stuck.