node-qpdf icon indicating copy to clipboard operation
node-qpdf copied to clipboard

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

Open hendryyufib opened this issue 3 years ago • 2 comments

Hi,

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

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

hendryyufib avatar Mar 19 '21 08:03 hendryyufib

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

varaprasadreddy9676 avatar Sep 05 '22 09:09 varaprasadreddy9676