Unlock PDF
Remove print, copy, and edit restrictions from your PDFs.
.pdf · up to 100 MB
Why use it
Your PDFs, without restrictions
No server upload
All processing happens in your browser. Your documents never leave your device.
Content intact
Only permission flags are removed. Text, images, and fonts unchanged.
No watermark
The unlocked PDF is exactly the same as the original, with nothing added.
Instant
Processed in seconds directly in your browser. No signup.
How it works
Three steps, no hassle
Upload your restricted PDF
Drag or select the PDF with print, copy, or edit restrictions. Processed in your browser.
Remove the restrictions
The unlocker removes the owner permission flags without altering the PDF content.
Download the unlocked PDF
The unlocked PDF is ready to print, copy text from, and edit. No watermarks.
FAQ
Got questions?
Yes, it is completely legal to unlock a PDF you own or have authorization for. Owner password restrictions in PDFs are a usage control mechanism, not an access control. Unlocking it for personal use — printing your own document, copying text to quote, editing a form — falls within fair use. What would not be legal is unlocking third-party copyrighted PDFs to redistribute or resell them.
Removable restrictions are the permission flags of the owner password: prohibition of printing (or only low-quality printing), prohibition of copying text or images, prohibition of editing the document, prohibition of adding comments or filling forms, and prohibition of extracting pages. These restrictions are stored in the PDF encryption dictionary and do not protect the content as such, only the permitted operations.
No. The unlocking process only modifies the permission flags in the PDF encryption dictionary, without touching page content, fonts, images, forms, or document metadata. The resulting PDF is identical to the original in every way except the permission restrictions. No watermark is added, image resolution is maintained, and the exact document structure is preserved.
Two passwords in PDFs must be distinguished: the user password (or open password) asked when opening the document, and the owner password that controls permissions. If the PDF has an open password, you need to know it to open it; without it, the file cannot be processed. Most PDFs with restrictions only have an owner password (they open without a password but with limited functions) — these can be unlocked without knowing any password.
The PDF security model defines two password levels: user password (document access) and owner password (permission control). The owner password encrypts a set of permission flags in the encryption dictionary. When a PDF viewer opens the document, it reads these flags and enables or disables the corresponding functions. The flags are 32 bits defined in the PDF specification (ISO 32000), where specific bits control: printing (bit 3), modification (bit 4), copying (bit 5), annotations (bit 6), filling forms (bit 9), content extraction (bit 10).
PDF security model history: from Adobe 1993 to the ISO standard
The PDF security model was introduced by Adobe in 1993 with PDF 1.1, which added support for 40-bit RC4 encryption. The first implementation allowed setting user and owner passwords, and permission flags to control printing and copying. PDF 1.4 (2001) increased encryption to 128-bit RC4. PDF 1.6 (2004) introduced AES-128 as a more secure alternative. PDF 1.7 (2006), which would become ISO 32000-1:2008, added AES-256. The specification ISO 32000-2:2017 (PDF 2.0) maintains AES-256 as the current standard encryption level.
The distinction between user and owner passwords is fundamental in the PDF security model. The user password (also called open password) encrypts the document content: without it, the file cannot be opened or read. The owner password (permissions password) does not encrypt the content but the permission flags: the document opens freely but the viewer respects the configured restrictions. This architecture is intentional — Adobe designed owner restrictions as usage controls under the honor system, not as strict DRM.
ISO 32000 is the PDF specification maintained by ISO since 2008. Version ISO 32000-2:2017 (PDF 2.0) introduces security model improvements including AES-GCM encryption (authenticated mode) and RC4 deprecation. The PDF library ecosystem includes iText (Java/C#), PyPDF2/pypdf (Python), pdf-lib (JavaScript), PDFBox (Java/Apache), and Ghostscript (open source, full PDF support). The qpdf tool (C++, open source) is the reference for PDF encryption and permission manipulation from the command line, used as the foundation by many online tools.