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

Form Fields for subsequent pages not displayed.

Community Beginner ,
Apr 14, 2020 Apr 14, 2020

Copy link to clipboard

Copied

We are concatenating pages to create a document with 2 signed documents additional history pages and certificate page with form fields, we have same certificate page with form fields that we are adding in 2 separate places within the document.

 

On opening the pdf in Acrobat reader, the first page with the fields loads fine, but the 2nd page doesn't display the form fields.

 

In Signature Panel, if we click on 'click to view this version', then the form fields for the 2nd page is visible. But this is not a solution we are looking for.

 

On flattening this page and then adding it to the document, works fine, but the question here is why won't it display on without flattening or without the the need for clicking on 'click to view this version'.

 

This is a problem we are able to see in Acrobat Reader only, the same pdf looks fine in DocumentViewer.

 

Any Suggestions on how can we make this work in Acrobat Reader?

TOPICS
PDF forms , Security digital signatures and esignatures , View PDF

Views

557

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

correct answers 1 Correct answer

Community Beginner , Apr 15, 2020 Apr 15, 2020

Votes

Translate

Translate
Community Expert ,
Apr 14, 2020 Apr 14, 2020

Copy link to clipboard

Copied

How does you combine the pages?

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
Community Beginner ,
Apr 14, 2020 Apr 14, 2020

Copy link to clipboard

Copied

concatenatedDoc = new PdfCopy(doc, out);

PdfReader reader = new PdfReader(data);

concatenatedDoc.addDocument(reader);

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
Community Expert ,
Apr 15, 2020 Apr 15, 2020

Copy link to clipboard

Copied

May be a problem of this non-Adobe software.

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
Community Beginner ,
Apr 15, 2020 Apr 15, 2020

Copy link to clipboard

Copied

LATEST

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