Browse all tools
PDF Guides8 min read

Remove a Known PDF Password from an Authorized Copy

Learn how to create an unprotected working copy of a PDF when you know the password and are authorized to modify the document.

Written byUrvish ParmarUpdated August 20, 2026

In this guide

Table of Contents

  1. 1.Two different things get called a PDF password
  2. 2.What you actually get back
  3. 3.Why the output is rendered rather than decrypted in place
  4. 4.What the unlocked copy can and cannot feed into
  5. 5.Authorization, and what removing a password actually does
  6. 6.When unlocking fails
  7. 7.Limits worth knowing

FiloTool's Unlock PDF workflow requires the document's password. It is for creating an unprotected working copy when you own the file or have authorization to modify it; it does not guess, recover or bypass an unknown password.

Removing the password also removes an access control from the downloaded copy. Store and share that output according to the document's sensitivity, and keep the protected original when it is still needed.

Try Unlock PDF Online

Complete this task using FiloTool's Unlock PDF directly from your browser.

Open Unlock PDF

Two different things get called a PDF password

A PDF can carry an open password, which is required before the document will display at all, and it can separately carry a permissions password, which leaves the document readable but restricts actions such as printing, copying text or editing. A file can have either, both, or one masquerading as the other in a viewer's warning message.

The distinction decides whether this workflow is relevant. Unlock PDF asks for the password that opens the document, and it needs that password to read the file at all. If your PDF opens straight away and only refuses to let you print or copy, you are looking at permissions restrictions rather than encryption of the content, and the appropriate route is to ask whoever issued the document for an unrestricted copy.

What you actually get back

This is the part worth understanding before you rely on the output, because the result is not your original document minus its encryption. The workflow opens the protected file with the password you supply, renders every page, and assembles a new PDF from those page renders. Pages are rendered at 1.5 times their nominal size and stored as JPEG images at 85 percent quality.

So the copy you download is an image-based PDF. It looks like the original and it opens without a password, but each page is now a picture.

  • Kept: the visible appearance of every page, at render resolution

  • Lost: selectable and searchable text, which is now pixels

  • Lost: hyperlinks, form fields and their values, annotations and layers

  • Lost: attachments, accessibility structure, and any existing digital signature

  • Changed: file size and image fidelity, since every page is re-encoded as JPEG

Why the output is rendered rather than decrypted in place

Removing encryption while preserving a document's internal structure means decrypting every object in the file and rewriting it, which is a substantially harder operation than displaying the document. Rendering sidesteps that: once the correct password has let the viewer draw the pages, capturing what was drawn produces an unencrypted file reliably and without needing to reconstruct anything.

The trade is honest but real. You gain a copy that opens anywhere without a password; you lose everything that was structure rather than appearance. Knowing that in advance is the difference between a useful result and a frustrating one.

What the unlocked copy can and cannot feed into

Because the output is page images, downstream tools behave differently than they would on the original, and this is where expectations most often go wrong.

Running PDF to Text on the unlocked copy will not extract a text layer, because there is no longer one to extract. It will fall back to optical character recognition and read the words back from pixels, which works but introduces recognition errors and loses reading order in columns and tables. If you need the text and still have the protected original, extract from that instead — with the password entered in a viewer that can open it — rather than from the rendered copy.

Similarly, Extract Images from PDF run against the unlocked file returns whole-page renders, since every page is now a single image. Merging, splitting and rearranging all work normally, because those operate on pages rather than on page contents: Merge PDF, Split PDF and Organize PDF will treat the rendered pages exactly like any others.

Authorization, and what removing a password actually does

This workflow requires the password. It does not guess, recover, or bypass one, and no setting in it will open a document you cannot already open. That is a deliberate limit rather than an omission.

It is worth being clear about what the operation means even when you are entitled to perform it. The password was an access control, and the downloaded copy no longer has it. A file that was safe to store loosely because it was encrypted is not safe to store loosely once it is not, and the unlocked copy will not prompt anyone who finds it. Decide where that copy lives before you create it, keep the protected original wherever it is still required, and delete the working copy when you are finished with it.

