Works for me. Post the PDF if you are really sure that there's a signature inside.


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Michael Kail
Sent: Thursday, March 02, 2006 4:02 PM
To: [email protected]
Subject: [iText-questions] Find hidden signatures

Hi to all!

 

I have a problem. I wan’t to read all signatures that are in a pdf file. Currently I’m doing it that way:

 

PdfReader reader = new PdfReader(pdf);

AcroFields af = reader.getAcroFields();

//get signature names

ArrayList signames = af.getSignatureNames();

 

If the signature is hidden, the arraylist is empty. Now I don’t know if there is any way to get all

Signature, even the hidden ones.

I hope that anybody can help me. Thanks!

 

Michael

 

Reply via email to