Skip to main content
AllDevToolsHub
💧

PDF Watermark

100% Local

Add a text or image watermark to every page of a PDF.

PDF Watermark
Try:
This tool runs entirely in your browser. Your input is never uploaded, logged, or sent to AllDevToolsHub or anyone else, and it keeps working offline once the page has loaded.

Upload a PDF and type your watermark text or upload a logo image. Applies to every page.

Overview

What is PDF Watermark?

Stamp PDFs with a custom text watermark like CONFIDENTIAL or a logo image. Control font, color, opacity, rotation, and position, fully browser-based.
FAQ

Frequently Asked Questions

Reference

Technical Deep Dive

PDF TOOLS

PDF Watermark

Stamp your PDF with a custom text watermark like 'CONFIDENTIAL' or 'DRAFT', or overlay a logo image. Control font size, color, opacity, rotation, and position. Apply to all pages, odd, even, or a custom range. 100% browser-based, nothing is uploaded.

📄

PDF-Native

Works with the real PDF specification, text, vectors, fonts, and metadata all preserved.

🔐

Stays Local

Documents never leave the browser, safe for confidential, regulated, or proprietary PDFs.

Surgical Precision

Targeted operations that don't re-encode or degrade the rest of the document.

Watermarks: Identification, Not Encryption

A watermark adds visible content to every page of a PDF. It's the digital equivalent of stamping every page with "DRAFT" before circulation, or printing each copy with the recipient's name. Watermarks serve as:

  • Status indicators: DRAFT, FINAL, APPROVED, CONFIDENTIAL.
  • Audience identifiers: "For internal use only," "Privileged & confidential."
  • Recipient identification: "Sent to John Smith on 2026-05-15", useful for leak detection.
  • Branding: company logo on every page of a deliverable.
  • Source attribution: "© Acme Corp" on shared materials.

They're not encryption, DRM, or copy protection. A watermark doesn't stop anyone from reading, copying, or sharing the document. What it does is make sharing more conspicuous, and, for per-recipient watermarks, traceable.

Watermark vs Stamp

Both terms describe overlaid content, but they imply different design choices:

  • Watermark, typically diagonal text, large, light, behind the page content. Visible but not obstructing. Example: a translucent "CONFIDENTIAL" across the page at 45 degrees.
  • Stamp, typically positioned (corner, banner across top), opaque, on top of the page content. More prominent. Example: a red "APPROVED" stamp in the corner.

The PDF specification doesn't distinguish, they're both just additional content in the page's content stream. The distinction is purely stylistic.

This tool defaults to watermark-style (behind, diagonal, semi-transparent) but supports both via the position and z-order settings.

Watermark Properties

Text content. What the watermark says. CONFIDENTIAL, DRAFT, John Smith, 2026-05-15, etc. Keep it short for readability when rotated.

Font. Helvetica (sans-serif) is the safe default, every PDF viewer renders it. Other fonts work if embedded; this tool uses the standard 14 PDF fonts by default to avoid file size bloat.

Size. For diagonal full-page watermarks: 100-150pt on letter-size pages. For corner stamps: 24-48pt. For recipient identification at the bottom: 12-16pt.

Color. #000000 (black, neutral), #cc0000 (red, urgent), #999999 (gray, subtle). The opacity setting tones down strong colors.

Opacity. 20-50% for behind-content watermarks. 70-100% for on-top stamps. Higher opacity is more visible but more obstructive.

Rotation. 0 (horizontal), 45 (diagonal up-right), -45 (diagonal down-right), 90 (vertical). Diagonal is iconic for watermarks; horizontal is conventional for headers/footers.

Position. Center (default for full-page watermarks), corners (top-left, top-right, bottom-left, bottom-right), edges (top, bottom, left, right). Margin offsets allow fine positioning.

Image Watermarks (Logos)

For company logo watermarks: provide a PNG or JPEG, position and opacity as above. The image gets embedded in the PDF and referenced from every page. Tips:

  • Use PNG with transparency so the logo doesn't have a white box around it.
  • Size the image to ~10% of page area, small enough to not dominate, large enough to identify.
  • Reduce opacity to 30-50% so the logo is visible but doesn't compete with content.
  • Corner placement is conventional (top-right or bottom-right), clear of typical content areas.

Per-Page Application

The tool lets you choose which pages get the watermark:

  • All pages (default).
  • Odd pages only, useful for double-sided printing where odd pages are recto (front).
  • Even pages only, verso (back).
  • First page only, cover-style watermarks.
  • Custom range, 1-5, 10 for specific pages.

Multi-page watermarks add minimal file size: the watermark text or image is stored once and referenced from each page.

Per-Recipient Watermarking: The Leak-Detection Pattern

Distribute a confidential document to 20 recipients. Each gets a copy with a unique identifier in the watermark, name, email, or a random ID like R-7842 mapped to their identity in your records.

If the document leaks publicly (online, to a competitor, to journalists), the watermark identifies the source. This is the same technique used by Hollywood studios for screener distribution, by enterprises for board materials, and by law firms for discovery production.

For this to work:

  • Watermark must be hard to remove without leaving artifacts. Behind-content watermarks at low opacity blend with text and are harder to scrub.
  • Watermark must be hard to crop out. Place it in the center diagonal, or repeat the identifier multiple times per page.
  • Distribution records must exist. You need to know which ID went to which recipient to interpret evidence of a leak.

Caveat: photographic leaks bypass watermarks. A leaker who photographs each page on their phone produces a leak that has the watermark... but extracting recipient info from a photo of a watermarked PDF requires manual work. For high-stakes leak detection, consider services like DocSend or Onehub that wrap documents in tracked viewers, heavier but more effective than simple watermarks.

Removing Watermarks (For the Curious)

Watermarks added to PDFs aren't tamper-proof:

  • Acrobat Pro has a "Remove Watermark" function that detects watermarks added via Acrobat's tool and removes them. Doesn't work on watermarks from other tools.
  • PDF-to-image-to-PDF conversion loses the watermark text but also loses text searchability and quality.
  • Content stream surgery with qpdf or pdfcpu can remove specific objects. Requires technical skill.
  • Image editing on rasterized pages can paint over watermarks. Lossy, slow.

For added robustness, layer watermarks: text watermark + logo + per-page identifier in different positions. Removing all of them coherently is more effort than most casual leakers will invest.

Watermark Best Practices

  • Consistent placement across all pages so removal leaves obvious gaps if attempted page-by-page.
  • Color contrast matching the document's content, too light becomes invisible; too dark obstructs.
  • Avoid placing over critical content (text, signatures, key visual elements). Behind-content watermarks at low opacity are usually safe.
  • Test in the recipient's expected viewer. Watermarks that look fine in Acrobat may look different in Preview or PDF.js.
  • Don't rely on watermarks alone for protection. Combine with password encryption (for confidentiality) and access controls (for limiting distribution).

Privacy

pdf-lib runs entirely in your browser. The PDF and the watermark image (if any) are read via FileReader, modified in JavaScript memory, and the output downloads as a Blob. Open DevTools Network during use: zero outbound requests. The document, typically confidential, since that's why you're watermarking, stays in your tab.

You Might Also Need