首页 Blog FAQ
PDF 转换
PDF 转 Word PDF 转 PPT PDF 转 Excel PDF OCR 识别
PDF 处理
PDF 合并 PDF 拆分 PDF 压缩 图片导出
即将上线
水印 签名

PDF Watermark: The Complete Guide to Adding Watermarks to PDF Files (2026)

Author: pdfClaw Last updated: 2026-06-04 11:59

Watermarks serve more purposes than most people realize. They're not just "DRAFT" stamps — they're branding tools, copy-protection mechanisms, confidentiality indicators, and version-control devices. Yet the average person still struggles to add one because the default tools (Word, Acrobat, Preview) either require a subscription, only offer basic options, or don't support non-Latin characters at all.

This guide explains everything you need to know about PDF watermarks: why they matter, how to create effective ones, how tiling and opacity work, how to handle multi-page documents and page ranges, and how to support Chinese, Japanese, and Korean watermarks that most tools get wrong.

Quick start : Add a watermark to your PDF right now — text or image, full control over position, opacity, and page range — using pdfClaw's free PDF Watermark tool . No account required, files deleted within 1 hour.


Table of Contents

  1. What Is a PDF Watermark?
  2. Types of Watermarks
  3. Common Watermark Use Cases
  4. Text Watermark Options Explained
  5. Image Watermark Options Explained
  6. Opacity, Rotation, and Positioning: A Technical Guide
  7. Tiling vs. Single Placement
  8. Page Range Selection
  9. CJK Watermarks: Chinese, Japanese, Korean Support
  10. How to Add a Watermark to a PDF Online (Step by Step)
  11. Removing a Watermark from a PDF
  12. PDF Watermark vs. PDF Stamp: What's the Difference?
  13. Best Free PDF Watermark Tools Compared (2026)
  14. PDF Watermark FAQ
  15. Summary

1. What Is a PDF Watermark?

A PDF watermark is a text or image overlay embedded into a PDF document, typically semi-transparent and printed behind (or over) the main document content. Watermarks are used to convey information about the document's status, ownership, or intended use.

Historical Context

The term "watermark" comes from papermaking: a translucent pattern pressed into paper during manufacturing, visible when held up to light. These were used by paper mills as branding and by governments to authenticate currency and official documents.

The digital equivalent serves analogous purposes: embedding a mark that is visible but not obstructive, indicating provenance or status without interfering with content legibility.

How Watermarks Work in PDF

In PDF, watermarks are implemented as:

  1. Content streams : Text or images added to each page's content, appearing above or below the main layer
  2. Transparency groups : Using PDF's transparency model (alpha compositing) to blend the watermark with the underlying content
  3. Form XObjects (reusable content streams) : For performance, when the same watermark appears on every page, it's defined once and referenced by all pages

Modern tools create watermarks as transparent overlays. The "opacity" setting controls how strongly the watermark color shows relative to the content below it.


2. Types of Watermarks

Text Watermarks

The most common type. A text string rendered across the page, typically diagonally.

Common text watermark examples :

Text watermarks are easy to customize and don't require any image preparation.

Image Watermarks

An image (logo, seal, stamp) placed over the PDF pages, usually with reduced opacity.

Common image watermark examples :

Image watermarks require preparing an image in advance — a transparent PNG generally works best to avoid rectangular white boxes over content.

Combination Watermarks

Some workflows combine text and image: for example, a company logo in the top-right corner (30% opacity) plus a diagonal "CONFIDENTIAL" text across each page. Most PDF watermark tools apply one type at a time; complex combinations may require sequential applications.


3. Common Watermark Use Cases

Document Status Control

During the document lifecycle, marking status prevents confusion:

Status Watermark Text Purpose
In preparation DRAFT Signals content is not finalized
Under review FOR REVIEW / PRELIMINARY Recipients know changes may occur
Approved APPROVED (with date/initials) Official record
Superseded OBSOLETE / VOID Prevents use of outdated versions
Final [No watermark] or ©Company Distributed as authoritative

Copyright and Branding Protection

For designers, photographers, and content creators, a semi-transparent logo or copyright notice discourages unauthorized distribution of portfolio PDFs, price lists, lookbooks, and proposals.

Best practice for brand watermarks : 20–30% opacity, positioned in the center of the page rather than a corner (corner watermarks are easily cropped).

Confidentiality Marking

Organizations with information classification policies use watermarks to mark sensitivity levels:

These markings serve both as a reminder to recipients and as evidence of intent in case of unauthorized disclosure disputes.

Sample and Preview PDFs

Service providers (printers, designers, translators) often deliver previews with a "SAMPLE" or "PROOF" watermark to prevent use before payment. After payment, the final version without watermark is delivered.

Version Control

