You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pdfbox.apache.org by "Tilman Hausherr (JIRA)" <ji...@apache.org> on 2014/04/30 08:08:15 UTC

[jira] [Comment Edited] (PDFBOX-2049) load PDF file throws WrappedIOException in v1.8.4 but not in v0.7.3

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

Tilman Hausherr edited comment on PDFBOX-2049 at 4/30/14 6:07 AM:
------------------------------------------------------------------

The warning means that the file is not a properly structured PDF file. There are no errors, 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.



was (Author: tilman):
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)