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/11/01 10:15:34 UTC

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

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

Andreas Lehmkühler resolved PDFBOX-2468.
----------------------------------------
       Resolution: Fixed
    Fix Version/s: 2.0.0
                   1.8.8

I've enabled FDF support within the NonSequentialParser (FDF files don't have either a catalog nor pages like PDFs). In oder to use all these new features I've switched FDFDocment to the non-sequential parser.

> 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
>             Fix For: 1.8.8, 2.0.0
>
>
> 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)