Sign PDF with plain JavaScript

前端 未结 4 1146
悲&欢浪女
悲&欢浪女 2020-11-22 04:41

With WebCrypto API evolving and being supported by Chrome and Firefox, I would like to use it for digitally signing a PDF document. There is not much of literature around, b

4条回答
  •  旧时难觅i
    2020-11-22 05:40

    There is PDFSign.js, a library that can sign a PDF file in the browser. It uses forge though for the signature. If PKI.js supports detached pkcs7 signatures, then it should be easy to replace forge.

提交回复
热议问题