Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.0.0, 2.0.1, 2.0.2, 3.0.0 PDFBox
-
None
Description
From the users mailing list
I'm tying to rewrite my code in order to use the PDFBox in place of the
current library.
First of all, thank you for the great work you are doing!I'm trying to manage signatures of a PDFdocuments and the method that I use
to obtain the Signatures' list from the PDDocument is:public List<PDSignature> *getSignatureDictionaries *() throws IOException
I'm in trouble with a specific signed PDF document because this method
returns an empty signature list.
The user correctly spotted that we only return top level fields and not descendant fields (as can be seen from the source code).