vote up 0 vote down star

I need to make an incremental update (add some existing pdf pages) to an signed pdf, making the included signature still be valid (that cover the first page).

I've seen some post's telling that is possible with PDFStamper (iTextSharp), but I'm unable to find a example out to make it append, some one can help?

Thanks.

flag
1  
Your question is very unclear, can you please elaborate? – svinto Oct 23 at 14:06
duplicate? stackoverflow.com/questions/1612253/… – Mauricio Scheffer Nov 3 at 1:54

1 Answer

vote up 0 vote down

Changing an already signed PDF would sound imply a security leak in the PDF signing functionality/spec. The purpose of signing a PDF is a guarantee to the reader that it has not been altered by anyone other than the original author.

I think your only option is to send extra pages in a seperate PDF, or change the original PDF and have it re-signed.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.