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.
我们正在做 RPA 项目并使用 python 将数据 PDF 提取到 excel 中。现在我们需要验证PDF 中的数字签名。
根据 PDF 1.7 规范,文档可能包含:
还有两种定义的摘要计算技术。所以没有简短的答案,检查数字签名可能很棘手。
请参阅PDF 1.7 第 12.8 节数字签名
据我所知,没有现成的 python 库可以检查所有可能的 PDF 签名。您可以尝试使用pdfreader浏览 PDF 文档结构并计算和检查签名。看几个例子