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
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