[
https://issues.apache.org/jira/browse/PDFBOX-1031?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13045381#comment-13045381
]
Gilad Denneboom commented on PDFBOX-1031:
-----------------------------------------
Here's my code:
PDFMergerUtility merger = new PDFMergerUtility();
merger.setDestinationFileName("c:/gilad/input/3.pdf");
merger.addSource("c:/gilad/input/1.pdf");
merger.addSource("c:/gilad/input/2.pdf");
merger.mergeDocuments();
> PDFMergerUtility - form fields disappear
> ----------------------------------------
>
> Key: PDFBOX-1031
> URL: https://issues.apache.org/jira/browse/PDFBOX-1031
> Project: PDFBox
> Issue Type: Bug
> Components: Utilities
> Affects Versions: 1.5.0
> Environment: Windows 7, Acrobat Pro 9, Eclipse Helios SR2
> Reporter: Gilad Denneboom
> Labels: form, util
> Attachments: 1.pdf, 2.pdf, 3.pdf
>
>
> I merge 2 PDF files with fields in them, but the result PDF contains no
> fields.
> I believe this is related to
> https://issues.apache.org/jira/browse/PDFBOX-930, which remains unsolved.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira