Remove the Password From a PDF You Can Already Open

Supply the current password and get back an unlocked copy that opens without one.

About the PDF Unlock Tool

Documents arrive locked far more often than people expect — bank statements, pension valuations, payroll summaries and insurance schedules are routinely issued with a password derived from a date of birth or a reference number. That is sensible in transit and tiresome afterwards, particularly when the file has to be combined with others into a single pack. Enter the password you already have and an unlocked copy is produced.

This is not a password recovery tool. It opens the document using the password you supply, exactly as a reader would, and writes out a copy without the restriction; a wrong or missing password produces a clear message rather than any attempt to guess. Please only use it on documents you own or are authorised to modify. One characteristic to understand before relying on it: the unlocked copy is rebuilt from rendered pages, so the text layer does not survive. Everything is processed on your own machine, which matters given what locked documents usually contain.

Key Features

  • Uses the password you have: The document is opened normally with your password rather than attacked, so nothing here circumvents protection you lack.
  • Clear failure message: An incorrect or absent password produces a plain explanation instead of a silent failure or a corrupt file.
  • Removes the prompt entirely: The copy opens directly in any reader, which is what makes it usable in a bundle or an upload form.
  • Rendered at high resolution: Pages are re-rendered at double scale before rebuilding, so the visual result stays sharp on screen and in print.
  • Handled entirely offline: Neither the document nor the password is transmitted at any point in the process.

How to Use the PDF Unlock Tool

  1. Add the locked PDF.
  2. Type the password you normally use to open it.
  3. Unlock, and wait while each page is processed.
  4. Download the unlocked copy, keeping the original if you may need its text layer.

How It Works

pdf.js opens the file with the password you provide, raising a specific error if it is rejected. Every page is then rendered to a canvas at twice normal scale and pdf-lib assembles those images into a fresh document. That rebuild is what removes the restriction, and it is also the significant trade-off: because pages become images, text is no longer selectable or searchable in the unlocked copy, and the file size may change substantially in either direction depending on whether the original was text-heavy or already image-based. Keep the protected original if the searchable text matters, and use the unlocked copy for assembling and sending.

When You Need It

Someone putting together a mortgage application has to supply six months of bank statements, a pension valuation and a payslip summary, and almost every one of those arrived password-locked from a different provider. The broker wants a single readable pack, which is impossible while each file demands its own password. Unlocking them locally produces that pack without a complete financial picture of a household passing through an unlocking website. Individuals archiving their own insurance documents and staff consolidating statements they are authorised to handle unlock files for the same practical reasons.

FAQ

Frequently Asked Questions

Can this open a PDF when I do not know the password?
No. It uses the password you supply to open the document legitimately, and there is no guessing or recovery mechanism. Without the password there is nothing it can do.
Why can I no longer select the text in the unlocked copy?
The copy is rebuilt from rendered pages, so the content becomes imagery. Retain the original if you need to search or copy from it, and treat the unlocked version as a distribution copy.
Is it legal to remove a password from a PDF?
It depends entirely on the document. Removing protection from your own statements is unremarkable; doing it to material you have no right to modify is not. Use this only where you own the file or have permission.
Why did the file size change so much?
Text-based documents grow when their pages become images, while already-scanned ones may shrink. The rebuild re-encodes everything, so the resulting size reflects the new form rather than the original.
Is my password sent anywhere when I use it here?
It is not. The password is used by the decoder running inside your browser and is never transmitted, stored or logged, which is the only sensible arrangement for a credential protecting financial records.