[
https://issues.apache.org/jira/browse/PDFBOX-1087?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andreas Lehmkühler resolved PDFBOX-1087.
----------------------------------------
Resolution: Fixed
Fix Version/s: 2.0.0
1.8.8
Assignee: Andreas Lehmkühler
Should work after solving PDFBOX-2468
> FDF parsing is unreliable when xref are missing
> -----------------------------------------------
>
> Key: PDFBOX-1087
> URL: https://issues.apache.org/jira/browse/PDFBOX-1087
> Project: PDFBox
> Issue Type: Bug
> Components: Parsing
> Affects Versions: 1.8.7, 2.0.0
> Environment: Windows Vista SP2 / jre 1.6.0 update 26
> Reporter: Michel Onoff
> Assignee: Andreas Lehmkühler
> Labels: FDF
> Fix For: 1.8.8, 2.0.0
>
>
> The following simple FDF is not parsed correctly. The fields list returned by
> FDFDocument.load(fdfPath).getCatalog().getFDF().getFields(); is null. Note
> that xrefs are optional in FDF
> {code}
> %FDF-1.2
> %âãÏÓ
> 1 0 obj
> <<
> /FDF << /Fields [ << /V (Sample body)/T (Body)>> << /V (Sample to)/T (To)>>
> ]
> >>
> >>
> endobj
> trailer
> <<
> /Root 1 0 R
> >>
> %%EOF
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)