How to Watermark a PDF

🔖 Document marking⏱️ 5 min readFree tool included

A watermark that does its job is boring on purpose: legible at a glance, invisible to the reader trying to work, and stubborn in a photocopy. Getting there is four decisions — what it says, how big, how faint, and in front of or behind the page. This guide walks each one with numbers.

Advertisement

What should the watermark say?

One status word beats a paragraph. CONFIDENTIAL, DRAFT, PRELIMINARY, COPY, DO NOT DISTRIBUTE — each states the document's status in the first glance. If you're tracing leaks, flip the model: instead of one big mark, tile a small stamp with the recipient and date across every page, so any photographed corner identifies the source copy. What doesn't work: company names as "watermarks" (they read as branding, not status), sentences (they shrink to illegibility before they fit a diagonal), and anything in all-important legalese — the mark is a signal, not a contract.

How big and how faint?

PDF pages are measured in points — 612 × 792 for US Letter — and text size scales against that canvas. The classic diagonal CONFIDENTIAL is 48 pt: in Helvetica-Bold that measures 357.31 pt wide, about 58 percent of a Letter page's width, which is why it reads clearly without touching the margins. The tuning zones:

GoalSizeOpacityAngle
Marked but readable (letters, reports)40–48 pt25–35%45°
Nobody mistakes it for final (drafts)60 pt45–60%45°
Tiled copy control24 pt, 3 × 320–30%45°
Leak tracing per recipient14 pt, tiled50%

Opacity is the honest lever. Below roughly 20 percent, a watermark fades in print and can vanish on a photocopier — which defeats the point. Above 50 percent on a centered diagonal, it starts fighting body text for attention. Tiled patterns run fainter per mark because nine of them add up visually.

Overlay or underlay?

The PDF format has no watermark feature — a watermark is content drawn on the page, and the only question is the drawing order. An underlay is painted first, behind everything: paragraphs, tables, and images sit on top of it, so the document reads normally and the mark peeks out of the margins and white space. An overlay is painted last, on top of everything: guaranteed visible, at the cost of touching the content.

One hard rule hides here: scanned PDFs must use an overlay. A scan is a full-page image, and an underlay drawn behind it is completely hidden — you'll stamp the file, get a clean "success," and see nothing. Overlays work on anything; underlays only work on born-digital pages with white space to show through.

How does a diagonal stamp stay centered?

Rotation in PDFs happens around the text's baseline start point — the lower-left corner, not the center. Rotate 45° "at the center" naively and the mark drifts down-left, often clipping off the page. Real watermark tools measure the text first, then solve for the anchor: at 48 pt, CONFIDENTIAL is 357.31 pt wide and 44.40 pt tall, and placing its rotated center on the page's center (306, 396 on Letter) puts the anchor at (195.37, 253.97). That's the entire difference between a mark that looks typed-on and one that looks dropped-in. A good diagonal also respects the page itself: Letter's diagonal is 1,000.9 pt, so a 357 pt-wide stamp spans about 36 percent of it — dramatic but contained.

Which pages should carry the mark?

All of them, by default — a watermark on pages 2–12 but not page 1 is a small gift to anyone photographing the document. The exceptions are real, though: cover-only marks ("board copy" on a title page), skipping a public summary page in an otherwise internal deck, or stamping every page except the signed signature page of an agreement. If your tool supports page ranges, use them deliberately; if it silently stamps everything, check the output before sending.

What does a watermark actually protect?

Nothing, technically — and any product claiming otherwise is overselling. A watermark is ordinary page content; a determined user can crop it, cover it, or delete it in any PDF editor. What it reliably does: mark status (this is a DRAFT), mark provenance (this copy went to J. Smith), and create friction — casual forwarding stops being casual when your name is tiled across the page. When you need enforcement, layer it: watermark for the visible signal, password encryption and usage restrictions for the teeth, and a watermark plus encryption combination for documents that genuinely circulate. None of this is legal advice about what your marks mean; that's a question for counsel.

Browser tool or desktop app?

For one-off documents, a browser-based tool that runs its engine locally (the file never uploads) is the fastest path — nothing to install, and confidential documents stay on your machine. The tell is in the mechanics: a tool that works offline after loading is processing in-page; a tool with a progress bar on someone else's server is uploading. For whole directories on a schedule, a scripted approach (qpdf, pdftk, or a small script around a PDF library) beats any GUI.

Watermark a PDF right now

Type your text, pick size, opacity, angle, overlay or underlay, and pages — stamped in your browser by qpdf-wasm, never uploaded.

Watermark PDF →

The bottom line

Say one word, size it against the page (48 pt on Letter), keep opacity in the readable band (25–40 percent), underlay for readable documents and overlay for everything that must be seen — especially scans. Stamp every page unless you have a specific reason not to, and remember the mark is deterrence, not protection. Our Watermark PDF tool does the whole job in-browser with no upload; for related jobs there's Add Text to PDF for page content instead of stamps and Redact PDF for removing sensitive text before a document leaves your desk.

Advertisement