Hi

I have a PDF which when opened in Adobe PDF Reader displays a valid signature.
But when i open it with the RandomAccessFileOrArray() and create a
PdfReader  object (lets call this reader) of that, the following code
will not return signature names:

AcroFields af = reader.getAcroFields();
ArrayList names = af.getSignatureNames();

names.length will be 0

This is working in most cases but sometimes it just does not. Any
ideas why this could happen and how i could resolve this?

------------------------------------------------------------------------------
Got visibility?
Most devs has no idea what their production app looks like.
Find out how fast your code is with AppDynamics Lite.
http://ad.doubleclick.net/clk;262219671;13503038;y?
http://info.appdynamics.com/FreeJavaPerformanceDownload.html
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions

iText(R) is a registered trademark of 1T3XT BVBA.
Many questions posted to this list can (and will) be answered with a reference 
to the iText book: http://www.itextpdf.com/book/
Please check the keywords list before you ask for examples: 
http://itextpdf.com/themes/keywords.php

Reply via email to