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

Combining Multiple PDF's with the Same Form Field names, But Different Text.

New Here ,
Jun 28, 2017 Jun 28, 2017

I need to combine daily field sheets into a single PDF for submittal. However, I can not combine the pages without all of the fields changing to match what is in first daily field sheet. I know I can change the field names, but there are dozens of them. I also can't save the PDF so that the fields are gone, but the information in the fields remains. I've tried saving the PDF as an image (jpeg, png, etc.) but then I am unable to reopen the file with Acrobat. I have tried archiving the PDF, but then all the forms are deleted, along with all of the information in them. There are dozens of forms per daily report, and multiple reports per project, with hundreds of projects a year. I need an efficient way to combine these files.

TOPICS
PDF forms
6.0K
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
1 ACCEPTED SOLUTION
Community Expert ,
Jun 28, 2017 Jun 28, 2017

You need to flatten the files before combining them. If you have Acrobat Pro run an Action on them that executes this code:

this.flattenPages();

This will convert the form fields to static contents and you'll be able to merge the files and maintain the unique values in each one.

View solution in original post

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
Community Expert ,
Jun 28, 2017 Jun 28, 2017

You need to flatten the files before combining them. If you have Acrobat Pro run an Action on them that executes this code:

this.flattenPages();

This will convert the form fields to static contents and you'll be able to merge the files and maintain the unique values in each one.

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
Community Expert ,
Jun 28, 2017 Jun 28, 2017

PS. Note that this process is not reversible, so make sure you have a backup copy of your files before processing them in this way.

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
New Here ,
Aug 11, 2023 Aug 11, 2023
LATEST

i get a message of undefined and nothing happens

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