Skip to main content
Participant
April 14, 2020
Answered

Form Fields for subsequent pages not displayed.

  • April 14, 2020
  • 1 reply
  • 994 views

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?

This topic has been closed for replies.
Correct answer jvora

May be a problem of this non-Adobe software.


https://stackoverflow.com/questions/26056418/itext-fails-to-propery-merge-signatures-in-pdf-files

This helped, we renamed the fields.

Thank you for your time.

1 reply

Bernd Alheit
Community Expert
Community Expert
April 14, 2020

How does you combine the pages?

jvoraAuthor
Participant
April 14, 2020

concatenatedDoc = new PdfCopy(doc, out);

PdfReader reader = new PdfReader(data);

concatenatedDoc.addDocument(reader);

Bernd Alheit
Community Expert
Community Expert
April 15, 2020

May be a problem of this non-Adobe software.