node-qpdf
node-qpdf copied to clipboard
how to use node-qpdf with pdf created from html-pdf (Buffer or base64)
Hi,
How to password protect PDF in Buffer or base64 string format?
How to make node-qpdf return in Buffer or base64 format?
As a work around, you can save the buffer as pdf temporarily in local and use that path to encrypt that one.