开发者

Append PDF to a Signed PDF

开发者 https://www.devze.com 2022-12-09 11:02 出处:网络
I need to append a pdf file to a digital signed pdf file, keepin开发者_开发知识库g valid the signature ...maybe using revision? ...using iTextSharp? How can I do it?

I need to append a pdf file to a digital signed pdf file, keepin开发者_开发知识库g valid the signature ...maybe using revision? ...using iTextSharp? How can I do it?

Please help me with some sample.


You can use Increment Update to do that, as long as the original signature allows you.

Take look at the document:

http://learn.adobe.com/wiki/download/attachments/52658564/Acrobat_DigitalSignatures_in_PDF.pdf?version=1&modificationDate=1269905473000

on Page 8 you will find what you want.


You can't as that invalidates the whole point of digital signatures, namely to detect when something exactly as you describe occurs and therefore ensure the validity of the original document. To do as you want, you will need to add the extra PDF to the unsigned original PDF and then resign the new conglomerate PDF.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号