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/24 19:36:34 UTC

[jira] [Updated] (PDFBOX-1036) FDFExport/Import gives strange results

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

Andreas Lehmkühler updated PDFBOX-1036:
---------------------------------------
    Labels: AcroForm FDF  (was: fdf form)

> FDFExport/Import gives strange results
> --------------------------------------
>
>                 Key: PDFBOX-1036
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-1036
>             Project: PDFBox
>          Issue Type: Bug
>          Components: Utilities
>    Affects Versions: 1.5.0
>         Environment: Windows 7, Acrobat Pro 9.4.4, Eclipse Helios SR2
>            Reporter: Gilad Denneboom
>              Labels: AcroForm, FDF
>         Attachments: result.pdf, test.fdf, test.pdf
>
>
> 1. Create a new, blank PDF in Acrobat.
> 2. Add a text form field and set the contents to "some text".
> 3. Run ExportFDF and then ImportFDF on this file.
> The result is a messed-up text box. See the attached files.
> Also I've noticed that the FDF created by PDFBox is very different to the one created by Acrobat.
> Here's my code:
>         ExportFDF.main(new String[]{"c:/gilad/input/test.pdf", "c:/gilad/input/test.fdf"});
> 	ImportFDF.main(new String[]{"c:/gilad/input/test.pdf", "c:/gilad/input/test.fdf", "c:/gilad/input/result.pdf"});



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