You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pdfbox.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2014/11/01 10:08:34 UTC

[jira] [Commented] (PDFBOX-2468) Switch FDFDocument.load from PDFParser to NonSequentialParser

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

ASF subversion and git services commented on PDFBOX-2468:
---------------------------------------------------------

Commit 1635903 from [~lehmi] in branch 'pdfbox/trunk'
[ https://svn.apache.org/r1635903 ]

PDFBOX-2468: switch FDFDocument to NonSequentialParser, enable FDF support within NonSequentialParser

> Switch FDFDocument.load from PDFParser to NonSequentialParser
> -------------------------------------------------------------
>
>                 Key: PDFBOX-2468
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-2468
>             Project: PDFBox
>          Issue Type: Improvement
>          Components: Parsing
>    Affects Versions: 1.8.7, 2.0.0
>            Reporter: Andreas Lehmkühler
>            Assignee: Andreas Lehmkühler
>
> The PDFParser requires a startxref offset but FDFs don't necessarily  have one. As the non-sequential parser is able to read all objects of a pdf/fdf without a startxref-offset/xref table (see PDFBOX-1595) we have to switch from the old sequential parser to the non-sequential parser when loading a FDF file.



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