Append PDF to a Signed PDF

2020-07-29 17:37发布

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.

2条回答
小情绪 Triste *
2楼-- · 2020-07-29 18:19

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.

查看更多
别忘想泡老子
3楼-- · 2020-07-29 18:29

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.

查看更多
登录 后发表回答