PeculiarVentures / PKI.js

PKI.js is a pure JavaScript library implementing the formats that are used in PKI applications (signing, encryption, certificate requests, OCSP and TSP requests/responses). It is built on WebCrypto (Web Cryptography API) and requires no plug-ins.
http://pkijs.org
Other
1.3k stars 204 forks source link

extracting signer information from pdf #215

Closed tau1974 closed 5 years ago

tau1974 commented 5 years ago

Hi, I’m desperately searching a method to verify a signed pdf in nodej. As far as I understand pkijs seems to do it, but I really dom’t understand how to get signer infos (name, surname ...) out of the pdf.

Can someone please point me to the right direction?

thanks a lot.

best regards

YuryStrozhevsky commented 5 years ago

Working with PDF example (browser only), Working with signed data example