-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Password Protection Encrypt and Decrypt is not working #15
Comments
Same here! |
Did you install qpdf on your OS? |
Yes Installed and working.
Thanks and Regards
KARTHIK.M
On Friday, 27 November, 2020, 01:21:34 am IST, István Király <[email protected]> wrote:
Did you install qpdf on your OS?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
I am receiving the same error as well, when trying to decrypt a pdf!
|
Btw that solved mine. Thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When we are trying to make password protection below error is occuring. Could you please provide the solution to encrypt and decrypt the pdf with password protection
Error :spawn qpdf ENOENT
TypeScript Code :
var qpdf = require('node-qpdf');
var file = path.join(__dirname, 'sample.pdf');
The text was updated successfully, but these errors were encountered: