How to Unlock a PDF You Already Can Open (Not a Password Cracker)
September 15, 2026 · 2 min read
By Amin Mahmoud · operator of techyworks · LinkedIn
Two different locks get called “password on a PDF,” and mixing them up wastes an afternoon. One lock stops the file from opening (user password). The other lets anyone open it but forbids print, copy, or edit (owner / permissions password). techyworks unlock handles both when you already have the right to open the file. It is not a brute-force cracker. If you do not know the open password, we cannot invent it — and we will not pretend otherwise.
Decryption runs in the tab with qpdf compiled to WebAssembly. The PDF and the password stay on your device. Encrypted files cannot enter the main editor (pdf.js refuses them), which is why unlock is a widget on its own landing page rather than a hidden button inside the canvas.
Which box to fill
- File asks for a password on open: type that password. Wrong password fails; we do not keep trying.
- File opens, but Print or Copy is greyed out: leave the password field empty and unlock. That drops the permissions dictionary. Only do this for a document you are allowed to unrestrict.
Step-by-step
- Open Unlock PDF.
- Drop the protected file. Enter the open password if there is one.
- Download the unlocked copy and confirm it opens in a reader without a prompt, and that print works if that was the goal.
After unlock
You can merge, compress, or edit the result like any other PDF. If you later need to share a locked copy again, use Password protect — that is the inverse tool. Do not unlock a file you received under NDA just because the button exists; the software cannot know your licence.
If unlock fails, the file may be damaged (try Repair PDF) or use a rare encryption revision qpdf cannot handle. We do not fall back to uploading the password to a server.