Watermark, stamp, or redaction? Choosing the right mark
Updated 2026-08-19 · 5 min read
Short answer: A watermark warns every reader about the whole document. A stamp records a specific action on a specific page, such as approved or received. Redaction removes content from the file permanently. Only redaction changes what the file contains; the other two only change how it looks.
Three marks, three completely different jobs, and one expensive way to confuse them: reaching for a visual mark when the requirement was actually removal. Data has leaked from court filings, published reports and corporate disclosures because somebody drew a black rectangle and assumed the words underneath had gone.
The three in one table
| Watermark | Stamp | Redaction | |
|---|---|---|---|
| Purpose | Set the status of the whole document | Record an action at a point in time | Remove content permanently |
| Scope | Every page, or a page range | One spot on one page, usually | Specific words, figures or regions |
| Typical text | DRAFT, CONFIDENTIAL, SAMPLE | APPROVED, RECEIVED, PAID, VOID | Nothing, the content is gone |
| Appearance | Large, pale, diagonal, behind text | Small, opaque, often coloured, on top | Solid black box, or blank space |
| Changes the file content? | Adds a mark | Adds a mark | Deletes the original content |
| Reversible? | Yes, by anyone with an editor | Yes, by anyone with an editor | No, if done correctly |
| Legal weight | Notice only | Evidence of a process step | Compliance control |
| Fails when | Treated as access control | Treated as a signature | Faked with a drawn rectangle |
Watermark, stamp and redaction compared.
Watermark: a warning to a cooperative reader
A watermark changes how a reader treats the document, and nothing else. It is the right choice when the risk you are managing is misunderstanding rather than misuse: a draft quoted as final, a template mistaken for a real certificate, an old version resurfacing after a policy change.
It works because it is unmissable and applies to every page, so a single sheet torn out of the stack still carries the warning. It fails the moment anyone treats it as protection. Anyone with a PDF editor deletes the object in two clicks. See adding a watermark for the settings that make one readable.
Stamp: a record that something happened
A stamp is small, opaque and specific. It says a thing was done to this document: received on this date, approved by this person, paid, void, superseded. Its ancestor is the rubber stamp on a paper file, and it inherits the same convention, a stamp usually carries a date, often a name, and sits in a margin rather than across the content.
- Dynamic stamps in desktop editors fill in the current date, time and user name automatically. Useful for volume, but the name comes from the local application profile, so it proves who was logged in, not who agreed.
- Approval stamps are a workflow marker, not a legal signature. If a stamp needs to bind someone, use a digital signature instead, which cryptographically ties an identity to the exact bytes of the document.
- Received stamps are the most defensible use: they record an internal fact, this arrived on our desk on this date, which is exactly what a stamp is good at.
Note: A stamp and a watermark are technically the same thing: content drawn onto the page. The difference is entirely convention, size, opacity, position and intent. Tools separate them because the settings you want are different, not because the file format treats them differently.
Redaction: the only one that removes anything
Watch out: Drawing a black rectangle over text does not redact it. The text stays in the file underneath the box, and anyone can recover it by selecting the area and pressing copy, or by running a text extraction tool. The box is decoration drawn over the top.
Real redaction removes the underlying content from the file. In desktop tools this is a two-stage operation: mark the regions, then apply, at which point the text objects are deleted and replaced with a filled rectangle. In a browser toolkit, the reliable equivalent is to cover the regions and then rasterise each page to an image, which destroys the text layer entirely. Either way, you then verify by trying to select the text, the full method is in how to redact a PDF properly.
Choosing in ten seconds
| If your sentence is… | You want |
|---|---|
| "Readers should know this is not final" | A watermark |
| "Every page should carry our name and a reference" | A header or footer |
| "This was approved on Tuesday by the finance team" | A stamp |
| "I need to prove this document has not been altered" | A digital signature |
| "Nobody outside the team may open this" | Encryption, with its honest limits |
| "These three names must not appear in the file" | Redaction, verified |
| "Nobody should know which laptop made this" | Stripping the metadata |
Combining them
Real documents usually need two or three. A regulatory response might be redacted for third-party personal data, watermarked CONFIDENTIAL, footered with a file reference and issue date, and Bates numbered for the production set. The order matters: redact first, because rasterising pages afterwards would also flatten your marks and make later corrections impossible, then add marks, then number.
- Redact and verify. Confirm the text is genuinely unrecoverable before anything else touches the file.
- Merge every part of the document into its final shape.
- Add the watermark and any stamps.
- Add headers, footers and page numbers last, so the totals are correct.
- Strip the metadata on the outgoing copy, and keep the unmarked original somewhere safe.
Start with a watermark, free, in the browser, nothing uploaded.
The single rule worth remembering: a watermark and a stamp change what a reader sees, and redaction changes what the file contains. If the consequence of being wrong is a disclosure, only the third one counts.
Frequently asked questions
What is the difference between a watermark and a stamp in a PDF?
A watermark is large, pale and applied to every page to set the status of the whole document. A stamp is small, opaque and applied to one spot to record a specific action, such as approved or received, usually with a date.
Is a black box over text the same as redaction?
No. A drawn rectangle sits on top of the text, which remains in the file and can be recovered by copy and paste or by a text extraction tool. Real redaction deletes the underlying content, and must always be verified afterwards.
Does an APPROVED stamp count as a signature?
Not on its own. A stamp is a workflow marker with no cryptographic link to a person, and anyone with an editor can add or remove it. For a binding approval, use a digital signature that ties an identity to the exact contents of the file.
Should I watermark a document that is also encrypted?
Often yes. Encryption controls who can open the file; the watermark tells whoever legitimately opened it how to treat what they are reading. They solve different problems and work well together.
In what order should I redact, watermark and number a document?
Redact and verify first, then merge the document into its final shape, then add watermarks and stamps, then headers, footers and page numbers. Doing it in that order keeps page totals correct and keeps corrections possible.