[ 
https://issues.apache.org/jira/browse/PDFBOX-1726?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13776582#comment-13776582
 ] 

Tilman Hausherr commented on PDFBOX-1726:
-----------------------------------------

try .loadNonSeq() instead of load(), that one doesn't freeze. (tested with 
version 1.8.3)
                
> 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

Reply via email to