These forums are now Read Only. If you have an Acrobat question, ask questions and get help from one of our experts.

how to export data from digitally signed form?

PJ_F
Registered: Dec 10 2009
Posts: 7
Answered

I have done a "lets call it" registration form with several data fields an 2 signature fields.
The form is working fine. Also tracker is doing his job. My problem is that my 2 signature fields are blank in the export file. It doesnt matter if I export to csv or to xml.
My goal to export "some" of the given attributes from digital signature as name & email & the timestamp (the signature was done).
How can I do this?
All other data is no problem.

btw. I´m working on windows XP an with acrobat 9 standard. The form base was originally designed in excel.

Is there anyone who can help me with this?

thank you PJ

My Product Information:
Acrobat Standard 9.1.2, Windows
thomp
Expert
Registered: Feb 15 2006
Posts: 4411
A digital signature is not a data field. Signing a PDF causes Acrobat to make a checksum of the entire PDP and then store it in the PDF. This checksum is then checked to validate that changes have not been made to the PDF.

There is all kinds of info in the signature, but none of it is actual field data. You can however use a script to extract info from the signature and then include this info in hidden form fields that will appear in the exported data. See the JS reference for details

Thom Parker
The source for PDF Scripting Info
[url=http://www.pdfScripting.com]pdfscripting.com[/url]

The Acrobat JavaScript Reference, Use it Early and Often
[url=http://www.adobe.com/devnet/acrobat/javascript.php]http://www.adobe.com/devnet/acrobat/javascript.php[/url]

Then most important JavaScript Development tool in Acrobat
[url=http://www.pdfscripting.com/public/34.cfm#JSIntro][b]The Console Window (Video tutorial)[/b][/url]
[url=http://www.acrobatusers.com/tutorials/2006/javascript_console][b]The Console Window(article)[/b][/url]

Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script