How to Add a Watermark to a PDF (2026)
A watermark on a PDF is a visual overlay — usually diagonal text like "CONFIDENTIAL" or "DRAFT," sometimes a logo or "DO NOT COPY" stamp — that appears on every page of the document. It's one of the most common requests in any document workflow: an in-house counsel needs to stamp NDA drafts, a photographer needs to watermark proofs, an architect needs to mark plans as "FOR REVIEW," and a thousand other everyday cases. This guide covers how to add watermarks quickly in your browser, what actually makes a watermark effective, and the things watermarks don't do that people often assume they do.
- Add text or image watermarks to PDFs in your browser — for free.
- Why People Watermark PDFs.
- Covers types of pdf watermarks.
- Covers method 1: udt pdf watermark (free, browser-based).
- Covers method 2: acrobat pro and other alternatives.
Why People Watermark PDFs
Watermarks do three jobs, and the job you're trying to do should drive the design. First, they signal document status — "DRAFT," "PRELIMINARY," "FOR INTERNAL USE," "SUPERSEDED." A reviewer who opens a file and sees "DRAFT v3" across every page understands instantly that this isn't the final version. That signal prevents the surprisingly common failure mode where an early draft gets circulated, printed, and acted on as if it were the approved version.
Second, they signal ownership and source. A designer sending portfolio samples, a photographer sending client proofs, an architect sharing plans, or a consultant sharing a report all use watermarks to say "this came from us" without depending on metadata that can be stripped. If the document leaks, a visible watermark makes the source traceable at a glance.
Third, they discourage casual copying and redistribution. A "CONFIDENTIAL — [Recipient Name]" watermark on every page doesn't technically prevent anyone from sharing the document, but it does create friction: the recipient has to make a conscious decision to share a file that visibly identifies them as the source. For a surprising number of leaks, that mild deterrent is enough.
Types of PDF Watermarks
Text watermarks are the most common — a phrase like "CONFIDENTIAL," "DRAFT," or a date, rendered in a light gray color and rotated 45 degrees across the center of each page. These are readable without obscuring content and work well for almost any document type. They're easy to add, edit, and remove later if needed.
-webkit-backdrop-filter alongside backdrop-filter for Safari support. Without the prefix, the effect is invisible to roughly 25% of mobile users.Image watermarks overlay a logo, symbol, or graphic instead of text. These are useful for branding (a company logo on the bottom of every page), visual status stamps (a "NOT FOR DISTRIBUTION" seal), or when the watermark needs to be recognizable even without reading text. Image watermarks take more setup but look more polished than text-only versions.
Header and footer watermarks are a subcategory worth naming separately. Instead of stamping across the page content, they add text (document title, page number, date, classification) to the margin. These are less visually intrusive than centered watermarks and better suited for documents you want recipients to actually read. They're also how most law firms and consultancies handle their document footers.
Dynamic watermarks include per-recipient information — typically the recipient's email, name, or a unique ID. These appear on every copy of the document but differ per recipient, so if the document leaks, you know which recipient it came from. Dynamic watermarks require a more sophisticated workflow (each recipient gets a uniquely-watermarked version), but they're the most effective anti-leak deterrent available short of full DRM.
Method 1: UDT PDF Watermark (Free, Browser-Based)
The UDT PDF Watermark tool applies text or image watermarks to every page of a PDF, or to a specific page range, entirely in your browser. The PDF never uploads — it's processed locally using pdf-lib and exported as a new file. That matters when you're watermarking contracts, client work, or any document you'd rather not send through someone else's server first.
backdrop-filter inside a position: fixed element can cause severe scroll performance issues. Test thoroughly on real iOS devices.The workflow:
- Drop your PDF into the tool.
- Choose a text or image watermark. For text, type the phrase and pick a font size, color, opacity, and rotation angle. For image, upload a PNG or JPG — PNG with transparency generally looks better as a watermark than flat JPG.
- Set position (center, top, bottom, corners, or custom coordinates) and coverage (every page, odd, even, or a specific page range).
- Preview, then download. The watermark is baked into the page content, so it can't easily be removed by a recipient.
If you're watermarking a sensitive document and want to lock it down further, pair the watermark with flattening via the PDF flattener and a password with the PDF password protect tool. That combo makes it substantially harder for a recipient to modify the watermark without noticeably damaging the document.
Method 2: Acrobat Pro and Other Alternatives
Adobe Acrobat Pro has watermarking under Tools → Edit PDF → Watermark. It handles dynamic text variables (automatic page numbers, dates, filenames) natively and lets you save watermark templates for reuse. For an organization that watermarks the same way every week, that template feature is real time savings.
The trade-offs are the usual Acrobat trade-offs: monthly subscription cost around $20–25, desktop install required, and the full application is heavy for what's essentially a 20-second task. For occasional watermarking, that's a lot of setup.
Beyond Acrobat, command-line tools like pdftk and qpdf can stamp watermarks on batches of files, which is useful if you're automating a workflow (every incoming contract gets a "RECEIVED [date]" stamp before filing, for example). There's a learning curve, and both tools require installation, but for scripted workflows they're unbeatable.
Word and Google Docs can add watermarks to documents you authored in those apps, which then export to PDF with the watermark included. That works fine for documents you created from scratch, but not for existing PDFs someone sent you — you'd have to convert the PDF back to an editable format first, usually losing layout fidelity.
Design Tips That Actually Work
Opacity around 20–30% is the sweet spot for diagonal text watermarks. Above 40% and the watermark starts to interfere with reading the underlying content; below 15% and it's so faint it becomes invisible on printed copies and on lower-brightness screens. 25% opacity in a mid-gray color is a reliable default.
Rotate text watermarks 30–45 degrees. Perfectly horizontal text gets ignored because it reads as part of the document; diagonal text is clearly an overlay. Forty-five degrees is the conventional angle and looks most intentional; thirty degrees is slightly less visually aggressive.
Choose a font weight that reads at low opacity. Thin, decorative fonts disappear when rendered at 25% opacity. Bold or extra-bold weights hold their shape even when faded. The text also tends to read better in a font that's distinct from the document's body text — a condensed or display sans like Impact or Oswald creates a clear visual hierarchy between the watermark and the content.
Match watermark color to the document's intent. Red ("CONFIDENTIAL," "DRAFT," "DO NOT DISTRIBUTE") carries urgency. Gray or light blue ("FOR REVIEW," "PRELIMINARY") reads as informational. A subtle pale gray logo watermark conveys branding without visual noise. Loud colors like orange or green feel amateurish in professional documents; stick with neutral or red for serious contexts.
What Watermarks Can't Do
A watermark is not encryption. It's a visual overlay, not a security measure. Anyone with free PDF editing software and a few minutes of effort can remove most visible watermarks, either by editing the underlying PDF objects, rasterizing and re-OCRing the document, or re-creating the document from scratch with the text extracted. Watermarks are a deterrent, not a lock.
A watermark does not prevent copying of the document's text. If the PDF has a text layer (most do), anyone can select the text, copy it, and paste it elsewhere. The watermark doesn't come along with the text. If you're trying to prevent text copying specifically, you need to restrict permissions via PDF password-protection, and even that only deters rather than prevents determined copying.
A watermark does not track distribution. A static "CONFIDENTIAL" watermark that's identical on every copy tells you nothing about who leaked the document. To get leak-tracing capability, you need per-recipient dynamic watermarks — each copy includes the recipient's unique identifier so you can trace a leaked copy back to its source.
For actual redaction of sensitive content, a watermark is completely the wrong tool. Overlaying "CONFIDENTIAL" on top of a Social Security number doesn't hide the number — the underlying text is still in the document and trivially selectable. Use the PDF redactor for anything that genuinely needs to be concealed.
Frequently Asked Questions
Can a watermark be removed from a PDF?
Can I add a watermark to every page at once?
Does the watermark affect the PDF's file size?
Can I watermark a password-protected PDF?
Should I use text or image watermarks?
Add text or image watermarks to any PDF — free, private, no signup.
⚡ Open PDF Watermark