Remove a watermark from a locked PDF
Locked is the everyday word for a file that opens fine and then refuses to be edited. The fix is to rebuild it locally, and the tool is explicit about the case it will not touch. Free to use, and there is no account.
What people mean by "locked"
Usually one of three things, and the difference decides whether anything can be done:
| What you are seeing | What is going on | Options |
|---|---|---|
| The file opens, but edit and copy are greyed out | Permissions encryption: an owner password with restrictions applied | Rebuild locally here, then remove the watermark |
| It asks for a password before it opens | Open password: access control | Ask whoever set it; this tool will not attempt it |
| It opens only inside a particular app, and shows a padlock | A lending or DRM system outside the PDF format itself | Out of scope: the file has to be downloaded as a normal PDF first |
Why editing is blocked in the first place
PDF has supported encryption since the 1990s, and the standard allows two passwords: one that opens the document, and one that sets what is permitted once it is open. Publishers, portals and document systems use the second kind routinely, to keep the file from being altered as it circulates rather than to keep you out. If a supplier sends you a price list they do not want edited, that is the mechanism you are looking at.
The consequence is that the page content is genuinely encrypted, not merely flagged. Which is why simply saving the file again does nothing, and why browser tools that skip the check produce damaged output.
Rebuilding a locked file, step by step
- Drop the file in. The scan identifies it as edit-restricted.
- Press rebuild. The pages are copied into a new document by MuPDF WebAssembly, locally. Expect annotations and metadata to be left behind; the rebuild page lists what survives.
- Remove the watermark. The rebuilt file is scanned again, this time with the watermark objects visible, and you choose which to delete.
- Download and check. Two things: the mark is gone, and the content is what you expect.
What this is not
It is not a lock picker. It removes an edit restriction from a file you can already read, and only that. There is no support for breaking an open password, and no attempt is made to defeat DRM. Those are access decisions made by someone else, and a tool that claims to overturn them is either exaggerating or something you should be cautious about running.
If the document is yours and the password has been lost, the practical route is the source system that produced it, not a browser utility.
Use it on documents you are entitled to change. Your own files, documents you have a licence to edit, material you have been given permission to modify. Removing someone else's copyright notice, or making a document look like it came from somewhere it did not, is not what this was built for.
Questions
Does rebuilding change the document's appearance?
Pages should render the same. What changes is everything stored outside page content: annotations, form fields, bookmarks and metadata are not copied, and the file has no restriction left on it.
Will the rebuilt file still be locked?
No: the output is a new document with no encryption applied. The tool verifies the output before handing it to you, rather than assuming the operation worked.
Can it unlock a file from a subscription reader?
No. Files that only open inside a specific app are governed by that platform's rules, not by the PDF standard. Once you can export or download it as a normal PDF, this tool can work with it.
Can I do this on a phone?
Yes, though the engine download and memory footprint make desktop browsers more comfortable for large documents.
Related
- Remove watermark from PDF: scan, review, delete.
- PDF whiteout: cover content on selected pages.
- Rebuild a PDF locally: copy pages into a fresh document.
- Security architecture and FAQ.