Looking for a method to complie a list of signatures (who and when signed) in a document. I have the signature panel, but need to be able to extract that as a data set? Help?
You can use JavaScript. A digital signature is a type of form field and there are various methods (field.signatureValidate, field.signatureInfo) for getting information. For more information, see:
http://livedocs.adobe.com/acrobat_sdk/9.1/Acrobat9_1_HTMLHelp/JS_API_A croJS.88.756.html
http://livedocs.adobe.com/acrobat_sdk/9.1/Acrobat9_1_HTMLHelp/JS_API_A croJS.88.759.html
http://livedocs.adobe.com/acrobat_sdk/9.1/Acrobat9_1_HTMLHelp/JS_API_A croJS.88.480.html
So the script could loop through the fields in a document, collect information about the signature fields, and generate a report using the Report object or creating a data file (aka Data Object).
North America
Europe, Middle East and Africa
Asia Pacific