/ Published in: Java
This is a code snippet that retrieves the signatures from a pdf document and the reason for them. It does that in approximately 200ms for one signature.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
PdfReader reader = new PdfReader("c:\\sss.pdf"); AcroFields fields = reader.getAcroFields(); PdfDictionary sig = fields.getSignatureDictionary(signame); }