You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pdfbox.apache.org by "Andreas Lehmkühler (JIRA)" <ji...@apache.org> on 2014/10/20 19:14:34 UTC

[jira] [Resolved] (PDFBOX-1918) PDF with incorrect startxref

     [ https://issues.apache.org/jira/browse/PDFBOX-1918?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andreas Lehmkühler resolved PDFBOX-1918.
----------------------------------------
    Resolution: Fixed
      Assignee: Andreas Lehmkühler

The pdf can be parsed without any problem using the non sequential parser after solving PDFBOX-2250

> PDF with incorrect startxref
> ----------------------------
>
>                 Key: PDFBOX-1918
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-1918
>             Project: PDFBox
>          Issue Type: Bug
>          Components: Parsing, Utilities
>    Affects Versions: 1.8.4
>            Reporter: Jr. John
>            Assignee: Andreas Lehmkühler
>             Fix For: 1.8.8, 2.0.0
>
>         Attachments: rpt1390780234888753.pdf, rpt1390780234888753.pdf
>
>
> Current version has same problem 1.8.4
> D:\Software\pdfbox>java -jar pdfbox-app-1.8.4.jar ConvertColorspace rpt1390780234888753.pdf test.pdf
> 二月 07, 2014 4:59:11 下午 org.apache.pdfbox.pdfparser.BaseParser parseCOSStream
> 警告: Specified stream length 15353 is wrong. Fall back to reading stream until 'endstream'.
> 二月 07, 2014 4:59:11 下午 org.apache.pdfbox.pdfparser.BaseParser parseCOSStream
> 警告: Specified stream length 12156 is wrong. Fall back to reading stream until 'endstream'.
> 二月 07, 2014 4:59:11 下午 org.apache.pdfbox.pdfparser.XrefTrailerResolver setStartxref
> 警告: Did not found XRef object at specified startxref position 83636
> ConvertColorspace failed with the following exception:
> java.io.IOException: Missing closing bracket for hex string. Reached EOS.
> at org.apache.pdfbox.pdfparser.BaseParser.parseCOSHexString(BaseParser.java:1023)
> at org.apache.pdfbox.pdfparser.BaseParser.parseCOSString(BaseParser.java:816)
> at org.apache.pdfbox.pdfparser.PDFStreamParser.parseNextToken(PDFStreamParser.java:259)
> at org.apache.pdfbox.pdfparser.PDFStreamParser.parse(PDFStreamParser.java:133)
> at org.apache.pdfbox.ConvertColorspace.replaceColors(ConvertColorspace.java:88)
> at org.apache.pdfbox.ConvertColorspace.main(ConvertColorspace.java:385)
> at org.apache.pdfbox.PDFBox.main(PDFBox.java:46)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)