Demétrius Jubé created PDFBOX-1726: --------------------------------------
Summary: PDDocument.load() freezes while loading certain types of documents (Infinity load) Key: PDFBOX-1726 URL: https://issues.apache.org/jira/browse/PDFBOX-1726 Project: PDFBox Issue Type: Bug Reporter: Demétrius Jubé When trying to load the document located at http://web.itu.edu.tr/~pazarci/rtv/TEK_Digital%20Video%20Measurements_25W_14700_3.pdf, the system halts and never come back. It does not exit and does not print any error message. It just stops at PDDocument.load() and does not continue. Here are the steps to reproduce (Assuming that the file is located at docPath variable): {code} FileInputStream file = new FileInputStream(docPath); PDDocument documento = PDDocument.load(stream, true); {code} -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira