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=lnk&kid0944&bid$1720&dat1642
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to