Watermarking PDFs Without Handing Your Files to a Server
Published 9 July 2026 · 4 min read
Watermarking usually happens for one of two reasons: you're sending a draft contract or proposal and want "DRAFT" or "CONFIDENTIAL" stamped across every page so it can't be mistaken for final, or you're distributing something you made — a report, a design, a set of plans — and want your name or logo on it before it leaves your hands. Both cases have something in common: you're adding protection to a document specifically because it's about to go somewhere you don't fully control.
The timing problem
There's an order-of-operations issue that's easy to miss. You want the watermark on the document before anyone else sees it. But if the tool applying that watermark works by uploading your file to a server first, then for a moment, that draft proposal or unreleased report exists somewhere else, completely unmarked, before the protective watermark even gets added. The safeguard arrives one step too late relative to the upload.
How FormatDog avoids that gap entirely
FormatDog's Watermark tool lets you set your own text or upload a logo image, with full control over position, size, and opacity, and applies all of it using pdf-lib directly in your browser. There's no moment where the file exists unmarked anywhere except your own device, because there's no upload step at any point in the process — the watermark gets baked in locally, before the file ever touches anything outside your browser tab.
This also makes it easy to try a few different watermark styles or positions quickly, since each attempt is just your browser redrawing the page rather than another upload and download cycle.
Confirming it yourself
Open developer tools (F12), switch to the Network tab, and apply a watermark to a file. If your document's content is being uploaded anywhere, you'll see it appear as outgoing network activity while the tool runs. With nothing showing up in that tab, the watermark was applied entirely on your device.
Keeping this in perspective
A watermark on a public flyer or a personal photo doesn't carry much risk either way. The case that actually matters is the unreleased proposal, the draft contract, the work sample you haven't shown anyone yet — and for those, it's worth using a tool where the protection you're adding doesn't arrive after the file has already been somewhere else first.