[ https://issues.apache.org/jira/browse/PDFBOX-2003?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Luis Bernardo updated PDFBOX-2003: ---------------------------------- Attachment: sample.pdf java -jar pdfbox-app-*.jar PDFMerger sample.pdf sample.pdf merged.pdf shows what is probably the same issue (tested with 1.8.4 and trunk). I think the problem is caused by collisions of field names that are hexadecimal strings. PDFBox seems to (correctly) rename field names that collide if they are literal strings, but not if they are hexadecimal. > Merging PDFs with interactive forms produces incorrect result > ------------------------------------------------------------- > > Key: PDFBOX-2003 > URL: https://issues.apache.org/jira/browse/PDFBOX-2003 > Project: PDFBox > Issue Type: Bug > Affects Versions: 1.8.4 > Reporter: Gerhard Temper > Attachments: page1.pdf, page2.pdf, sample.pdf > > > When merging a PDF with form fields (page2.pdf) to a PDF generated via FOP > (page1.pdf), the form fields of page2.pdf are not shown in the result in > Acrobat Reader. > When merging page2.pdf twice, the form fields are not shown for the first > occurrence but are shown for the second occurrence. > When merging page2.pdf with a PDF created by MS Word, the problem is not > reproducible. > Command line to reproduce the problem: > java -classpath pdfbox-app-1.8.4.jar org.apache.pdfbox.PDFMerger page1.pdf > page2.pdf page2.pdf result.pdf -- This message was sent by Atlassian JIRA (v6.2#6252)