Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

why is information from individual pdfs that were created using fillable form changing when I try to combine the files?

Guest
Mar 24, 2016 Mar 24, 2016

I have multiple pdf documents that were created using a fillable form.  When I try to create a combined pdf the information either gets removed from all pages after the first page, or all pages after page 1 look like duplicates of page 1.  what am I doing wrong?

TOPICS
Acrobat SDK and JavaScript
535
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , Mar 24, 2016 Mar 24, 2016

The problem is that those files have fields with the same names in them, so

when you merge them they becomes copies of one another and all of their

values become the same.

To avoid it you need to either rename the fields before merging the files

or flatten them, converting them to static content.

On Thu, Mar 24, 2016 at 10:00 PM, peggyp13342216 <forums_noreply@adobe.com>

Translate
Community Expert ,
Mar 24, 2016 Mar 24, 2016

The problem is that those files have fields with the same names in them, so

when you merge them they becomes copies of one another and all of their

values become the same.

To avoid it you need to either rename the fields before merging the files

or flatten them, converting them to static content.

On Thu, Mar 24, 2016 at 10:00 PM, peggyp13342216 <forums_noreply@adobe.com>

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Mar 24, 2016 Mar 24, 2016
LATEST

Flatten them?  sorry I'm new at this - I thought I was doing great just creating the form.

**I figured it out!  thank you!

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines