PDF ToolsΒ·5 min

How to Add a Watermark to a PDF (Text or Image)

Add Confidential, a logo, or a copyright notice to every page. Control size, position, and opacity.

Why add a watermark to a PDF?

Watermarks are one of the oldest tricks in document handling β€” a faint mark across the page that identifies who owns, who sent, or who reviewed a document. They are simple, low-tech, and surprisingly effective. A diagonal "CONFIDENTIAL" on every page of a draft tells readers at a glance not to share it. A logo in the corner of every page turns a stack of documents into a branded package. A "DRAFT" stamp prevents a working document from being mistaken for a final one.

The reasons people add watermarks to PDFs are practical and frequent:

  • Confidentiality: Mark drafts, internal documents, and proprietary material as "Confidential" so the recipient knows not to share them.
  • Branding: Add a company logo or wordmark to every page of a proposal, report, or brochure.
  • Copyright protection: Add a copyright notice to every page of a creative work, whitepaper, or e-book.
  • Draft marking: Mark a working version of a document as "DRAFT" so it is not mistaken for a final version.
  • Status indicators: Mark documents as "APPROVED", "REJECTED", "PENDING", "FOR REVIEW", etc.
  • Personalization: Add a recipient's name or a code to every page of a document, turning a generic document into a personalized one.
  • Tracking: Add a faint order ID or customer ID to every page so leaked documents can be traced.

The good news: with the right tool, adding a watermark to a PDF is a 30-second job, and you do not need to install anything.

Method 1: Use UtilBoxx's Free PDF Watermark Tool (Recommended)

The fastest, safest, and most private way to watermark a PDF is UtilBoxx's PDF Watermark tool. It runs entirely in your browser, so your file never leaves your device. There is no upload, no signup, no watermark (irony aside), and no daily limit.

Here is how to use it:

  1. Go to utilboxx.com/en/tools/pdf/add-watermark
  2. Click the upload area and select your PDF (or drag and drop)
  3. Choose a text watermark (any string, including "Confidential", "DRAFT", your company name) or an image watermark (a logo, signature, or icon)
  4. Set the position: center, top, bottom, top-left, top-right, bottom-left, bottom-right
  5. Set the opacity (transparency), usually 10-30% for text and 30-60% for images
  6. Set the rotation (0Β°, 45Β° diagonal is classic, or any angle)
  7. Set the size (relative to the page, usually 30-60% of the page width)
  8. Choose which pages to apply: all pages, first page only, or a custom range
  9. Click "Process"
  10. Download the watermarked PDF

Why we recommend this method:

  • 100% free, no account, no signup, no email gate
  • Privacy-first: everything happens locally in your browser. The file never reaches a server.
  • Text or image: use a string ("Confidential") or upload a logo
  • Full control: position, opacity, rotation, size β€” every visual property
  • Per-page or all pages: watermark everything, or just specific pages
  • Works on any device: Windows, Mac, Linux, ChromeOS, iOS, Android
  • No watermarks on the output (yes, really β€” it is your watermark, not ours)

If you only need to watermark documents occasionally, this is by far the lowest-friction option.

Method 2: Adobe Acrobat Pro (Paid)

Adobe Acrobat Pro is the heavyweight of the PDF world. Its "Edit PDF" view has a "Watermark" tool that lets you add text or image watermarks, set position, opacity, rotation, scale, and choose which pages get the watermark. The interface is polished, the preview is accurate, and you can save the watermarked PDF with a single click.

The catch is the price. Acrobat Pro costs roughly $19.99 per month (about $240 per year) on a subscription. For a one-off watermarking job, that is a poor trade. You also need a desktop install, which can be heavy on older machines.

Acrobat is worth it only if you already use it for editing, redaction, e-signatures, or form creation. If watermarking is all you need, a browser-based tool does the job without the bill.

Method 3: Command line with qpdf (image underlay)

