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

ADOBE ACROBAT Merged PDF issue

New Here ,
Mar 25, 2024 Mar 25, 2024

Copy link to clipboard

Copied

Im merging few PDFs which are same PDFs with 4 fields in each in a pyhon code adn downloading the merged PDF.
Example :

PDF 1:

name - ash

age -31

branch - 1

code -1

 

PDF 2:

name-tgtg

age - 54

branch-6

code-9

 

Above are the fields and values in each PDF.
When I merge the two PDFs in python code and dowload the PDF, Im getting the following in the merged PDF

name - ash

age -31

branch - 1

code -1

name - ash

age -31

branch - 1

code -1
The two PDFs are merging but when i open in the acrobat reader, im having same field values for the second PDF also same as the first PDF.
When I try to open the merged PDF in firefox browser, there is no issue all the fields are different.
Any suggestions why this is happening

?

TOPICS
Create PDFs , Modern Acrobat , PDF , PDF forms

Views

116

Translate

Translate

Report

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 ,
Mar 25, 2024 Mar 25, 2024

Copy link to clipboard

Copied

LATEST

In a single PDF, Fields with the same name have the same value. You'll need to flatten the PDFs before merging if you want the field data to be displayed properly.  

 

 

Thom Parker - Software Developer at PDFScripting
Use the Acrobat JavaScript Reference early and often

Votes

Translate

Translate

Report

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