A step before editing
A bank statement is encrypted and will not merge or take page numbers — unlock it first, then work on it.
Guide
PDF Unlock saves an encrypted PDF as a copy that needs no password — assuming you know the password. That copy is what makes merging, rotating, watermarking and other edits possible. It calls qpdf's decrypt function (--decrypt) inside the browser and writes _unlocked.pdf.
Updated 2026-09-093 min read
PDF Unlock saves an encrypted PDF as a copy that needs no password — assuming you know the password. That copy is what makes merging, rotating, watermarking and other edits possible. It calls qpdf's decrypt function (--decrypt) inside the browser and writes <original-name>_unlocked.pdf.
It is not a cracking tool: without the password, a file cannot be unlocked. For a file that only carries permission limits — it opens, but printing or copying is forbidden — leaving the password field empty removes the restrictions.
<original-name>_unlocked.pdf and the message “unlocked — the password has been removed”.| Input | Output | Notes |
|---|---|---|
a file that needs password 1234; enter 1234 |
<original-name>_unlocked.pdf, which opens without a password |
|
a wrong password |
the message "password incorrect — check it and try again" |
|
a file that was never encrypted |
the message "this file is not encrypted and does not need unlocking" |
|
a file that opens but forbids printing; password left empty |
the printing and copying restrictions are removed along with the password |
permission-limited file |
A bank statement is encrypted and will not merge or take page numbers — unlock it first, then work on it.
A file you encrypted earlier is about to be published; remove the password, then distribute it.
A PDF you produced but whose export tool locked printing: leave the password empty and unlock it.
No. The tool decrypts; it does not crack. Without the correct password the content cannot be read.
The viewing password only makes the thumbnails appear; the file bytes stay encrypted. Editing operations need a password-free copy produced here first (by default the workspace's original file is replaced automatically).
It has no password any more, and anyone who gets it can open it; for temporary editing, re-encrypt it with “PDF Protect” when you are done.
Unlocking is performed by qpdf (WebAssembly) inside the browser; neither the file nor the password is uploaded. Work only on files you are entitled to handle.
Updated 2026-09-09
Remove the open password and restrictions from a PDF whose password you know
Everything runs locally in your browser; files are never uploaded to a server