You already know that. There's another method to get the blank signatures.

----- Original Message ----- From: "Michael Kail" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Friday, March 03, 2006 8:48 AM
Subject: [iText-questions] get Signatures


Hi!
I have just one small question. Before I searched in the mailing list,
but I didn't find any answer to my problem.

Just to get sure, how to find any signature in a pdf file:

PdfReader reader = new PdfReader(pdf);
AcroFields af = reader.getAcroFields();
//get signature names
ArrayList signames = af.getSignatureNames();
if (signames.isEmpty()){
return;
}

In this Arraylist are all Signature names available. Are there any known
bugs or reasons why acrobat reader shows me a signature, but there's
none in the ArrayList?

Thanks for help again...

Michael


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=k&kid0944&bid$1720&dat1642
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to