For regulatory submissions, engineering specifications, and legal filings, watermarking each version with a version identifier (e.g., "Rev 2 — For Comment," "Final Submission 2026-04-15") maintains a clear audit trail.

Education and Training Materials

Training providers watermark course materials with the student's name or license number to deter redistribution of paid content.

Government and Legal Documents

Official forms often include "CERTIFIED COPY" or "RECEIVED — [Agency Name]" stamps. In some jurisdictions, a court-certified copy of a judgment includes a specific stamp watermark that constitutes the certification.


4. Text Watermark Options Explained

When adding a text watermark, several parameters control its appearance:

Text Content

The string to display. Best practices:

Font and Size

Color

Color is specified as hex (#888888) or RGB values in most watermark tools.

Angle (Rotation)

Transparency/Opacity

Position


5. Image Watermark Options Explained

File Format Recommendations

Format Transparency Quality Best For
PNG (transparent background) High Logos, stamps, signatures
PNG (white background) ❌ (white box visible) High Not recommended
JPEG ❌ (no transparency) Medium Background images only
SVG ✅ (vector) Perfect If supported; scalable at any size

For logo watermarks, PNG with transparent background is the correct format. JPEG files will appear with a white or colored rectangle behind the logo, which typically looks unprofessional.

Sizing

Position and Margin

Common positions:

Opacity for Image Watermarks


6. Opacity, Rotation, and Positioning: A Technical Guide

How PDF Opacity Works

PDF uses an alpha compositing model for transparency. When a watermark at opacity α is rendered over a background with color Cb , and the watermark color is Cw , the resulting color Co is:

        Co = α × Cw + (1 - α) × Cb

        
        

This is the standard "over" compositing operation. At α = 0.3 (30%), you see 30% of the watermark color and 70% of the background content.

Why Opacity Matters for Legibility

The right opacity balances two competing needs:

For text-heavy PDFs (contracts, reports), 25–35% opacity usually works well. For image-heavy PDFs (brochures, portfolios), you may need to reduce to 15–20%.

Rotation in PDF

PDF rotation is specified in degrees, applied as a transformation matrix around the center point of the content stream. A 45° rotation on A4 paper (297mm × 210mm) with centered text requires the text to span approximately 259mm in its natural orientation to fill the diagonal.

In practice, most PDF watermark tools handle this calculation automatically — you specify the angle and the tool scales the text to cover the page.

Positioning Coordinate System

PDFs use a coordinate system where (0,0) is the bottom-left corner, with y increasing upward. This differs from screen coordinates (where y increases downward). Tools built on web technologies sometimes invert this, which can cause placement inconsistencies — particularly with page-level coordinates vs. content-stream coordinates.


7. Tiling vs. Single Placement

Single Placement

One instance of the watermark, typically centered and rotated 45°. This is the most common mode:

Tiled Watermark

Multiple copies of the watermark repeated in a grid pattern across the page. Use cases:

Tiled Watermark Parameters

Parameter Description Typical Value
Horizontal spacing Distance between tile centers 150–250pt
Vertical spacing Distance between tile rows 100–180pt
Stagger offset Horizontal offset of even/odd rows 50% of horizontal spacing
Rotation per tile Each tile's individual rotation 30–45°

Staggered tiling (alternating offset rows) is more visually appealing and harder to remove than a regular grid.


8. Page Range Selection

Watermarks don't always need to appear on every page. Page range selection is a critical feature for:

Cover Page Exclusion

Many documents have a designed cover page that shouldn't show a DRAFT watermark — apply only to pages 2–n.

Signature Page Exclusion

Applying a DRAFT watermark to all pages except the signature page allows the signing copy to be extracted cleanly.

Section-Specific Marking

Apply "CONFIDENTIAL APPENDIX" only to appendix pages (e.g., pages 45–60 of a 60-page document).

Page Range Syntax

Most tools support:

pdfClaw's watermark tool supports all these modes through a straightforward page range input.


9. CJK Watermarks: Chinese, Japanese, Korean Support

CJK (Chinese, Japanese, Korean) watermarks are where most Western-built PDF tools fail. The issues are:

Common CJK Watermark Problems

  1. Incorrect character rendering : CJK characters appear as boxes (□□□) because the tool doesn't embed the appropriate font
  2. Font substitution artifacts : Characters display but in the wrong font, causing layout issues
  3. Missing font embedding : The PDF renders correctly on the creator's machine (which has the CJK font installed) but shows gibberish on machines without it
  4. Character encoding issues : UTF-8 characters not properly handled, causing mojibake

How pdfClaw Handles CJK

pdfClaw includes CJK font support directly in the watermark rendering pipeline:

The fonts are embedded in the output PDF, ensuring the watermark renders correctly on any device, regardless of whether the recipient has CJK fonts installed.

Common CJK Watermark Applications

Language Example Watermark Context
Simplified Chinese 草稿 / 内部使用 / 保密 Drafts, internal documents, confidential
Traditional Chinese 草稿 / 內部文件 / 機密 Hong Kong/Taiwan business documents
Japanese 下書き / 社内資料 / 機密 Internal and confidential documents
Korean 초안 / 내부용 / 기밀 Draft, internal use, confidential
Chinese copyright © 版权所有 [Company] Copyright notices

Font Recommendations for CJK Watermarks

For best results:


10. How to Add a Watermark to a PDF Online (Step by Step)

Using pdfClaw's PDF Watermark Tool

Step 1: Upload Your PDF

Navigate to pdfclaw.top/convert/watermark . Upload your PDF by clicking the upload area or dragging and dropping.

Step 2: Choose Watermark Type

Select Text or Image from the mode selector.

Step 3: Configure the Watermark

For text watermarks:

For image watermarks:

Step 4: Set Page Range

If you want the watermark on specific pages only, enter the page range (e.g., "2-15" or "1,3,5"). Leave blank for all pages.

Step 5: Preview

If a preview option is available, check the first page to verify appearance before processing the full document.

Step 6: Apply and Download

Click "Apply Watermark." The tool processes all pages according to your settings and presents a download link. Your original and the watermarked output are deleted from the server within 1 hour.

Tips for Professional Results

  1. Test with one page first : For long documents, apply to page 1 only, download, and verify before doing the full document

  2. Match the opacity to document type :

  1. Consider font weight : Bold or heavy weight text at lower opacity can be more legible than thin text at higher opacity

  2. For image watermarks, prepare your PNG correctly : Open your logo in an image editor, set the canvas to transparent (not white), export as PNG-24 with alpha channel

  3. Test readability of both layers : After watermarking, ensure both the watermark is visible and the document content remains fully legible


11. Removing a Watermark from a PDF

This section is for legitimate use cases: removing a DRAFT watermark from your own document after finalization, or removing a watermark from a document you own.

Method 1: Re-process Through the Original Tool

If you created the watermark using pdfClaw (or another tool with an "undo" option), simply re-process the original (pre-watermark) file to produce a clean version.

Lesson : Always keep the original, unwatermarked version of your documents.

Method 2: Using Adobe Acrobat Pro

Acrobat Pro includes a watermark removal tool under Document > Watermark > Remove. This works if the watermark was applied as a formal PDF watermark object (not as a flattened image).

Method 3: PDF Editors

Tools like Foxit PhantomPDF, PDF Expert (Mac), or PDF-XChange Editor can select and delete watermark layers if the watermark was added as a separate content layer.

When Watermarks Are Flattened

When a watermark is embedded as part of a flattened content stream (which pdfClaw does for security and compatibility), it cannot be removed without affecting the underlying content. This is intentional for use cases where you want the mark to be permanent — SAMPLE watermarks, for instance, are designed to be irremovable to prevent unauthorized use of previews.

Legal Considerations

Removing a watermark from a document you don't own (particularly copyright notices or "CONFIDENTIAL" marks placed by the document creator) may have legal implications. In many jurisdictions, removing a copyright management information mark is a violation of copyright law (e.g., DMCA §1202 in the US, EU InfoSoc Directive Article 7).


12. PDF Watermark vs. PDF Stamp: What's the Difference?

The terms "watermark" and "stamp" are used interchangeably in casual conversation but refer to somewhat different concepts in the PDF world.

PDF Watermark

PDF Stamp

In practice, pdfClaw's watermark tool handles both: you can create full-page diagonal watermarks (classic watermark) or place a high-opacity stamp image in a specific corner (classic stamp). The distinction is more about intended use than technical implementation.


13. Best Free PDF Watermark Tools Compared (2026)

Tool Price Text Watermark Image Watermark CJK Support Tiling Page Range Privacy
pdfClaw Free ✅ Native Files deleted in 1h
Smallpdf Watermark Free (limited) ⚠️ Limited Limited Stored 1h (free)
ilovepdf Watermark Free (limited) ⚠️ Limited 2h storage
PDF24 Watermark Free Privacy-focused
Adobe Acrobat (free tier) Free (limited) Adobe privacy
Sejda PDF Free (3/day) ⚠️ 2h storage

Key Differentiators for pdfClaw

  1. Native CJK support : Correct rendering of Chinese, Japanese, and Korean characters without needing special fonts on your device

  2. Tiling with stagger : Full tiled watermark support (not just single placement) for security-sensitive use cases

  3. Opacity and rotation control : Fine-grained opacity (1–100%) and angle control (0–359°), not just a few presets

  4. No daily limits for free users : Competitors impose strict free-tier limits (3 PDFs/day, 50 pages/doc, etc.)

  5. Part of a complete PDF toolkit : Apply a watermark, then immediately compress, convert, or merge — all in the same browser session


14. PDF Watermark FAQ

Can I add a watermark without Adobe Acrobat?

Yes. pdfClaw's free online watermark tool adds watermarks without requiring any software installation or subscription. It runs entirely in the browser and supports text and image watermarks with full customization.

What opacity should I use for a "CONFIDENTIAL" watermark?

25–35% opacity is the standard range for CONFIDENTIAL watermarks. This makes the mark clearly visible when reading the document while keeping the underlying content legible. If you're marking for high-sensitivity classifications (RESTRICTED, SECRET), 40–50% may be more appropriate.

Can I use a company logo as a watermark?

Yes. Upload your logo as a PNG file with a transparent background. Set opacity to 15–25% for a subtle branding effect, or 40–50% if you want the logo prominently visible. Position it in the center of the page for maximum coverage, or in a corner for a lighter touch.

Will the watermark print?

Yes. PDF watermarks are part of the PDF's content stream and print exactly as they appear on screen. If you test with a 30% opacity watermark and it's visible on screen, it will print at 30% opacity.

Does adding a watermark affect file size?

For text watermarks: negligible — text content streams are very small. For image watermarks: moderate — an embedded PNG increases file size, but typically only by the size of the image itself (compressed). A 50KB logo PNG adds roughly 50KB to each page, so a 100-page document with a logo watermark may increase by ~5MB.

Can I add a different watermark to different pages?

pdfClaw applies one watermark per session. To add different watermarks to different sections, apply them sequentially:

  1. Apply watermark A to pages 1–20 → save as file-a.pdf
  2. Apply watermark B to pages 21–40 → save as file-b.pdf
  3. Use pdfClaw's PDF Merge tool to combine file-a.pdf and file-b.pdf

How do I add a date stamp to my PDF?

Use the image watermark feature. Create a stamp image (PNG) with the date and any other stamp text, then upload it as an image watermark positioned in the desired location.

Alternatively, use the signature tool's text annotation feature for a simpler date annotation on specific pages.

What's the maximum file size for watermarking?

pdfClaw supports standard file size limits. For very large PDFs (100MB+), consider splitting the document first using pdfClaw's PDF Split tool.

Is the watermark permanent?

When pdfClaw applies a watermark, it creates a new PDF with the watermark content merged into the page content stream. This is not a separate annotation layer — it's integrated into the page. This means:

For temporary review watermarks that you plan to remove before final distribution, always keep a copy of the original unwatermarked PDF.

Can I add a watermark to a scanned PDF?

Yes. Whether your PDF is a text document or a scanned image, pdfClaw can apply a watermark layer on top. The watermark will appear over the scanned image content.

Why does my CJK watermark show as boxes?

This typically happens when the tool doesn't have the required CJK fonts embedded. pdfClaw includes CJK font support natively — if you're using another tool and seeing boxes (□□□□), switch to a tool with proper CJK font embedding. The output PDF must include the font data so recipients can render the characters correctly.

Can I apply a watermark and a signature in the same document?

Not in a single step, but you can apply them sequentially: watermark first, download, then use the signature tool on the watermarked PDF (or vice versa). The order depends on your use case — typically, watermarks (status/branding) come first, then signatures.


15. Summary

PDF watermarks are more versatile than most people use them for. The full toolkit — text, image, opacity, rotation, tiling, page range, and CJK support — gives you a powerful instrument for document status management, copyright protection, and brand consistency.

Quick Reference: Choosing Watermark Settings

Use Case Type Opacity Position Angle
DRAFT status Text "DRAFT" 30–35% Center 45°
CONFIDENTIAL Text "CONFIDENTIAL" 25–35% Center 45°
SAMPLE/preview Text "SAMPLE" 45–55% Center 45°
VOID/rejected Text "VOID" 50–60% Center 0° or 45°
Brand logo Image (PNG) 15–25% Center or corner
Approval stamp Image (PNG) 50–70% Top-right corner
Security (anti-copy) Text, tiled 20–30% Tiled 30–45°
Copyright notice Text © 15–25% Bottom center

About pdfClaw

pdfClaw provides a free online PDF toolkit that includes watermarking, signing, format conversion, OCR, merge/split, and compression — 12+ operations in one platform. The watermark tool features full opacity and rotation control, image upload support, page range selection, tiling, and native CJK character rendering. No account required, files deleted within 1 hour.

Add a watermark to your PDF for free →


pdfClaw provides free online PDF tools — watermark, signature, conversion, OCR, and more — helping individuals and teams manage PDF documents faster, without software installation. Files are automatically deleted within 1 hour. No registration required.