[
https://issues.apache.org/jira/browse/PDFBOX-2049?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13985210#comment-13985210
]
Tilman Hausherr commented on PDFBOX-2049:
-----------------------------------------
The warning means that the file is not a properly structured PDF file. There is
no more text, so PDFBox was able to read the file anyway (the latest version is
more lenient towards broken files). So it is good news and you should find
"Sample.txt" file with the extracted text.
> 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)