Guide· May 1, 2026· 6 min read

How to Unlock a Password-Protected PDF (Free, Browser-Only)

Bank statement, salary slip, or e-aadhaar that requires a password every time. If you have the password, removing it takes 30 seconds. Below: three methods, the difference between owner and user passwords, and what to do if the password is lost.

Indian users hit this constantly: bank statements password-protected with the last 6 digits of an account number, salary slips encrypted with PAN+DOB, e-Aadhaar that wants the first 4 letters of your name, GSTIN portal exports locked with the user's GSTIN. You know the password — you've typed it 50 times — but you want a clean copy that opens without prompting. That's what this guide is for.

The two kinds of PDF protection

  1. User password (open password) — required to open the document at all. The PDF is encrypted; without the password, the file is unreadable. To remove this, you must know the password.
  2. Owner password (permissions password) — file opens freely, but restrictions are applied: no printing, no copying text, no editing. The encryption is essentially a polite suggestion that any modern PDF viewer can ignore. To remove this, no password is needed.

Most “password-protected” PDFs from banks and government portals use a user password. This guide assumes you know it.

Method 1: Browser-based unlock (recommended)

Use our free PDF Unlock tool. Drop the PDF, enter the password if prompted, click Unlock. The tool decrypts the file using your password (locally in your browser) and re-saves it without encryption. Output opens freely in any PDF reader.

Privacy: file is processed entirely in your browser using pdf-lib + pdf.js. No upload. Verify in DevTools → Network tab. For sensitive financial / personal documents, this is the safest method.

Trade-off: for user-password PDFs, the unlock works by rasterizing each page and rebuilding the PDF — output text may not be selectable. For owner-password / restriction-only PDFs, text is preserved.

Method 2: qpdf (command-line, free, text-preserving)

qpdf is the gold-standard open-source tool for PDF manipulation. To remove a password:

qpdf --password=YOUR_PASSWORD --decrypt input.pdf output.pdf

Install: brew install qpdf (macOS), apt install qpdf (Linux), or download from sourceforge.net for Windows. Output preserves text, fonts, bookmarks, hyperlinks — everything. Recommended when text searchability matters.

Method 3: Adobe Acrobat Pro

Open the PDF (enter password) → File → Properties → Security → Security Method: No Security. Save the unlocked file. Highest fidelity option but requires a paid subscription (₹1,475/mo).

What if I've forgotten the password?

For user-password PDFs (the encrypted kind), you cannot recover the password without brute-force cracking. This is by design — modern PDF encryption (AES-256) is genuinely strong.

The legitimate paths when you've lost the password:

  • It's your bank statement / salary slip: the password is usually a derivative of personal data — try combinations of your account number, DOB, PAN, customer ID. The bank's welcome email or app help section documents the exact format.
  • It's a corporate PDF: contact the issuer. Government portals and HR teams often re-issue documents on request.
  • It's your own PDF: if you set the password yourself, check your password manager. If it's genuinely lost, the file's contents are gone.

We don't recommend “PDF password recovery” tools that promise to crack passwords. They either upload your file (privacy risk) or run weak dictionary attacks that won't crack a real password.

Is unlocking PDFs legal?

For PDFs you own or have legitimate access to (your own bank statements, your own salary slips, contracts you signed): yes, fully legal. You're removing a convenience layer from your own document.

For PDFs you don't own (e.g. someone else's confidential document, copyrighted books with DRM, leaked corporate documents): the legality depends on jurisdiction and intent. The act of unlocking a PDF you have access to is not itself illegal in India under the IT Act or Copyright Act, but using the unlocked content in violation of its license / copyright would be.

This tool — like all PDF unlockers — is for legitimate use cases. If you're unsure, the rule of thumb is: if you're the document's recipient and you have its password, you have a clear legal basis to remove the encryption.

Common Indian use cases this works for

  • Bank statements from SBI, HDFC, ICICI, Axis, Kotak, IDFC etc. (typically password = last 6 digits of account + DOB)
  • Salary slips from Keka, GreytHR, Zoho People etc. (typically password = first 4 letters of name + DOB)
  • e-Aadhaar downloaded from UIDAI (password = first 4 letters of name in caps + birth year)
  • Form 16 issued by employers (password = PAN + DOB)
  • GST returns exported from gst.gov.in (password = your GSTIN)
  • NPS / EPF statements (password = PRAN / UAN + DOB)

Frequently asked

Does removing the password damage the PDF? No. The unlocked file has identical content; only the encryption layer is removed.

Will signed PDFs lose their digital signature after unlock?Yes. Removing encryption changes the file's hash, which invalidates any digital signature. For digitally signed contracts, keep the original.

Can I do this offline?Yes — Pyrelo's tool runs entirely in your browser, qpdf is offline by definition, Acrobat Pro works without internet. Unlocking never requires uploading the file.

Try Pyrelo

All-in-one HRMS + work platform for Indian SMBs

Attendance, leaves, tasks, finance, calendar, chat, files. From ₹599/month flat for up to 30 employees. No credit card needed for the demo.

All posts

© Pyrelo 2026 · Made with in India