vbuch / node-signpdf

Simple signing of PDFs in node.
MIT License
730 stars 178 forks source link

PNG Signature Images - Question #262

Closed mcarpenterjr closed 3 months ago

mcarpenterjr commented 3 months ago

I have a use case where a PDF is being created by contributors that needs to be signed, I have PNGs of each contributor's signature, and each contributor has a certificate. Does signpdf support using an image of a signature instead of a place holder?

vbuch commented 3 months ago

The library does the crypto part of e-signature. The visuals you need to handle through something else - something lik pdf-lib

mcarpenterjr commented 3 months ago

Awesome, thank you.