About
A small tool, built to stay small.
PDFUnlockerr is a small, independently-run project. It does one thing: remove a password you already know from a PDF you own or have permission to edit, without ever sending that file anywhere.
Why it exists
Most "remove PDF password" sites work by uploading your file to a server, processing it there, and sending it back. That means a stranger's infrastructure briefly holds a copy of a document you may not want anyone else to see — a tax form, a contract, a scan of an ID. This project exists to remove that step entirely.
Instead, the unlocking happens with a WebAssembly build of qpdf, a real, widely-used PDF engine, running in a Web Worker inside your own browser tab. Your file and password are read into memory, processed on your device, and handed back to you as a download. Nothing is uploaded, because there is nothing to upload to — this site has no backend and no database.
What "free" means here
There are no limits, watermarks, sign-up walls, or paid tiers. Because the processing happens on your device instead of a server, there is no per-file cost to recoup, so there is no reason to charge for it.
Who's behind it
PDFUnlockerr is built and maintained as an independent project, not a company or agency. If you run into a problem, want to report something, or have a question, see the Contact page.