Skip to main content
Participant
August 6, 2025
Answered

How to append a new page(apostille)to a digitally signed PDF without invalidating original signature

  • August 6, 2025
  • 2 replies
  • 474 views

Hello,
we have a legal-administrative workflow where:

  1. A PDF decision is generated and digitally signed (QES) by the head of department.

  2. After the legal deadline (e.g. appeal period), an apostille page (legal force confirmation) is added and signed by a second person.

We understand that modifying a signed PDF normally invalidates the original signature. This is what happens when we try to add a new page using tools like Aspose or standard PDF editors.

However, we have an official document that behaves differently:

  • It has two valid digital signatures.

  • The second signature (apostille) was added 14 days after the first.

  • A new page (the apostille page) is clearly appended after the original document.

  • Adobe Acrobat shows this as two revisions, and both signatures remain valid.

Our question is: How is this kind of document technically created?

  • Is there a specific process in Adobe Acrobat Pro, or through Adobe SDK/API, that allows you to append content in a way that creates a new revision (preserving the previous signature)?

  • Is it necessary to use incremental updates or PDF signature certification options?

We are attaching a redacted sample for demonstration.

We'd appreciate any technical explanation or guidance on best practices for this kind of document handling.

Thank you very much!

 

link to sample  

Correct answer try67

Impossible. You can't edit a signed document without invalidating its signature.

What you can do, though, is combine them both under a Portfolio, which is a kind of "envelope" file that contains other files as attachments. Or you can clear the signature, merge the files, then sign the merged file.

2 replies

MikelKlink
Participating Frequently
August 8, 2025

Having discussed how what you describe might have been done, I now had the time to analyze your sample.pdf. As it turns out, one of your assumptions is wrong:

quote

However, we have an official document that behaves differently:

  • It has two valid digital signatures.

  • The second signature (apostille) was added 14 days after the first.

  • A new page (the apostille page) is clearly appended after the original document.

  • Adobe Acrobat shows this as two revisions, and both signatures remain valid.

 

No, already the first document revision in your file has an empty second page, so no "new page has been appended after the original dopcument", the second page was there all along.

In the second document revision a signature has been added with a visualization on the first page.

In the third document revision another signature has been added with a visualization on the second page.

 

Thus, nothing extraordinary happened here, merely two signatures (each with its own appearance) have been added with some time going by inbetween.

 

Beware, a number of empty text fields also are present in the document which may serve (by fill-in) to add more content to the document.

try67
Community Expert
try67Community ExpertCorrect answer
Community Expert
August 6, 2025

Impossible. You can't edit a signed document without invalidating its signature.

What you can do, though, is combine them both under a Portfolio, which is a kind of "envelope" file that contains other files as attachments. Or you can clear the signature, merge the files, then sign the merged file.

MikelKlink
Participating Frequently
August 6, 2025

Well, not strictly impossible. It merely requires that the original revision of the document, the one generated and digitally signed (QES) by the head of department, already includes the apostille page as an invisible page template and that the signature does not forbid form fill-ins. in that case the second person can add the apostille page by spawning that template and add their signature thereon. 

Of course the second person must apply those changes in an incremental update. 

try67
Community Expert
Community Expert
August 6, 2025

I guess so, but if you already have the extra page when signing the file, why not merge it with it in the first page, and then sign it, instead of doing this complicated workaround?

Theoretically speaking you could also add it as a stamp or an image of a button field, I guess...