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

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

I can't; Andreas can and probably will; you may possibly, click on "more 
actions" to see if there is a menu item "close as duplicate". If there is, 
enter PDFBOX-1668 in the dialog (if there is one).
                
> 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