You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pdfbox.apache.org by "Luis Bernardo (JIRA)" <ji...@apache.org> on 2014/04/03 13:00:17 UTC

[jira] [Updated] (PDFBOX-2003) Merging PDFs with interactive forms produces incorrect result

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

Luis Bernardo updated PDFBOX-2003:
----------------------------------

    Attachment: sample2.pdf

sample2.pdf is similar to sample.pdf except that the hex strings are not utf-16be encoded. the result of merging sample2.pdf with itself shows the same problem nevertheless: there is missing content in the second page (using Adobe Reader).

 

> 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, sample2.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)