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

Tilman Hausherr commented on PDFBOX-2049:
-----------------------------------------

This isn't the complete stack trace... it should have line numbers and an error 
message. But I realize you're using .NET and maybe the lines have been lost.

Because it is with loading, you can try java instead:
- download the latest app snaphot 
http://repository.apache.org/content/groups/snapshots/org/apache/pdfbox/pdfbox-app/1.8.5-SNAPSHOT/pdfbox-app-1.8.5-20140426.025752-63.jar
- run it:
java -jar pdfbox-app-1.8.5-20140426.025752-63.jar ExtractText YOURFILENAME.PDF

(more options here:
https://pdfbox.apache.org/commandline/#extractText  )

then copy&paste the _complete_ stack trace in a comment. If you see no stack 
trace, then it means the bug has been fixed.

Try also loadNonSeq() instead of load(), in that case, the 2nd parameter must 
be null.



> load PDF file throws WrappedIOException in v1.8.4 but not in v0.7.3
> -------------------------------------------------------------------
>
>                 Key: PDFBOX-2049
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-2049
>             Project: PDFBox
>          Issue Type: Bug
>          Components: .NET
>    Affects Versions: 1.8.4
>         Environment: Visual Studio 2005
>            Reporter: Venkatesan
>
> We are using .Net Version of PDFBox V1.8.4, It throws WrappedIOException for 
> one PDF file at the below line.
> PDDocument doc = PDDocument.load("path of the PDF");
> Were the Same PDF file is read Successfully in the PDFBox V0.7.3.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to