Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.8.11, 1.8.12, 2.0.0, 2.0.1, 3.0.0 PDFBox
-
None
Description
For this PDF file attached, this function will hang:
public void testNewVersion() throws IOException {
PDDocument doc = PDDocument.load(PdfVerificationTest.class.getClassLoader().getResource("infinite_loop.pdf").openStream());
PDFRenderer pdfRenderer = new PDFRenderer(doc);
for(int i=1;i<doc.getNumberOfPages();i++)
}
Attachments
Attachments
Issue Links
- is related to
-
PDFBOX-4253 Optimize PDFunctionType3.eval()
- Closed