How to Remove PDF Restrictions for Free
PDF restrictions — sometimes called permissions passwords or owner passwords — can prevent printing, copying text, editing, or adding comments to a PDF. These are different from the open password that prevents the file from being opened at all. If you own a PDF and need to work with it more freely, removing these restrictions is straightforward with the right tools.
Important note: This guide covers removing restrictions on PDFs you own or have legitimate permission to edit. Circumventing DRM on purchased ebooks or breaking security on someone else's files is illegal and unethical.
Understanding PDF Security Levels
PDFs have two types of password protection:
User password (Open password) — Required to open the file at all. Without this, you can't even view the content. This uses strong encryption and is not easily bypassed without the password.
Owner password (Permissions password) — Controls what users can do after opening: printing, copying text, editing, adding comments. This protection is weaker by design and can be removed with readily available tools.
The restrictions in this article are permissions restrictions. They don't encrypt the content — they set flags that compliant PDF viewers respect. Non-compliant tools simply ignore them.
Method 1: Print to PDF
The simplest approach: if you can view the PDF, print it to a new PDF file — which will be unrestricted.
- Open the PDF in Chrome, Edge, or Firefox
- Press Ctrl+P (Windows) or Cmd+P (Mac)
- Set the destination to "Save as PDF"
- Click Save
The new PDF will not inherit the original's permissions restrictions. This works especially well for removing printing restrictions, since the browser is rendering and re-saving the document.
Method 2: Google Drive
Google Drive can strip PDF restrictions when you convert to another format and back:
- Upload the restricted PDF to Google Drive
- Right-click and choose "Open with Google Docs"
- The content will be converted to a Google Doc (formatting may change)
- Go to File > Download > PDF Document
The downloaded PDF will have no restrictions. Note that complex formatting — tables, specific fonts, precise layout — may not be preserved perfectly through this process.
Method 3: Online PDF Restriction Removers
Several free online tools specialize in removing PDF permissions restrictions:
- PeacefulPDF — Upload, remove restrictions, download. No account needed, files deleted after processing.
- Smallpdf Unlock PDF — Simple drag-and-drop interface, free for basic use
- PDF2Go Unlock — Free tier available for standard files
- IlovePDF Unlock — Batch processing available
For sensitive documents, consider whether you're comfortable with cloud processing. Offline methods below are better for confidential files.
Method 4: QPDF (Free Command-Line Tool)
QPDF is a free, open-source command-line utility that runs locally on your machine — perfect for sensitive documents. Install via your package manager:
On Windows (via Chocolatey): choco install qpdf
On Mac (via Homebrew): brew install qpdf
On Ubuntu/Debian: sudo apt install qpdf
To remove restrictions (no user password required if the file opens freely):
qpdf --decrypt input.pdf output.pdf
If the file has an owner password but opens without a user password, QPDF handles it automatically. If it requires a user password you know, add: --password=yourpassword
Method 5: LibreOffice
LibreOffice can open many restricted PDFs and export them without restrictions:
- Open the PDF in LibreOffice Draw or Impress
- Go to File > Export as PDF
- In the export dialog, do not set any security options
- Save the file
LibreOffice is free and open-source, runs entirely offline, and handles a wide range of PDF types. Complex formatting may not be preserved perfectly.
What If the PDF Has a User Password?
If the PDF requires a password just to open it, the situation is different. The content is actually encrypted and cannot be accessed without the correct password. There is no reliable free method to bypass strong encryption.
If you've lost the password to your own PDF, options are limited:
- Contact whoever created the document for the password
- Try variations of passwords you commonly used (tools like pdfcrack can attempt brute-force for simple passwords, but complex passwords are essentially uncrackable)
- If the file was created with older Acrobat versions (40-bit encryption), cracking may be feasible
Preventing Restriction Problems
If you regularly create PDFs that you later need to edit yourself, avoid setting owner passwords in the first place. When creating PDFs in Adobe Acrobat or Word, leave the security settings blank unless restrictions are genuinely needed. Save the password in a password manager if you do set one — losing it means losing easy access to your own files.