Skip to content
ToolStash

Add Watermark & Page Numbers

Stamp a text watermark across your pages, add automatic page numbers, or both at once — with control over position, size, angle, colour and which pages get marked. Everything happens in your browser.

Runs entirely in your browser — nothing is uploaded

Drop a PDF here to watermark or number it

One file at a time. Nothing is uploaded.

How to use it

  1. Drop a PDF onto the box above, or click Choose a file.
  2. Turn on Text watermark, Page numbers, or both.
  3. For the watermark, set the text and then adjust position, colour, size, opacity and — for the centred position — the angle.
  4. For page numbers, pick a format and corner, and choose whether to skip the first page.
  5. Optionally limit which pages are stamped in Apply to pages.
  6. Click Apply to PDF and download the result.

How it works

Text in a PDF is not pixels. Each page carries a content stream — a short program of drawing instructions — and adding a watermark means appending a few more instructions to it: set this font at this size, set this colour and this transparency, move to this point, rotate by this much, show this string. Nothing already on the page is touched, which is why the file barely grows and quality is unaffected.

Two details take more care than the drawing itself.

Rotated pages. A PDF page can carry a /Rotate value telling readers to turn it a quarter or half turn before display. The drawing commands, however, always run in the page’s own unrotated coordinate space. On a page marked as rotated 90°, asking for “bottom centre” in the space you can see is a different point from “bottom centre” in the space the text is drawn in. The tool converts between the two, and adds the page’s rotation to the text angle so the stamp reads in the same direction as the page content. Without this, watermarking a mixed portrait-and-landscape scan puts text sideways and half off the page.

Font encoding. The fourteen standard PDF fonts are guaranteed present in every reader, which is why they need no embedding and cost no file size. They are also WinAnsi-encoded and physically cannot represent characters outside the Latin range. Your text is checked before any drawing starts and the specific character at fault is named, rather than letting the font encoder throw partway through a hundred pages.

Positioning also accounts for the size of the text itself: a corner stamp is inset by half its own width and height so that no part of it hangs over the page edge, and the rotation pivot is offset so an angled watermark stays centred rather than swinging away from the middle.

Tips

  • Preview the result in the PDF Viewer before circulating it. Opacity that looks right as a number often reads differently over a dense page.
  • For a diagonal “CONFIDENTIAL” stamp, the centre position at 45° and around 18 per cent opacity is the conventional look, and 48 pt suits A4 and Letter.
  • A watermark stating something specific — “DRAFT — NOT FOR CIRCULATION”, a date, a recipient’s name — deters sharing far more effectively than a generic one.
  • Number and watermark in a single pass rather than running the tool twice. Two passes means two rounds of re-saving for no benefit.

Frequently asked questions

Is my PDF uploaded to a server?
No. The document is read into your browser’s memory, the text is drawn onto the pages by JavaScript running in this tab, and the result is written back out as a download. Nothing is transmitted. That matters here more than for most tools — the documents people watermark are usually the sensitive ones: draft contracts, proposals, unreleased reports, ID scans.
Can the watermark be removed by someone else?
Yes, with effort — and this is true of every watermarking tool, not just this one. The watermark is drawn as a text object in the page content, so someone with a proper PDF editor can select and delete it. A watermark deters casual copying and makes the document’s status obvious at a glance; it is not a security control. If you need a document that genuinely cannot be altered, you need signing and encryption, not a stamp.
Why can I not use Nepali, Hindi, Chinese or emoji in the watermark?
Because of a limitation in PDF itself. The fourteen fonts every PDF reader is guaranteed to have — Helvetica, Times, Courier and their variants — use an encoding called WinAnsi that only covers Latin characters. Drawing Devanagari or CJK text requires embedding a font that contains those glyphs, which would mean shipping a multi-megabyte font file to every visitor. The tool checks your text up front and names the exact character it cannot draw, rather than failing halfway through.
Does adding a watermark reduce quality or make the file much bigger?
No to both. The existing page content is left completely untouched — nothing is re-rendered or re-compressed, so text stays selectable and images keep their original quality. The watermark is added as a small text instruction per page plus one shared font reference, so a stamped file is typically a few kilobytes larger than the original regardless of page count.
What opacity should I use?
Between 15 and 25 per cent for a watermark sitting behind body text — visible enough to read, faint enough not to obscure what is underneath. Go higher, around 40 to 60 per cent, only for a small corner stamp like "DRAFT" that is not overlapping content. At 100 per cent a large centred watermark will make the page hard to read.
Can I watermark only some pages?
Yes. The Apply to pages box takes numbers and ranges — 1-3, 5, 8-10 — and leaving it empty stamps every page. This is useful for marking only the pages containing sensitive figures, or for numbering a document while leaving front matter alone.
Will page numbers land in the right place on rotated or mixed-size pages?
Yes. This is handled explicitly rather than assumed. A PDF page stores its rotation as a property, so on a page marked as rotated the coordinate system the text is drawn in does not match the frame you see. The tool converts your chosen position from the visible frame back into the page’s own coordinates and adds the page rotation to the text angle, so a bottom-centre number appears at the bottom centre of the page as displayed — even in a document mixing portrait, landscape and rotated scans.
Can I number a document that already has printed page numbers?
You can, but you will end up with two sets. Choose a different position from the existing numbers — if the original prints at the bottom centre, put yours at the bottom right — and use "Start numbering at" if your sequence needs to begin at something other than 1. There is no way to remove numbers that are already part of the page content.
Why is my password-protected PDF rejected?
Drawing onto the pages requires decrypting the content, and this tool does not attempt to bypass encryption. Open the file in your PDF reader with the password, save an unprotected copy, and stamp that instead.

Browse every tool in PDF Tools.

Found a bug or want a feature? Tell us — ToolStash is built from user requests.