If you are comfortable in a terminal, qpdf can place an image underlay under every page of a PDF β€” that is, an image drawn underneath the page content. This is a clean way to add a logo or background to every page.

Install qpdf with `brew install qpdf` (macOS) or `sudo apt install qpdf` (Debian/Ubuntu), then:

```bash # Overlay a single-page image watermark on every page # The overlay.pdf is a single-page PDF that contains your watermark image qpdf input.pdf --underlay overlay.pdf -- watermarked.pdf

# Combine with a stamp for above-page content qpdf input.pdf --underlay overlay.pdf --stamp stamp.pdf -- watermarked.pdf

# Apply to specific pages only (e.g., page 1) qpdf input.pdf --pages input.pdf 1 --underlay overlay.pdf -- out-1.pdf ```

The `--underlay` flag draws the overlay PDF underneath the page content of the input PDF β€” perfect for a faded background watermark. For text watermarks above the content, prepare a single-page PDF with your text (e.g. via LaTeX, or any PDF generator) and use `--stamp` instead. qpdf is fast, scriptable, and unbeatable for batch watermarking across hundreds of files.

Common questions

Will a watermark block the actual text of the page?

No, not if you set the opacity right. A typical text watermark is 10-30% opacity, which is faint enough to read through but visible enough to identify. A logo watermark is usually 30-60% opacity. Anything above 60% is more like a stamp than a watermark, and obscures the page.

Where is the best place to position a watermark?

  • Diagonal center is the classic "CONFIDENTIAL" style. It crosses the page at 45Β°, visible from any angle, and is hard to crop out.
  • Bottom-right corner is the unobtrusive style for branding and copyright. A small logo or copyright line sits in the margin.
  • Top-center is good for "DRAFT" stamps and status indicators. Visible but out of the way.

Choose the position based on purpose. For confidentiality, diagonal center. For branding, bottom-right. For status, top-center.

Can I use a logo as a watermark?

Yes. UtilBoxx's PDF Watermark tool supports image watermarks. Upload a PNG or JPG of your logo, set the opacity to 30-60%, and position it where you want it. A transparent-background PNG is ideal β€” it will not have an opaque rectangle around the logo.

Will the watermark appear on every page or just one?

You choose. UtilBoxx lets you apply the watermark to all pages, the first page only, or a custom page range. Acrobat Pro offers the same set of options. With qpdf, the `--underlay` flag applies to every page by default; for a custom range, use the `--pages` flag to select which pages to watermark.

Can I add a watermark with the recipient's name?

Yes. Many people generate a unique watermark per recipient (with the recipient's name, date, or order ID) before sending a personalized document. UtilBoxx supports text watermarks with any string, so you can pre-generate the personalized text and use it as your watermark. For mass personalization, write a small script with qpdf to apply a different overlay to each copy.

Is it safe to use an online PDF watermarker?

It depends on the service. UtilBoxx processes everything in your browser β€” no upload, no server-side processing, no logs. With other tools, assume your file is being uploaded to a remote server and read their privacy policy carefully. Avoid uploading any document containing personal, financial, medical, or legally sensitive information to a watermarker you do not trust.

Will a watermark protect my PDF from being copied?

A watermark is a visual deterrent, not a technical one. A determined user can crop, blur, or use OCR to extract the underlying text. For serious protection, combine watermarking with PDF encryption, password protection, and digital rights management. For most everyday use, though, a watermark is a strong visual signal that discourages casual sharing.

Conclusion

Adding a watermark to a PDF is one of those small tasks that comes up constantly β€” and should not require a paid subscription or a software install. For most people, UtilBoxx's free PDF Watermark tool is the obvious choice: it is private, fast, free, supports text and image watermarks, and works in your browser.

If you already pay for Adobe Acrobat for other reasons, its "Watermark" tool is excellent. If you are scripting batch work, qpdf with an underlay is unbeatable.

For everything else, head to UtilBoxx PDF tools and you will find a complete, privacy-first toolkit for working with PDFs β€” all in your browser.