[
https://issues.apache.org/jira/browse/PDFBOX-3292?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15214748#comment-15214748
]
Tim Allison commented on PDFBOX-3292:
-------------------------------------
I finally had a chance to apply Tilman's recommendation on PDFBOX-3058 and move
all PDF files that don't contain '%%EOF' into a folder called "truncated_pdfs".
There was only one pdf in govdocs1 that was truncated.
The above files were "masked" by the vast majority (I think!) of files that are
actually truncated.
> Error reading stream, expected='endstream' actual='' in non-truncated files
> ---------------------------------------------------------------------------
>
> Key: PDFBOX-3292
> URL: https://issues.apache.org/jira/browse/PDFBOX-3292
> Project: PDFBox
> Issue Type: Bug
> Components: Parsing
> Affects Versions: 2.0.0
> Reporter: Tim Allison
> Priority: Minor
>
> When PDF files are truncated, one of the most common exceptions in PDFBox
> 2.0.0 is:
> {noformat}
> java.io.IOException: Error reading stream, expected='endstream' actual='' at
> offset 165888
> at
> org.apache.pdfbox.pdfparser.COSParser.parseCOSStream(COSParser.java:999)
> at
> org.apache.pdfbox.pdfparser.COSParser.parseXrefObjStream(COSParser.java:326)
> at org.apache.pdfbox.pdfparser.COSParser.parseXref(COSParser.java:287)
> at
> org.apache.pdfbox.pdfparser.PDFParser.initialParse(PDFParser.java:192)
> at org.apache.pdfbox.pdfparser.PDFParser.parse(PDFParser.java:249)
> at org.apache.pdfbox.pdmodel.PDDocument.load(PDDocument.java:847)
> {noformat}
> There two files in govdocs1 that are NOT truncated and trigger this exception
> in 2.0.0, but were parsed by PDFBox 1.8.11 with the classic parser.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]