[
https://issues.apache.org/jira/browse/PDFBOX-5232?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17373699#comment-17373699
]
Michael Klink edited comment on PDFBOX-5232 at 7/2/21, 5:44 PM:
----------------------------------------------------------------
{quote}I wonder if this is somehow a recursion because it comes from the same
document.{quote}
It is an endless loop of an array being added to itself, see the [stack
overflow question|https://stackoverflow.com/a/68229200/1729265].
was (Author: mkl):
{quote}I wonder if this is somehow a recursion because it comes from the same
document.{quote}
It is, see the [stack overflow
question|https://stackoverflow.com/a/68229200/1729265]
> LayerUtility().importPageAsForm() doesn't return
> ------------------------------------------------
>
> Key: PDFBOX-5232
> URL: https://issues.apache.org/jira/browse/PDFBOX-5232
> Project: PDFBox
> Issue Type: Bug
> Components: Utilities
> Affects Versions: 2.0.24, 3.0.0 PDFBox
> Reporter: Tilman Hausherr
> Priority: Major
> Attachments: Pour Ronald - PDF Autocad reduit.pdf
>
>
> {code}
> PDDocument pdDocument = PDDocument.load(imported);
> new LayerUtility(pdDocument).importPageAsForm(pdDocument, 0);
> {code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]