Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要对签名的 pdf 进行增量更新(添加一些现有的 pdf 页面),使包含的签名仍然有效(覆盖第一页)。
我已经看到一些帖子告诉 PDFStamper (iTextSharp) 是可能的,但我无法找到一个示例来使其附加。
更改已签名的 PDF 听起来意味着 PDF 签名功能/规范中存在安全漏洞。签署 PDF 的目的是向读者保证它没有被原始作者以外的任何人更改。
我认为您唯一的选择是在单独的 PDF 中发送额外的页面,或者更改原始 PDF 并重新签名。