Christian Czech created PDFBOX-1775:
---------------------------------------

             Summary: StackOverflowError in PDAcroForm with getFields()
                 Key: PDFBOX-1775
                 URL: https://issues.apache.org/jira/browse/PDFBOX-1775
             Project: PDFBox
          Issue Type: Bug
    Affects Versions: 1.8.2
            Reporter: Christian Czech


Hi,

an StackOverflowError occur!

My Code:
PDAcroForm acroForm = catalog.getAcroForm();
                if (acroForm != null) {
                        log.info(currentDocument + " found fields");
                        List fields = null;
                        try {
                          //acroForm.
                                fields = acroForm.getFields();
...

Can you look at the problem?
Thanks




--
This message was sent by Atlassian JIRA
(v6.1#6144)

Reply via email to