Append PDF to a Signed PDF

一笑奈何 提交于 2019-12-12 09:28:03

问题


I need to append a pdf file to a digital signed pdf file, keeping valid the signature ...maybe using revision? ...using iTextSharp? How can I do it?

Please help me with some sample.


回答1:


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.




回答2:


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.



来源:https://stackoverflow.com/questions/1612253/append-pdf-to-a-signed-pdf

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!