Maruan Sahyoun created PDFBOX-3364:
--------------------------------------

             Summary: PDModel.getSignatureFields() only returns top level 
signature fields
                 Key: PDFBOX-3364
                 URL: https://issues.apache.org/jira/browse/PDFBOX-3364
             Project: PDFBox
          Issue Type: Improvement
          Components: PDModel
    Affects Versions: 2.0.1, 2.0.0, 2.0.2, 2.1.0
            Reporter: Maruan Sahyoun
            Assignee: Maruan Sahyoun
            Priority: Minor
             Fix For: 2.0.2, 2.1.0


>From the users mailing list

{quote}
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.
{quote}

The user correctly spotted that we only return top level fields and not 
descendant fields (as can be seen from the source code).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to