Replies: 2 comments
|
Same here. Were you finally able to find a solution to this? |
0 replies
|
Use this fork https://github.com/cantoo-scribe/pdf-lib Then do .load(new Uint8Array(blob.getBytes()), { updateMetadata: true, password: "" }) |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I have a password protected pdf file, which can be previewed easily by taking the password as input from the user, but I'm trying to achieve a decryption on the client side, such that, when the user has provided the password for the protected-pdf, I'm able to create a new, decrypted file with the contents of the original encrypted file.
All reactions