💧 Watermark PDF

Stamp text across every page or a selection: diagonal or straight, any size, opacity and colour. Drawn into the page so it prints. Nothing is uploaded.

Free No Signup Required Browser-Based
💧

Choose a PDF, or drop it here

Watermarked in this tab. The document is never uploaded.

What Watermark PDF Does

A watermark can be added to a PDF in two quite different ways, and the difference decides whether it survives. As an annotation it sits in a layer above the page, which viewers can hide and some printers ignore. Drawn into the page’s content stream it becomes part of the page itself — it prints, it flattens, and no viewer setting turns it off. This tool does the second.

The fiddly part is placing rotated text. Diagonal is the usual choice because it crosses the body of the page without following any line of the text underneath, but a diagonal string has to be positioned by measurement rather than by a fixed offset. The width of the text at the chosen font size is known, so the string can be centred on the page’s real midpoint and rotated about it. Tools that skip that step draw from a corner, which is why a short word ends up floating in the top-left and a long phrase runs off the edge.

Page size is the other thing that has to be handled per page rather than once. A merged bundle can contain A4 and Letter pages side by side, and a position computed from the first page will be wrong on the rest.

What a watermark is not is protection. It marks ownership and signals status. The text underneath is still selectable, the file is still copyable, and the mark itself can be removed by anyone with the right software. That is worth saying plainly because a lot of the category implies otherwise.

How to Use Watermark PDF

  1. Add a PDF, or drop it onto the box
  2. Type the text — CONFIDENTIAL, DRAFT, a name, anything
  3. Choose diagonal or a straight position, then set size, opacity and colour
  4. Watermark every page or a selection, then save

Formula Used by Watermark PDF

Centring a rotated string on the page

x = W/2 − (textWidth/2)·cos θ + (textHeight/2)·sin θ, y = H/2 − (textWidth/2)·sin θ − (textHeight/2)·cos θ

W, H
the page width and height in points
θ
the rotation angle — corner to corner is atan2(H, W)
textWidth
measured from the embedded font at the chosen size, not estimated

Worked example

"CONFIDENTIAL" at 48 pt on an A4 page (595.28 × 841.89 pt).

  1. θ = atan2(841.89, 595.28) = 0.9553 rad = 54.7°
  2. The string is measured at 48 pt, then half its width is stepped back along the rotated baseline from the page centre
  3. The half-height term drops the baseline so the text is centred vertically rather than sitting on the midline

Result: The middle of the string lands on the middle of the page at 54.7°, whatever the string length — which is what a fixed corner offset cannot do.

Choosing an opacity

OpacityEffectUse for
10–15%Barely there; body text fully comfortableSubtle ownership marks on documents meant to be read
20–30%Clearly visible, text still easy to readThe usual choice — DRAFT, CONFIDENTIAL, a client name
40–60%Dominant; reading is a little harderMaking it obvious a copy is not the final version
70%+ObstructiveSamples and previews you do not want used as-is

Drawn into the page vs added as an annotation

Drawn in (what this does)Annotation layer
PrintsAlwaysDepends on the viewer and its settings
Can be hidden in a viewerNoYes
Survives flatteningAlready flatOnly if flattened deliberately
RemovableWith effort, by editing the content streamTrivially, by deleting the annotation

How to Read Your Result

Diagonal for the body, a corner for a notice

A diagonal mark crosses the page without lining up with any paragraph, which makes it read as a stamp rather than as content. A top or bottom placement reads as a header or footer — better for something like a document reference or a company name that should look like part of the layout.

Watermark a copy, not your only original

The mark is drawn into the page and there is no undo inside the file. Keep the clean version; the watermarked one is a derivative you can always regenerate.

A mark is not a lock

If the requirement is genuinely to stop redistribution, a watermark will not do it and neither will PDF passwords in any meaningful sense. Watermarking answers "who owns this and what state is it in", which is a real and useful question — just not the same question.

Limitations & Accuracy Notes

  • Text only. There is no image or logo watermark here.
  • The standard Helvetica font is used, so characters outside its Latin range — Cyrillic, Greek, CJK, Devanagari — will not render. Use Latin text.
  • One watermark per run, applied uniformly to the selected pages. Different text on different pages means running it more than once.
  • It is drawn on top of existing content, so a dense page will have the mark crossing it. That is the intent, but it means the watermark cannot avoid a busy area.
  • Encrypted documents are refused rather than partially processed.
  • Bookmarks, attachments and document JavaScript are not preserved by the save, as with the other structural tools here.

Frequently Asked Questions

Will the watermark print, or is it just on screen?
It prints. The text is drawn into the page content itself rather than added as an annotation, so it is part of the page from then on — it cannot be toggled off in a viewer, and it survives printing and flattening.
Does a watermark protect my document?
No, and it is worth being blunt about that. A watermark marks ownership and signals status — draft, confidential, copy. It does not stop anyone selecting the text underneath, copying the file or removing the mark with the right software. Any tool implying that a watermark is protection is overselling it.
Why is my diagonal watermark centred properly here?
Because the width of the string at the chosen font size is measured and the text is then centred on the page and rotated about that point. Most tools draw diagonal text from a fixed corner offset, which is why a short word sits high on the page and a long phrase runs off the edge.
Can I watermark only some pages?
Yes. Untick "every page" and give the pages as ranges — "1-3, 7, 10-". Useful when only the appendix is confidential, or when the cover should stay clean.
What opacity should I use?
Between 15 and 30 percent for a background mark that is clearly visible without fighting the text underneath. Go higher only when the point is to make the document hard to pass off as final.
Does it work on a document with mixed page sizes?
Yes. Placement is computed per page from that page’s own dimensions, so a merged file containing both A4 and Letter pages gets a correctly positioned mark on each.

References & Further Reading

By OnlineToolHubs Team • September 2026