Stamp a custom text watermark onto every page of a PDF — control font size, opacity, color, and position, with a live preview, entirely in your browser using pdf-lib.
Drag and drop a PDF file here, or click below to browse.
Watermarking serves several distinct, common purposes: marking a document's status at a glance (DRAFT, CONFIDENTIAL, FOR REVIEW, SAMPLE) so nobody mistakes an in-progress version for a final one; asserting ownership or provenance on documents you're sharing externally, like proposals, portfolios, or licensed content; and creating a mild deterrent against unauthorized redistribution, since a visible watermark makes it immediately obvious if a document has been copied or leaked outside its intended audience. None of these require heavyweight document management software — a simple, clearly visible text stamp applied consistently across every page accomplishes all three.
This tool uses pdf-lib, a JavaScript library that can read, modify, and write PDF files directly according to the PDF specification, running entirely in your browser rather than on a server. For each page in your document, it embeds a standard font, calculates the watermark text's rendered width at your chosen font size, computes the correct x/y position and rotation angle based on your selected placement, and draws the text directly onto the page's content stream with your chosen color and opacity. Because this operates on the actual PDF structure — not a rasterized image of each page — the result is a normal, fully standards-compliant PDF that opens correctly in any PDF viewer, with the watermark rendering at full quality regardless of zoom level.
The right opacity depends on your goal: a low opacity (20-40%) keeps underlying content easily readable while still clearly marking the document's status — the standard choice for internal drafts and status markers. A higher opacity (60-100%) makes the watermark much more visually dominant, appropriate when the watermark itself is the primary message you want a viewer to notice immediately (a strong 'SAMPLE — NOT FOR DISTRIBUTION' warning, for instance). Color choice matters too: red is a strong, conventional choice for warnings and status markers (DRAFT, CONFIDENTIAL), while a neutral gray is common for subtler branding watermarks that shouldn't compete visually with the page's actual content.
A single centered watermark can be cropped out of a screenshot or a printed page fairly easily, which is exactly the gap a tiled watermark closes — by repeating the same text in a regular grid across the entire page at a consistent diagonal angle, every region of the page carries at least a partial watermark, making it much harder to produce a clean, unmarked excerpt through cropping or selective screenshotting. This comes at the cost of visual density — a tiled watermark is inherently more intrusive than a single centered or edge-placed one — so it's best reserved for documents where deterring unauthorized copying is a genuine priority, like sensitive internal reports or content being shared for limited review.
Add Watermark to PDF marks every page without touching your original content. These related PDF tools cover other common document protection and editing tasks.