DEV Community

Jack Green
Jack Green

Posted on • Originally published at tools.jackgreen.top

I Built a Free PDF Watermark Adder (Because Smallpdf Charges for That)

I Built a Free PDF Watermark Adder (Because Smallpdf Charges for That)

I needed to add a "CONFIDENTIAL" watermark to a few PDFs for work. You know the drill — open Smallpdf, upload the file, customize the watermark, download.

Except I hit a wall. Two of my three files were behind the free-tier limit. And I realized: my sensitive work documents were being uploaded to a third-party server just to stamp a word across a page.

That shouldn't be the default.

So I built something better.

PDF Watermark Adder is a free, client-side tool that runs entirely in your browser. No uploads. No accounts. No subscriptions.

What it does:

  • Upload any PDF (drag & drop or click to browse)
  • Type your watermark text — "CONFIDENTIAL", "DRAFT", whatever you need
  • Adjust font size, opacity, rotation angle, and color
  • Choose how it appears: centered, tiled across every page (mosaic), or placed in the corners
  • Download the watermarked PDF instantly

Everything happens locally using pdf-lib. Your files never leave your device. The whole thing is a single HTML file with no server component.

Why this matters

Most online PDF tools follow the same playbook: free for one or two tasks, then pay up. Or require an account just to use basic features. And somewhere between "upload" and "download," your documents are sitting on a remote server.

For watermarks — which are often used on confidential or draft documents — that's a privacy problem.

This tool solves all three issues at once: it's free, private, and works offline after the first load.

Open and use it

No signup, no install, no tricks. Just open the tool, upload your PDF, and go.

Try the free PDF Watermark Adder

Built because watermarking a PDF shouldn't cost money or your privacy.

Top comments (0)