💧 Watermark a PDF

Last updated: May 16, 2026

💧 Watermark a PDF

Add text or image watermarks across every page — all processing happens in your browser.

Your file never leaves your device.

25%
-35°
48
(applies to text watermarks)

How to Add a Watermark to a PDF — A Practical Walkthrough

Watermarking a PDF sounds simple until you actually try to do it. The moment you search for a tool, you're met with either bloated desktop software, online services that upload your file to a stranger's server, or subscription-walled apps that charge per document. None of those options are great when you just need to stamp "DRAFT" across a proposal before sending it to a client, or protect a set of confidential financial pages before forwarding them internally.

This page handles that entire process in your browser — no upload, no account, no watermark on the watermark. Here's exactly how everything works and what you should know before you start.

Text Watermarks vs. Image Watermarks — Which One Do You Actually Need?

Before touching any controls, decide what you want to achieve. Text watermarks are the right choice in the vast majority of cases. They're sharp at any size, readable at low opacity, and print cleanly. Common choices include DRAFT, CONFIDENTIAL, SAMPLE, DO NOT DISTRIBUTE, and COPY. These words carry instant legal and operational weight that most document recipients recognize without explanation.

Image watermarks are better when you want to brand a document rather than restrict it. A semi-transparent company logo in the center of each page tells the reader who produced the document without screaming "don't share this." They're also useful for photography portfolios or design mockups where text would feel out of place. The main drawback: image watermarks require a PNG or transparent background file to look good. A JPEG logo on a white background will appear as an ugly white square on your page.

The Opacity Setting — Getting This Right Matters More Than Anything

The single most common watermarking mistake is setting opacity too high. A watermark at 80% opacity turns every page into an eyesore. Readers squint at the underlying text, the document looks unprofessional, and if you're sending something to a client, they may wonder if you actually want them to read it.

The sweet spot for most professional contexts sits between 15% and 30%. At 20% opacity, the watermark is clearly visible — nobody can claim they missed it — but the underlying document text remains easy to read at a normal viewing distance. For internal "draft" documents where you just need a quick reminder, 10–15% often works well. For documents where the watermark must be prominent (think legal certificates or proof-of-concept design work), push toward 35–40%.

A good test: after applying the watermark, zoom out to 75% in your PDF viewer and read a paragraph of actual content. If you're fighting the watermark to read the text, drop the opacity another 5–10 points.

Angle and Positioning — Why Diagonal Works Better Than You'd Expect

Diagonal watermarks have become standard for a reason beyond aesthetics. A horizontal watermark across the middle of a page occupies prime reading real estate and interrupts the flow of text. A diagonal watermark at around -35 to -45 degrees distributes its visual weight more evenly across the page, touching every region without fully blocking any single line.

The angle control here runs from -90° to +90°. A few angles worth knowing: -35° is the industry-standard diagonal that most people recognize as a professional watermark. 0° produces a horizontal watermark, which works well for short strings like logos or dates positioned at the top or bottom. -45° is slightly more aggressive and works better on landscape-oriented pages. Positive angles (going upward from left to right) are less common but occasionally useful when you want to visually distinguish a watermark from the reading flow of a document that itself has tilted design elements.

Font Size — Calibrating for Different Page Formats

Page dimensions vary enormously. An A4 document (595 × 842 points) and a US Letter document (612 × 792 points) are close enough in size that the same font size works for both. But a poster-format PDF (3000 × 4000 points) or a small badge-sized document needs completely different sizing.

The tool applies the font size relative to the page's internal coordinate system. For standard US Letter and A4 pages, a size between 40 and 60 produces a watermark that spans roughly one-third to one-half the page width diagonally. For presentations in widescreen format (typically 1024 × 768 or 1280 × 720 points), go larger — around 60–80 — since widescreen layouts often have more horizontal space.

For image watermarks, the size slider scales the image relative to the page. A setting of 48 (the default) places the image at a balanced size. Go lower for a subtle corner-style mark, higher for a bold center statement.

What Happens Under the Hood

When you click "Apply Watermark," the tool reads your PDF file locally in your browser using the JavaScript FileReader API. It then parses the PDF's binary structure to locate each page object and its MediaBox dimensions — these are the numbers in the PDF specification that define the width and height of each page in "points" (where 72 points equals one inch).

For each page, a new content stream is constructed using PDF graphics operators. These are the same low-level instructions that desktop applications like Adobe Acrobat use. The key operators involved are q and Q (save and restore the graphics state), cm (coordinate matrix transformation for positioning and rotating), and the BT/ET text block for rendering characters using the built-in Helvetica Bold font.

The resulting modified PDF is assembled in memory and offered as a download — never transmitted anywhere. The preview you see below the controls is rendered to an HTML Canvas element independently, giving you an accurate visual representation of what each page will look like before you download anything.

When Watermarks Don't Work (And What to Do Instead)

PDF watermarks are visual deterrents, not cryptographic protection. Anyone with basic PDF editing skills can remove a watermark from an unprotected PDF in minutes using free tools. If you're dealing with genuinely sensitive documents — legal contracts, financial reports, medical records — a watermark alone is not sufficient protection.

For real document security, combine watermarks with PDF password encryption, digital rights management (DRM), or distributing documents through a controlled portal that tracks access. Some organizations also use dynamic watermarks that embed the recipient's name or email address, so if a document leaks, you can trace it to the specific person who received that copy.

For most everyday uses — marking internal drafts, labeling proposal versions, indicating proof copies — a visual watermark applied with this tool is exactly the right level of effort. It's clear, professional, and processed entirely within your browser without touching a server.

FAQ

Does my PDF get uploaded anywhere when I use this tool?
No. The entire watermarking process runs inside your browser using JavaScript. Your PDF file is read from your hard drive into browser memory and processed locally. Nothing is transmitted to any server. You can even disconnect from the internet after loading the page and the tool will still work.
Why does the preview show a blank white page instead of my actual PDF content?
The preview renderer shows a visual representation of each page with the watermark positioned correctly, but it cannot render the actual text and images from your PDF without a PDF rendering library. The downloaded file contains your full original PDF content with the watermark embedded — open it in any PDF viewer to see the complete result.
Can I remove a watermark that was added using this tool?
Watermarks added as PDF content streams can be removed by anyone with PDF editing software. If you need the watermark to be permanent and tamper-resistant, you should flatten the PDF to an image format (like PNG) before adding the watermark, which prevents editing of individual layers. This tool focuses on the standard content-stream approach used by professional PDF tools.
What font size should I use for a standard one-page US Letter or A4 document?
For a single-word watermark like DRAFT or CONFIDENTIAL on a standard page, a font size between 44 and 56 points works well at -35 degrees rotation. For longer phrases like DO NOT DISTRIBUTE, reduce the size to around 32–38 so the full text fits diagonally across the page without clipping at the edges.
Does this tool work with password-protected or encrypted PDFs?
No. Password-protected and encrypted PDFs require the correct password to modify their content. The tool will attempt to parse the file structure but will not be able to inject watermark content into encrypted pages. You'll need to remove the PDF password first using the appropriate password, then apply the watermark.
Why does the watermark look slightly different in the download versus the preview?
The preview is drawn using HTML Canvas with web fonts, while the downloaded PDF uses PDF's built-in Helvetica Bold Type 1 font. Minor differences in letter spacing or weight can occur between these two rendering systems. The downloaded PDF uses standard PDF font metrics that are consistent across all PDF viewers.
Disclaimer: This article is for general informational and educational purposes only and does not constitute professional, financial, medical, or legal advice. Results from any tool are estimates based on the inputs provided. Always verify important details and consult a qualified professional before making decisions.