Communication-Systems-Group / pdfsign.js

96 stars 26 forks source link

Validate signature #4

Open Djalmar opened 6 years ago

Djalmar commented 6 years ago

There is any way i can validate the signature in a pdf file ?

vbuch commented 5 years ago

@Djalmar this answer may be coming "a bit" late for you, but it might help others. Check out what's in https://github.com/vbuch/node-signpdf#verifying-pdf-signature as this is a repo that was based on the flows shown in in pdfsign.js

tbocek commented 5 years ago

@vbuch Thanks for the pointer! If your library does the same or more as mine (I did not check it yet), I'll deprecate my library and point to yours.

vbuch commented 5 years ago

It's not a replacement I think. Just highly influenced by your code :) And yours works in a browser while ours is for node

Djalmar commented 5 years ago

@vbuch I have check that library and I have some problems on signature validation, I have opened an issue https://github.com/vbuch/node-signpdf/issues/28 Maybe I am not explaining well, sorry for the bad english