使用pdftron样本在adobe上验证错误

Verification error on adobe using pdftron sample

如果您运行 node-js 库中的 PDFTron 数字签名示例。您将获得一个适用于 FoxIT Reader 的示例文档以进行验证,但会在 Adob​​e 上引发错误。这就是 Adob​​e 给我的。它还不允许我在 Adob​​e reader 中验证该问题。这是在默认的认证样本中,我们正在寻找一种变通方法来让它与大多数主要的 PDF reader 一起工作,而不仅仅是 foxit。有任何线索吗?

Error during signature verification.  

The format of this signature is not supported by this signature method. You may require a newer version of the signature handler.

这是示例代码:https://www.pdftron.com/documentation/nodejs/guides/features/signature/certify-pdf/

感谢您告知我们此事。我相信您正在打那个样本中的错字。

请更改以下行

sigDict.putName('SubFilter', 'adbe.pkcs7,detached');

sigDict.putName('SubFilter', 'adbe.pkcs7.detached');

请注意逗号应该是 detached.

一词之前的句号

拼写错误将很快得到修复。

另外,请注意新的 API 即将加入我们的 NodeJS API。这是该示例很快就会看到的样子。 https://www.pdftron.com/documentation/linux/guides/features/signature/certify-pdf