If the unlocked file will travel further than the original audience, remove what should not travel with it. Redact PDF permanently flattens content rather than covering it, which matters here because a rendered page will happily carry a visible detail you meant to remove.

When unlocking fails

The workflow reports a single failure message covering every cause, so it is worth knowing what the likely ones are. An incorrect password is the obvious case, and password fields are case-sensitive and often carry a trailing space when pasted.

Beyond that, a document can use an encryption revision the browser's PDF engine does not support, or be damaged in a way that prevents it opening at all. A very long or graphically heavy document can also exhaust available memory during rendering, because every page is drawn to a canvas before being encoded. If a file opens correctly in a desktop viewer but fails here, that combination points at an unsupported encryption variant rather than at a wrong password.

Limits worth knowing

Processing runs entirely in your browser, so the password you type and the document you select are not transmitted anywhere, and the practical ceiling is your device's memory rather than a server quota. That ceiling is reached sooner than with other tools here, because each page is rendered to a full-size canvas before being encoded.

One file is processed at a time. The output's size can move in either direction relative to the source: a text-heavy document usually grows, since page images are larger than the instructions that drew the text, while a document already full of large photographs may shrink under JPEG re-encoding. If the result needs to be smaller, run Compress PDF on it afterwards, and expect a second lossy pass on pages that are already lossy images.

Ready to Use Unlock PDF?

Open the tool, upload your file and complete the task in a few simple steps.

Try It Now

Common questions

Frequently Asked Questions

Clear answers to common questions about this topic and the related FiloTool tool.

Can this open a PDF when I do not know the password?

No. The workflow requires the current password and does not guess, recover or bypass one. If you cannot already open the document, this will not help — contact whoever issued it.

Is the unlocked PDF still editable?

Not in the way most people mean. The output is an image-based PDF built from page renders, so text is no longer selectable, and form fields, links and annotations are gone. You can still merge, split and rearrange its pages.

Why is the text no longer selectable after unlocking?

Because each page has been rendered and stored as a JPEG image at 1.5x scale and 85 percent quality. Everything on the page, text included, is now pixels rather than characters.

Can I get the text back from an unlocked copy?

Only by optical character recognition, which reads words back from pixels and can be wrong. If you still have the protected original and its password, take the text from that instead — it has a real text layer, and the rendered copy does not.

Does unlocking preserve a digital signature?

No. The output is a new document assembled from page images, so an existing signature cannot carry across. It certified the original file, which this is not.

My PDF opens fine but will not let me print or copy. Will this fix it?

That is a permissions restriction rather than an open password, and this workflow is aimed at documents that require a password to open at all. Ask whoever issued the document for an unrestricted copy.

Why is my unlocked PDF larger than the original?

Because every page became a JPEG image, and an image of a text page is usually larger than the instructions that drew that text. Documents already full of large photographs can shrink instead. If size matters, run Compress PDF on the result, accepting that it is a second lossy pass over pages that are already images.

Is the password I type sent anywhere?

No. The document is opened and re-assembled in your browser, so neither the file nor the password is transmitted to a server.

Why did unlocking fail even though my password is correct?

The document may use an encryption revision the browser's PDF engine does not support, or it may be damaged. A very large document can also exhaust memory during rendering. If it opens in a desktop viewer with the same password, an unsupported encryption variant is the likely cause.

Useful Tools

Continue with These Tools

These workflows are selected for the next steps most closely related to this guide.

About the author

UP

Urvish Parmar

Software engineer, developer of FiloTool

Urvish Parmar is a software engineer and the developer of FiloTool. He builds and maintains the browser-local PDF and image tools published on this site, and writes the guides that document how they behave.

Because the same person implements a tool and documents it, these guides describe what the code actually does — including the formats it rejects, the limits it hits and the results it cannot promise.

Read how FiloTool tests and updates its content on the About page, or report an error through Contact.

8 min read

An updated date is shown only when the article's instructions, evidence or material guidance changed.

Continue reading

Related Articles

Explore more practical PDF and image guides from FiloTool.

View all guides →