You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pdfbox.apache.org by "Keith Cozad (JIRA)" <ji...@apache.org> on 2018/09/11 20:12:00 UTC

[jira] [Comment Edited] (PDFBOX-3111) Replicate Acrobat behavior when merging PDFs with interactive forms

    [ https://issues.apache.org/jira/browse/PDFBOX-3111?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16611176#comment-16611176 ] 

Keith Cozad edited comment on PDFBOX-3111 at 9/11/18 8:11 PM:
--------------------------------------------------------------

I believe I'm experiencing the same issue, with a slightly different variant.

I have 2 separate PDFs that I'm merging. I use this line:

pdfMerger.mergeDocuments( MemoryUsageSetting.setupTempFileOnly()

However, I lose any fields on the second form that were named the same as the first (such as "name" or "creditCard")


was (Author: strnger):
I believe I'm experiencing the same issue, with a slightly different variant.

I have 2 separate PDFs that I'm merging. I use this line:

pdfMerger.mergeDocuments( MemoryUsageSetting.setupTempFileOnly()

However, I lose any fields on the second form that were named the same as the first (such as "name" or "creditCard"

> Replicate Acrobat behavior when merging PDFs with interactive forms
> -------------------------------------------------------------------
>
>                 Key: PDFBOX-3111
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-3111
>             Project: PDFBox
>          Issue Type: New Feature
>          Components: AcroForm
>    Affects Versions: 1.8.10, 2.0.0
>            Reporter: Maruan Sahyoun
>            Priority: Major
>
> When PDFs containing interactive forms are merged using Acrobat, fields with the same name are merged into one. That's different to the current behavior of PDFBox which renames to be merged fields so they have a unique name (see PDFBOX-3094).
> In addition Acrobat supports merging documents with interactive forms into collections when keeping the existing (duplicate) fields is required.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@pdfbox.apache.org
For additional commands, e-mail: dev-help@pdfbox.apache.org