vizicsaba89 / pdf-signer

sign pdf documents
MIT License
37 stars 33 forks source link

Adds support to base64 images #47

Closed nanndoj closed 1 year ago

nanndoj commented 2 years ago

Hi,

Some people may find it handy to provide the base64 signature image instead of the image path.

I have the user's base64 signatures coming from a database. With the current version, I have to write them to the disk and provide the path to this library then load them to the memory again. This is creating a huge overread in performance.

This PR