Add a Watermark to a PDF
Stamp DRAFT, CONFIDENTIAL, or any text of your own diagonally across the pages of a PDF. The size is calculated from each page's diagonal so a short word fills the page and a longer phrase still fits inside the corners, and the opacity keeps whatever is underneath readable. Everything happens in this single pass, and the file is deleted as soon as the response is sent — which matters given what people usually mark confidential.
Use this without the search next time. Prathom Workbench puts Prathom's tools in your toolbar.
Add to Chrome — freeWhat it does
- Any text, any color, adjustable opacity
- Font size derived from each page's own diagonal
- Apply to every page or a selection
- Works on mixed page sizes in one document
- No watermark from the tool itself, and no account
How to use Watermark PDF
- 1
Open the PDF
Drop the file in. The page count appears immediately.
- 2
Type your watermark text
DRAFT and CONFIDENTIAL are the usual ones. Anything up to about forty characters works; longer text is sized down to fit.
- 3
Set color and opacity
15 to 20 percent opacity marks a page clearly while leaving the content comfortably readable. Red and gray are the conventional choices.
- 4
Stamp and save
Choose which pages, then save the result. Your original file is unchanged.
How it works
The text is drawn once per page at 45 degrees, centerd, in a semi-transparent color. Two calculations make it look right, and both are the difference between this and a watermark that sits awkwardly in a corner.
Sizing from the diagonal. Text drawn at 45 degrees has the page's diagonal available to it, not its width. Sizing against the width leaves an obviously short watermark on a portrait page. The font size here is three quarters of the diagonal divided by how wide the text will be at that size, with a floor and a ceiling so a three-letter word does not become absurd and a long sentence stays legible.
The ceiling is itself a fraction of the page rather than a fixed number of points, and that detail matters more than it sounds. With a fixed cap, any short word reaches it on any page — so DRAFT came out at exactly the same size on A4 as on A3, quietly losing the per-page proportionality for precisely the words people watermark with most. Every page is measured individually, so a document mixing A4 and A3 gets a watermark proportioned to each.
Centering rotated text. PDF rotates text about its own origin — the start of its baseline — rather than about its center. Drawing at the middle of the page therefore puts the beginning of the word there and trails the rest of it off toward a corner. Correcting this means offsetting the origin back along the rotated text's own axes, which is a short piece of trigonometry and the single most common reason watermarks come out visibly off-center.
The font is Helvetica Bold, one of the fourteen standard PDF fonts, so nothing is embedded and the file grows by a negligible amount. Opacity is a genuine transparency setting rather than a lightened color, which means the watermark reads consistently over white paper, over a photograph, and over a gray scan.
When you'd use this
Circulating a document before it is final, where DRAFT prevents an early version being treated as the agreed one. This is the most common case and the most useful.
Marking sensitivity — CONFIDENTIAL, INTERNAL ONLY, NOT FOR DISTRIBUTION — where the point is that anyone who later finds the document knows how it was meant to be handled.
Sample or preview copies, where SAMPLE or PREVIEW across a document makes it usable for evaluation and awkward to use for real.
Attribution on shared material, marking a document with an organization or case name so a page photographed out of context is still traceable.
What a watermark is and is not
It is a signal. It tells anyone looking at the page how the document is meant to be treated, and it survives printing, photographing, and screenshotting — which is more than most controls manage.
It is not protection. The text is an ordinary object on the page and can be removed by anyone with a proper PDF editor and a few minutes. Nothing drawn onto a page can prevent its contents being read, copied, or passed on.
Treat it accordingly. Watermark a draft so nobody quotes it as final. Do not watermark a document as your only reason for believing it will not be shared.
Examples
Marking a contract as a draft
Five characters on an A4 page reach the per-page size ceiling, so DRAFT spans roughly three quarters of the diagonal. At 15 percent opacity the clause text underneath stays completely readable, which is the point — a watermark nobody can read past is one that gets removed and re-sent.
A longer phrase on a mixed-size document
Twenty-two characters produce a much smaller font than DRAFT would, and each page gets its own calculation from its own dimensions. A fixed font size would have overflowed the A4 pages or looked lost on the A3 ones — here both are proportioned the same way.
Frequently asked questions
Can the watermark be removed by someone I send it to?
Yes, with effort. The text becomes an ordinary drawing instruction on the page, so anyone with a proper PDF editor can select and delete it. A watermark is a signal about how a document should be treated, not a security control. If a document genuinely must not be redistributed, the answer is access control rather than a stamp on the page.
Why is the text sized automatically instead of by me?
Because the right size depends on both the text and the page, and getting it wrong is the usual failure of watermarking tools. The size here comes from the page's diagonal — the space actually available to text drawn at 45 degrees — divided by the character count. A short word fills the page and a long phrase fits inside the corners, on every page size, without you adjusting anything.
What opacity should I use?
Between 10 and 20 percent for most purposes. Below 10 it is easy to miss when skimming or after printing on a monochrome printer. Above about 30 it starts to compete with the text underneath, and a document people cannot comfortably read is one they will ask you to resend without the watermark.
Does it work on a scanned PDF?
Yes. The watermark is drawn on top of whatever the page contains, whether that is text, vector graphics or a scanned image, so a scan takes a watermark exactly like any other document. Be aware that the contrast is different — a light watermark over a gray scan is harder to see than over white, so a slightly higher opacity often reads better.
Is my document uploaded?
Yes — it is sent here, stamped with qpdf, and handed back, and the upload is deleted the moment that finishes. It is worth being exact about that on this page more than most: a document being marked CONFIDENTIAL is by definition one you should not be uploading to a free web service to have the word CONFIDENTIAL added to it.
Further reading
- A Watermark on Ten Pages Cost 458 Bytes and Page Numbers Cost 199Putting something on every page of a document sounds like it should cost something per page, and it does — about twenty bytes. What a watermark does not do is anything to protect the document, which is the reason most people add one.
- A Signature, a Redaction, and a Watermark Are Different ThingsThese three PDF actions can all change what a page looks like, but they answer different questions. A signature identifies a person, a redaction removes a visible detail, and a watermark communicates how the document should be used.