Unlock PDF
Attempt local unlock/rebuild when you already have authorized access.
Category: Protect
Processing: Cloud Optional
Quota bucket: Heavy
Open interactive tool: /tools/unlock
How to use Unlock PDF
- Upload a PDF that has permission restrictions (printing, copying, editing disabled).
- The tool re-saves the file with pdf-lib using ignoreEncryption, which strips owner-password restrictions.
- Download the rebuilt file. Permission restrictions are removed if the PDF used owner-password-only protection.
- This does NOT work on PDFs that require a user password to open. If the PDF asks for a password before you can see the content, this tool cannot help.
- Verify the output opens correctly and content is intact before relying on it.
Tips
- This tool works on PDFs with 'owner passwords' (restrict print/copy/edit) but no 'user password' (restrict opening). Most PDFs from government agencies and corporate tools use owner-password-only.
- If a PDF requires a password to open (user password), you need qpdf with the actual password: qpdf --decrypt --password=PASS input.pdf output.pdf
- PDF permission restrictions are security theater. Any tool that can parse the PDF structure can ignore them. This tool just makes that explicit.
Privacy: Hybrid processing — cloud opt-in required for some operations.
Full privacy model
Frequently asked questions
What does Unlock PDF change?
It loads the PDF with pdf-lib's ignoreEncryption flag and re-saves it. This strips owner-password permission restrictions (no-print, no-copy, no-edit) but cannot bypass user-password encryption.
Is Unlock PDF private by default?
Processing is local. The PDF is parsed and re-saved in your browser.
What does Unlock PDF not protect?
It removes permission flags only. It cannot decrypt user-password-protected PDFs. It is not a cracking tool.
Limitations
- Cannot decrypt PDFs that require a user password to open. The tool has no password input — it simply re-parses and re-saves.
- AES-256 encrypted PDFs with user passwords will fail completely. There is no brute-force or cracking capability.
- Some PDFs with unusual encryption handlers (non-standard, DRM) will fail to load.