HerePDF

Guide

Watermarking a PDF — And What It Doesn't Protect You From

A watermark is one of the oldest ways to mark a document — stamp "DRAFT" across a page, or a company logo, and anyone who looks at it knows something about where it came from or what state it's in. It's also one of the most misunderstood: a watermark is a visible marker, not a security measure, and treating it as one is where the trouble starts.

What a watermark is actually good for

Three things, realistically: signaling a document's status at a glance ("DRAFT", "CONFIDENTIAL", "SAMPLE"), attributing a document to its source (a logo, a name), and discouraging casual reuse — someone screenshotting a watermarked page gets a screenshot with your mark on it. None of these require the watermark to be hard to remove; they only require it to be visible while the document is being read or shared normally.

What it doesn't do

A watermark added by drawing text or an image onto a page is exactly that — content drawn on top of the existing page. Anyone with a PDF editor can select and delete it, crop the page to exclude it, or paint over it entirely. It does nothing to the underlying text or images, which remain fully selectable, copyable, and extractable regardless of what's stamped over them. This is the same lesson as why hiding text in a PDF usually doesn't remove it — a visual change to how a page looks is not the same as a change to what the page actually contains.

If what you actually need is to prevent copying, printing, or opening a document without a password, that's encryption and access control — a different problem, and one pdf-lib (the library behind HerePDF's tools) cannot write; see password-protected PDFs: what browser tools can and can't do.

Opacity, rotation, and tiling

A watermark that's too opaque or too large makes the underlying page hard to read, which usually defeats the document's own purpose. Somewhere around 20–40% opacity keeps a mark clearly visible without obscuring the content under it. The classic 45° diagonal placement is a convention, not a requirement — it just reads as "watermark" instantly to most viewers, the same way a diagonal red stripe reads as "urgent."

A single centered stamp is easy to crop around — cut a strip off the page, or crop tightly to the text, and the mark is gone from that region. Tiling the watermark across the whole page (HerePDF's watermark tool supports this as a layout option) makes that kind of selective cropping harder, since removing the mark from one area still leaves it everywhere else — though, as above, this raises the bar for casual removal, it doesn't make removal impossible.