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.
我在 node.js 中生成 PDF。
我的目标是在继续之前对这些 PDF 进行数字签名,以确保这些文件中的任何操作都是可见的,并获得一些信任,因为用户能够在他的 pdf 应用程序中看到这些证书。
我不想使用其他服务,但找不到能够签署 PDF 的库。有什么提示吗?
我目前正在研究node-signpdf npm 包(在撰写此答案时版本为 0.0.3)。在测试代码中可以看到一个可读的 PDF 生成和签名片段。
我在这里也给出了同样的答案。