DashConvert
5 min read

How to add a watermark to a PDF or image (that people can't just crop off)

A visible watermark is a deterrent, not a lock. Here's how to add one that survives cropping, screenshotting, and casual editing โ€” and when a watermark isn't the right tool at all.

What watermarks are actually for

A watermark on a document or image does exactly two things:

  1. Deters casual reuse. Someone screenshotting a preview and posting it to social media will hesitate more if your name is stamped diagonally across it.
  2. Provides attribution if it does get shared โ€” anyone seeing the image knows who made it.

A watermark does not prevent theft. Anyone with 10 minutes and Photoshop can remove any watermark. Anyone with 30 seconds and a phone can screenshot the un-watermarked version if they briefly gain access to it. If your goal is "make sure this file can't be leaked," a watermark is not your tool โ€” password protection (Protect PDF) or not-sharing-in-the-first-place are.

What makes a watermark hard to remove

The default watermark ("small logo in the corner") takes about 2 seconds to crop off. To make removal actually annoying:

1. Diagonal, across the whole image or page. A watermark that runs corner to corner can't be cropped without losing significant content. Most watermarking tools call this "tiled" or "full-page" mode.

2. Semi-transparent, 20โ€“40% opacity. Solid watermarks are ugly and paradoxically easier to remove (Photoshop's clone-stamp handles them cleanly). Semi-transparent watermarks blend into the underlying content, so removing them requires reconstructing what's under each pixel.

3. Repeating pattern rather than a single instance. A single centered watermark can be cloned out in seconds. Fifty small watermarks tiled across the page would take an afternoon.

4. Includes fine text. A watermark that says "PROOF - JOHN SMITH PHOTOGRAPHY - LICENSED USE ONLY" is much harder to remove than one that just says "SAMPLE," because the removed text creates obvious gaps that need retouching.

Watermark PDF and Image Watermark both support all four techniques.

Practical settings by use case

Portfolio images you're showing to potential clients:

  • Diagonal, 30% opacity, your logo + business name.
  • Big enough to be readable at any zoom level (~10% of the image's diagonal).
  • Not centered โ€” center draws the eye away from the actual image content.

Contracts or drafts marked "DRAFT" for review:

  • "DRAFT" or "CONFIDENTIAL" diagonally across every page.
  • 40% opacity red or grey.
  • Full page-width so cropping loses actual content.

Photographs for stock sale previews:

  • Grid of small repeating watermarks (name + URL).
  • 20-25% opacity.
  • Small enough to not ruin evaluation, dense enough that no square inch is unmarked.

Legal documents ("copy," "certified true copy"):

  • Bottom-right corner watermark is fine โ€” it's a marker, not a deterrent.
  • Solid opacity.
  • Standard placement means viewers know to look for it.

Text vs image watermarks

  • Text watermarks scale losslessly and render sharply at any size. Best for portfolios and drafts.
  • Image watermarks (your logo as PNG) look more professional but can pixelate if the source image is low-res. Use image watermarks only when the logo file is at least 2x the size you'll display it at.

What tools cannot do

  • Bind the watermark to a specific viewer. Server-side dynamic watermarking ("this copy was viewed by Alice on Tuesday") requires a distribution platform, not a file-manipulation tool.
  • Add invisible watermarks (steganography). Real steganography is a specialist tool โ€” most "invisible watermark" claims are marketing.
  • Protect against high-effort removal. Assume a determined person will get through.

Follow-up steps

  • If the watermark is on a draft PDF you're sending for review, combine with Protect PDF to also require a password to open. Belt and suspenders.
  • If you're watermarking a batch of images for a stock site, do them all at once in Image Watermark โ€” the settings apply to every file in the drop.

Local processing matters here

Watermarking often goes on unreleased work โ€” portfolios not yet shared, contracts still in draft, product photos before launch. Uploading those to a random online watermarking tool means someone else's server has your un-watermarked original for a window before it returns the watermarked copy. That's exactly backwards. Browser-based watermarking on DashConvert keeps both the source and the watermarked result on your machine.

Tools mentioned in this post