How to enable printing on a print-locked pdf
- Step 1Open the unlocker — Load the PDF Unlock tool. The qpdf engine loads in your browser; the document never leaves your machine.
- Step 2Add the print-locked PDF — Drop the file in. The file panel shows its name and size so you can confirm you picked the right document.
- Step 3Type the password — Enter the user or owner password in the single
Enter current passwordfield. It's required — the tool won't run on an empty field. - Step 4Decrypt to clear the print bit — qpdf runs
--decrypt, validates the password, and rebuilds the file without the encryption dictionary that held the print restriction. - Step 5Download the printable copy — Save the result — a fully decrypted PDF with printing enabled.
- Step 6Print, reopening first if needed — Open the downloaded copy and print. If the print button still looks greyed out, close and reopen the file — some viewers cache the original's permission state from before the unlock.
Print-related permission bits and what unlock does
Printing is governed by two /P bits. Decrypting removes the encryption dictionary, clearing both at once — there is no print-only toggle in this tool.
| Permission bit | Effect when denied | After unlock |
|---|---|---|
| Print option greyed out / blocked entirely | Cleared — printing enabled | |
| Print high-resolution | Only low-resolution / degraded printing allowed | Cleared — full-quality printing |
| Extract content | Text can't be copied (often set together) | Cleared as well |
| Modify | Document can't be edited (often set together) | Cleared as well |
What does and doesn't enable printing
The real requirements and limits for clearing a print lock with this tool.
| Condition | Result |
|---|---|
| Correct user or owner password supplied | qpdf decrypts → print enabled |
| Password field left blank | Stops: Enter the owner password. |
| Wrong password | qpdf exit code 2 — processing error |
| File not actually encrypted | No-op (no print bit to clear); viewer issue if still blocked |
| DRM-wrapped document | Not supported — qpdf cannot decrypt |
| File over tier size limit | Blocked before processing |
Tier limits for print unlocking
PDF-family size and page caps. One file per run.
| Tier | Max file size | Max pages |
|---|---|---|
| Free | 2 MB | 50 |
| Pro | 50 MB | 500 |
| Pro + Media | 500 MB | 2,000 |
| Developer | 2 GB | 10,000 |
Cookbook
Print-lock scenarios and exactly what qpdf does. Decryption needs the password — there's no crack path.
Greyed-out print button
The most common case: a document opens fine but the print option is disabled. You have the owner password from whoever sent it.
Input: handbook.pdf — print greyed out
Action: PDF Unlock, password = owner password
qpdf: --decrypt --password=<owner pw>
Output: handbook-unlocked.pdf — print enabled,
prints at full qualityOnly low-resolution printing was allowed
Some files permit degraded printing but block full-quality output. Decrypting clears the high-res print bit too.
Input: poster.pdf — prints only at low resolution
Action: PDF Unlock with the password
Result: high-resolution print bit cleared → prints
at the document's native qualityPrint still blocked after download
The output has no restrictions, but the viewer cached the old permission state. Reopen to clear it.
Symptom: downloaded copy still shows print greyed out
Cause: viewer cached the ORIGINAL file's permissions
Fix: close and reopen the unlocked copy, or open
it in a different PDF viewerNo password typed
The tool requires a password and won't attempt to clear the print lock without one.
Action: run with empty password field Error: "Enter the owner password." Fix: enter the user or owner password
Print, then archive a clean version
After enabling printing you may want a tidy, fast-loading copy to keep. Linearize the unlocked file for quick viewing.
Step 1: PDF Unlock → printable, decrypted copy
Step 2: optionally re-protect with
/pdf-tools/pdf-permission-setter if you want
to keep printing but block copyingEdge cases and what actually happens
No password supplied
rejectedThe password field is required. Without it the tool stops with Enter the owner password. and does not attempt to clear the print restriction. There is no crack or bypass mode.
Wrong password
errorqpdf validates the password before decrypting; a mismatch returns exit code 2, shown as qpdf could not process this PDF.... Re-check the password — it's case-sensitive.
Print still greyed out after unlocking
PreservedThe downloaded copy carries no encryption dictionary, so the print bit is gone. A viewer that still greys out print is showing a cached permission state from the original — close and reopen the file, or try another viewer.
File isn't actually encrypted
By designIf a document blocks printing but has no encryption, there's no /P bit for qpdf to clear and the unlock is a no-op. The block is then a viewer setting, not a PDF permission — check your viewer's print settings.
Either user or owner password works
Supportedqpdf --decrypt accepts both. If you only know the open password, that still decrypts the file and re-enables printing — you don't need the separate owner password.
DRM-protected document
errorDRM (vendor or e-book protection) is not the standard PDF security handler. qpdf cannot decrypt it and returns exit code 2, so the print lock can't be cleared here.
File over the tier limit
blockedA print-locked file larger than 2 MB / 50 pages is blocked on the free tier before processing. Pro raises the cap to 50 MB / 500 pages.
Corrupted PDF
errorA damaged cross-reference table or object structure can make qpdf fail even with the right password. Repair the file first with PDF Repair, then retry.
Scanned PDF — printing works but you also want copyable text
By designUnlocking enables printing but doesn't add a text layer to image-only scans. After unlocking, run PDF OCR if you also need selectable, searchable text.
Frequently asked questions
Why is printing disabled on some PDFs?
The author set the /P print permission bit to deny inside the document's encryption dictionary. It's used to control distribution — for example, to keep a digital document from being printed and physically copied. Clearing the bit requires decrypting the file with the password it was encrypted with.
Do I need a password to enable printing?
Yes. This tool decrypts the PDF with qpdf, and that needs the password. The single password field is required — leaving it blank stops with Enter the owner password. You can use either the user (open) or owner (permission) password; whichever you know works.
Can I also enable copying and editing at the same time?
Yes. Printing, copying, and editing permissions all live in the same encryption dictionary. Decrypting removes the dictionary, so all three are re-enabled together — there's no way to clear only the print bit in this tool.
The print button is still greyed out after unlocking — why?
The downloaded copy has no encryption, so the restriction is genuinely gone. The viewer is showing a cached permission state from the original file. Close and reopen the unlocked copy in your viewer, or open it in a different one, and the print option will be active.
Does it restore high-resolution printing?
Yes. Some files allow only degraded, low-resolution printing via a separate permission bit. Decrypting clears that bit too, so the unlocked copy prints at the document's native quality.
Is my document uploaded anywhere?
No. qpdf runs as WebAssembly in your browser and the decryption happens locally. The print-locked file is never sent to a server. Only an anonymous usage counter is logged when you're signed in.
What if the document isn't encrypted but still won't print?
Then there's no PDF permission to clear and this tool is a no-op. The block is in your viewer or printer settings, not the file — check the viewer's print dialog, printer driver, or whether the file is actually a form that requires flattening first (see PDF Flatten).
I don't know the password — can it still enable printing?
No. This is decryption, not password cracking. Without the user or owner password there is no way to clear the print restriction. If you own the document, retrieve the password from its author or your records.
What encryption does the print lock use?
Whatever the file uses — RC4 40/128-bit or AES 128/256-bit. qpdf decrypts all of them given the correct password, so the print bit clears the same way regardless of cipher strength.
How big a file can I unlock for printing?
Free tier handles up to 2 MB / 50 pages. Pro raises that to 50 MB / 500 pages, Pro + Media to 500 MB / 2,000 pages, and Developer to 2 GB / 10,000 pages. One file per run.
Will the printed output look different from the original?
No. qpdf decrypts without re-rendering — fonts, layout, and image quality are identical. The only change is that printing is now permitted (and at full resolution).
Can I keep printing enabled but block copying afterward?
Yes. Unlock the file first, then use PDF Permission Setter to set a new owner password and choose to allow printing while blocking copying or editing.
Privacy first
All PDF processing runs locally in your browser using PDF-lib and pdf.js. No file is ever uploaded — only metadata counters are saved for signed-in dashboard stats.