Remove PDF Restrictions

Remove print, copy, and edit restrictions from a PDF (owner-password protection).

Drop a PDF here or

How to use

  1. Drop a PDF that opens normally but refuses to print, copy text, or let you edit.
  2. Click Remove restrictions.
  3. When processing finishes, click Download unlocked PDF.
  4. Open the downloaded file — print, copy, and edit should all work.

What does it do?

This tool removes owner-password restrictions from a PDF. An owner password does not encrypt the file's contents — the document opens without a password, but viewers see "do not print", "do not copy text", or "do not edit" flags and respect them. This tool loads the PDF with those flags ignored and re-saves it without them, producing an unrestricted copy.

It does not crack user passwords. If the PDF demands a password just to open, the content itself is encrypted and cannot be read without the key — browser-only tools can't decrypt that kind of file.

Example

Realistic scenario:

Before: contract.pdf
  - Opens normally without a password prompt.
  - Print button greyed out in the viewer.
  - Ctrl+C on selected text does nothing.
  - Permissions dialog shows: Printing: Not Allowed,
    Content Copying: Not Allowed, Document Assembly: Not Allowed.

After dropping here and clicking Remove restrictions:
  contract-unlocked.pdf
  - Opens normally, same content.
  - Print works.
  - Text selection and copy work.
  - Permissions dialog shows: all operations Allowed.

Why can't I unlock this PDF?

Most "this won't unlock" cases come from confusing the two types of PDF password protection. Here are the specific failure modes and how to tell them apart.

  • The PDF asks for a password when you open it. That is user-password encryption — content is encrypted and this tool cannot decrypt it. Use qpdf --password=XXX --decrypt in.pdf out.pdf locally.
  • Error: "requires a password." Same case — user password. The tool tries with ignoreEncryption: true but the content stream itself is encrypted.
  • The PDF is a scanned image and you want to select text. Removing restrictions won't help — there's no text layer to select. You need OCR (optical character recognition), which this tool does not perform.
  • Print still fails in the viewer after unlocking. Some viewers cache the restriction state. Close the file and reopen the downloaded version; don't just re-print the source.
  • Output file looks identical but restrictions are still shown. You probably downloaded the source. The unlocked file is named *-unlocked.pdf — check the filename.
  • Digital signature invalidated. Re-saving a signed PDF breaks its signature, because the signature covers the exact bytes of the signed version. Removing restrictions on a signed document will always invalidate the signature — there is no workaround.

Is my data private?

Yes. We don't save the PDF you drop here, or the unlocked copy you download. Nothing is stored, logged, or retained — everything is discarded the moment you close or refresh the tab. There's no record on our side of the files you processed, and this tool doesn't handle user passwords at all. Feel free to verify in your browser's developer tools.

Is this legal?

Only remove restrictions on PDFs you own or have explicit permission to modify. Bypassing restrictions on documents you do not own may violate their terms of use, license, or local law.

Frequently asked questions

What is the difference between an owner password and a user password?

An owner password flags the PDF as restricted (no print, no copy, no edit) but does not encrypt the content — the file opens without being asked for a password. A user password encrypts the content itself, so the file cannot open until the password is typed. This tool removes owner restrictions; it does not crack user passwords.

The PDF opens without asking for a password but I can't print or copy text. Can this tool help?

Yes. That is exactly the owner-password case this tool handles. Drop the file, click Remove restrictions, and download. The output will have no print, copy, or edit flags and can be used normally.

I get an error saying the PDF needs a password. What now?

That PDF is encrypted with a user password, so the content itself is unreadable until unlocked. Browser decryption of user-password PDFs is not supported here. Use a local desktop tool like qpdf (qpdf --password=XXX --decrypt in.pdf out.pdf) or Adobe Acrobat.

Is it legal to remove PDF restrictions?

It depends on ownership and jurisdiction. Only remove restrictions from PDFs you own or have explicit permission to modify. Bypassing restrictions on copyrighted documents you do not own may violate their license or local law.

Will removing restrictions change the file size or quality?

No meaningful change. The PDF structure is re-saved without the restriction flags; content streams, fonts, and images are copied as-is. Expect the output to be within a few kilobytes of the input, with identical visual quality.

Do you save the PDFs I unlock here?

No. We don't save the PDF you drop in, and we don't keep the unlocked copy you download either. Everything is discarded as soon as you close or refresh the tab — no logs, no record on our side of what you processed. This tool also doesn't handle user passwords at all. Verify in your browser's developer tools if you'd like.

Related tools