[
https://issues.apache.org/jira/browse/PDFBOX-3514?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15526893#comment-15526893
]
Tilman Hausherr edited comment on PDFBOX-3514 at 9/28/16 5:40 PM:
------------------------------------------------------------------
I've experienced the problem from time to time. The cause is that there are
sometimes loops.
Here, the cause is that the page has a /Parent, which has a /Kids array, and
the only entry is this page dictionary.
was (Author: tilman):
You didn't attach the file, but I've experienced the problem from time to time.
The cause is that there are sometimes loops. For example, widgets have a /P
entry that references the page.
> Stackoverflow exception
> -----------------------
>
> Key: PDFBOX-3514
> URL: https://issues.apache.org/jira/browse/PDFBOX-3514
> Project: PDFBox
> Issue Type: Bug
> Components: Parsing
> Affects Versions: 2.0.3
> Reporter: simon steiner
>
> pdf from PDFBOX-1365
> PDDocument x = PDDocument.load(new File("out_PDFA.pdf"));
> x.getPage(0).getCOSObject().toString();
> x.close();
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]