Remove a Watermark From a PDF
Finds watermarks that exist as their own object in the file — annotations, layers, and text repeated on every page — and deletes the ones you choose. It will tell you when a watermark is baked into the page and cannot honestly be removed.
Scan a PDF for removable watermarks
Before you start: use this on documents you own or have the right to modify. A watermark often marks ownership, a licence restriction or draft status, and removing the mark does not remove any of those.
Drag a PDF here
or click to browse — the file stays on your device
What the scan found
What "removable" means here
A PDF is a set of objects, not a picture of a page. Whether a watermark can be removed cleanly comes down to one question: is the mark still a separate object, or has it been merged into the page content?
Still separate — this tool can delete it:
- Watermark and stamp annotations. Added by Acrobat and most PDF editors as an annotation layer sitting above the page. Deleting the annotation leaves the page itself untouched.
- Optional content groups. The PDF name for layers. A watermark on its own layer can be removed along with the marked-content section that draws it.
- Repeated text objects. A "DRAFT" or "CONFIDENTIAL" text block drawn at the same coordinates on every page. It is part of the content stream, but it is identifiable precisely because it repeats, and the block that draws it can be cut out.
Merged into the page — nothing can honestly remove it:
- Flattened watermarks. Many tools "flatten" a document on export, which merges every layer into one. After that the mark is ordinary page content with no marker saying it was ever separate.
- Rasterised pages. If the page is one big image, the watermark is pixels in that image.
- Watermarks that were in the original. A scan of a sheet that was already stamped, or a photo of a marked document. The mark was there before the PDF existed.
For that second group, what other sites call watermark removal is one of two things: painting over the area and guessing what was underneath, or cropping. Both change the document in ways you cannot verify, which is worse than a clear "no" when the document is a contract or a licence. This tool does neither.
If your watermark is the kind that cannot be removed
There are three honest options and it is worth knowing which one you are in before spending an afternoon.
Ask for a clean copy. Usually the fastest route and usually overlooked. Draft watermarks in particular exist because a final version also exists.
Recover the text and rebuild. OCR reads the words off the page, watermark included, and gives you text you can edit. You lose the original layout entirely, so this suits documents where the content matters and the formatting does not.
Crop it out. Only works when the mark sits in a margin rather than across the middle. Export the pages as images, crop, and rebuild with image to PDF. The result is no longer searchable text.
What none of these do is restore what was under a diagonal stamp across the body of the page. That information is not in the file.
How the scan works
- The file is parsed in your browser with pdf-lib. Nothing is uploaded.
- Annotations are listed per page, and any with a Watermark or Stamp subtype are flagged.
- Optional content groups are read from the document catalogue and matched to the marked-content sections that draw them.
- Content streams are decompressed and scanned for text blocks. A block whose text and position repeat across most pages is flagged as a likely watermark — which is also, deliberately, how a running header looks, so nothing is removed until you tick it.
- You choose what to remove, see page one rendered before and after, and download the result only if it looks right.
The output is a new PDF written from the same objects minus the ones you removed. Text stays selectable, pages are not re-rendered, and nothing is re-compressed, so nothing else in the document degrades.
Next steps
- Add a watermark to a PDF — the other direction, if you are the one marking a document.
- OCR — recover the text when the watermark is part of the page image.
- PDF metadata — the author, software and timestamps a watermark removal does not touch, and which often say more than the watermark did.
Next steps
Before this step
- remove the password first — an encrypted PDF cannot be read by any tool until it is decrypted.
Related tools
- add a watermark instead — the other direction, when you are the one marking a document.
- recover the text instead — the only route when the mark is baked into a scanned page.
Browse all PDF tools, or see every QuickMerge tool.
Frequently asked questions
The ones that exist as their own object in the file: watermark and stamp annotations, optional content groups — the layers a PDF editor creates — and a text block repeated at the same position on most or all pages. These can be deleted exactly, leaving the rest of the page untouched.
A watermark that has been flattened into the page, or that was part of the image before the PDF was made — a scan of an already-stamped sheet, for example. Once the mark is the same pixels as the content around it, there is no object to delete. Removing it would mean painting over it and guessing what was underneath, which this tool does not do.
Load the file. The scan tells you what it found. If it reports nothing removable, open the PDF in a reader and try to select the watermark text with your cursor — if you cannot select it and it does not appear in any layers panel, it is part of the page image.
None of them are good, and it is better to know that now. You can run OCR to recover the text of the document and rebuild it, which loses the original layout. You can crop the mark out with crop image if it sits in a margin. Or you can go back to whoever produced the file and ask for a clean copy, which is usually the fastest route.
No. The file is parsed and rewritten in your browser with pdf-lib, and the result is handed straight back as a download. Nothing is transmitted, which matters here because the documents people want unmarked are usually contracts, drafts and licensed material.
For annotations and optional content layers, no — those are separate objects and deleting one leaves everything else byte-for-byte as it was. For repeated text, the tool removes the specific text block it identified, and you should check the result before relying on it. Anything the tool is unsure about, it lists rather than removes.
That is between you and whoever holds the rights. A watermark is often there to mark ownership, a licence limit or a draft status, and removing it does not change any of those things. Use this on documents you own or have the right to modify.
The repeated-text detector looks for the same text at the same coordinates across most pages, which is exactly what a running header, a footer or a page-number template also looks like. That is why nothing is removed until you tick it. Read the list before you act on it.