nrhirani / node-qpdf

A Content Preserving transformations on PDFs wrapped around QPDF
MIT License
51 stars 54 forks source link

how to use node-qpdf with pdf created from html-pdf (Buffer or base64) #20

Open hendryyufib opened 3 years ago

hendryyufib commented 3 years ago

Hi,

How to password protect PDF in Buffer or base64 string format?

How to make node-qpdf return in Buffer or base64 format?

varaprasadreddy9676 commented 2 years ago

As a work around, you can save the buffer as pdf temporarily in local and use that path to encrypt that one.

yashrathi-646 commented 3 months ago

code