What is this calculator for?
An architect sends preliminary building plans to a client for review and needs every page marked "DRAFT" so the client doesn't mistake unapproved drawings for construction documents. A consulting firm circulates an internal financial model and needs "CONFIDENTIAL" on every page so it's clear if a copy leaks. A musician shares a demo lead sheet with band members and stamps "DEMO — NOT FOR REDISTRIBUTION" before emailing the PDF. A staffing agency sends candidate resumes to a client with a "PROPERTY OF [AGENCY] — DO NOT FORWARD" stamp. Watermarking is the social-layer version of access control — a clear visible signal that the document carries restrictions, even if there's no technical mechanism stopping someone from ignoring them.
This tool stamps a diagonal text watermark on every page of a PDF using pdf-lib. You pick the text (defaults to DRAFT, but anything up to 40 characters works), the opacity (10/20/30 percent), the color (gray, red, blue), and which pages get watermarked. The watermark renders at -45 degrees across each page's center, sized proportionally to the page diagonal so it looks consistent on Letter, A4, and tabloid pages.
The watermark is part of the saved PDF's drawn content — it's visible to every viewer, prints when the document prints, and can't be removed without specialized PDF editors. It's not encryption and it's not access control; a determined reader could screenshot the page or run OCR to extract content. But for the everyday case of "I want everyone reading this to know it's a draft," a clear diagonal watermark does the job that 90% of business contexts need.
How to use this calculator
Step 1: upload your PDF. Pick the file. The tool reads the page count so you can confirm what you're about to stamp.
Step 2: type the watermark text. Default is DRAFT. Common alternatives: CONFIDENTIAL, SAMPLE, COPY, PROPRIETARY, REVIEW ONLY, NOT FOR DISTRIBUTION. Specific client or project names work too: "PROPOSAL — ACME CORP" or "REV 1.2." Keep it under about 20 characters so the diagonal doesn't run off the page corners on standard Letter/A4 sizes. The input automatically uppercases the text since watermarks read more authoritatively in all caps.
Step 3: pick opacity. 20% is the conventional default — visible enough to register on every glance, faint enough that the reader can still read the document underneath. 10% is more subtle, useful for non-urgent classification stamps where the watermark is more of a copyright notice. 30% is the most aggressive — leaves no doubt that the document is restricted, and slightly impedes detailed reading.
Step 4: pick color. Gray is the standard professional choice — neutral, doesn't fight the document. Red signals urgency or sensitivity (CONFIDENTIAL, DO NOT DISTRIBUTE). Blue is corporate-tinged, often used for SAMPLE or DEMO stamps where the message isn't alarming.
Step 5: pick page range. Default is "All pages." Use "Specific pages" to watermark only certain ranges — useful when, for example, an appendix is fine to share but the main report needs the stamp.
Step 6: stamp and download. Click add watermark. The tool draws the text on each target page and saves. Download the result.
Understanding your results
The output PDF has the watermark visible diagonally across every targeted page. The watermark renders at -45 degrees (top-left to bottom-right diagonal), sized proportionally to the page diagonal so it spans a meaningful area without running off the edges. On US Letter pages the watermark text is about 130 points tall (1.8 inches); on A4 it's slightly larger; on tabloid (11×17) it scales up further. This proportional sizing keeps the visual weight consistent regardless of page size.
The watermark is part of the page's drawn content, not an annotation. That means it appears in every PDF viewer (Adobe Acrobat, Chrome, Edge, mobile readers, etc.), it prints when the document prints, and it can't be hidden by a "show annotations off" view setting. To remove the watermark, you'd need to either start over from the unwatermarked source PDF (always keep that) or use a desktop tool like Adobe Acrobat Pro's "Remove Watermark" feature (which only works for watermarks added through Acrobat's own watermarking system, not ones drawn directly into page content like this tool produces).
Opacity choices and their practical effect: at 10%, the watermark is visible mainly when the reader actively looks for it — appropriate when the goal is "remind people this is a draft" rather than "force this reminder." At 20%, the watermark catches the eye on every page turn but the document remains comfortably readable. At 30%, the watermark dominates each page; readers will see it before they read anything else, which is the right choice for genuinely sensitive content where the classification matters more than reading comfort.
Color choices follow industry convention. Gray is universal — works for most documents without signaling alarm. Red is reserved for documents whose contents are genuinely restricted: CONFIDENTIAL legal documents, internal financial projections, unreleased press materials. Blue sits between — visible but not alarming, often used for "marketing materials in development" stamps.
One subtle behavior: the watermark renders BEHIND any text or images on the page in standard z-order. So the page's content sits on top of the watermark, not under it. This is the correct visual layering — the underlying document is still readable, with the watermark as a backdrop. Some commercial watermarking tools draw watermarks ON TOP of content (truly obscuring), which is less readable; pdf-lib's drawText respects normal z-order.
A worked example
Tom is a licensed architect at a small residential design firm. He produces preliminary building plans for clients — drawings of proposed renovations, additions, new builds — before formal permitting and construction documents. The preliminary plans are intentionally rough and subject to dramatic changes after the client review meeting where they discuss budget, materials, and code constraints.
The risk Tom needs to manage: a client receives a preliminary PDF, forwards it to a contractor for a "rough estimate," and the contractor treats the preliminary drawings as if they were construction documents, ordering materials and committing to a price based on plans that are going to change significantly. Tom has had this happen twice in his career — both times resulting in tense conversations about why the actual costs differ from the preliminary estimate.
His new standard practice: every preliminary plan PDF gets watermarked "PRELIMINARY — NOT FOR CONSTRUCTION" in red, 20% opacity, on every page before he emails it to the client. The watermark survives if the client forwards the PDF, screenshots it, or prints it for the contractor. The contractor immediately sees that the plans are preliminary and explicitly not for construction — a clear visible disclaimer that protects everyone.
The workflow: he exports the PDF from his CAD software, uploads to the watermark tool, types his standard text, picks red and 20% opacity, clicks add watermark. Total time per project: about thirty seconds. He's done this on every preliminary plan for the past eight months and has had zero "contractor thought the prelim was final" incidents since adopting the workflow — versus an average of one per quarter before.
Variation: a contract attorney named Rachel emails redlined drafts to opposing counsel during negotiation. She watermarks each version with "DRAFT — REVISION 3 — 11/14/2026" so when the back-and-forth produces twelve revisions over six weeks, both sides can tell at a glance which version of the document they're looking at. The watermark replaces the older convention of saving files with names like "Contract-v3-draft-FINAL-final2.pdf" — the version is now visible inside the document itself, not just in the filename.
Related resources
For numbering pages alongside a watermark (often paired in legal and corporate documents), see PDF Page Numbers. To extract the watermarked output as individual pages, PDF Split handles per-page splitting. To remove watermarks from your saved PDF, you'd need to keep the original unwatermarked source — there's no inverse tool here. To stamp images alongside text (logos in watermark style), pdf-lib supports it but this UI doesn't — consider Adobe Acrobat Pro for image watermarks.