Loading PDF tools…
Loading PDF tools…
Stamp custom text on every page of a PDF. Control opacity, angle, size, and color.
Sharing a draft, a confidential proposal, or a sample document without marking its status invites confusion — or misuse of a version that isn't final. This tool stamps custom text like DRAFT or CONFIDENTIAL across every page of a PDF automatically, with control over opacity, rotation angle, size, and color. Rather than repeating a manual placement page by page, one pass applies the mark uniformly throughout the document. Processing happens entirely in your browser, so the file you're watermarking never leaves your device before you decide how and where to share it.
Your files never leave your browser. All processing happens locally.
Drop a PDF to watermark
or click to browse — max 100 MB
Combine multiple PDF files into one document in any order
Reduce PDF file size while preserving readability
Convert every PDF page to a high-quality JPG image
View and navigate PDF files directly in your browser — no download required
Upload your PDF
Drop the PDF you want to watermark onto the upload zone or click to browse.
Enter the watermark text
Type the text you want stamped on every page, such as 'CONFIDENTIAL' or 'DRAFT'.
Set color, opacity, angle, and size
Adjust the text color, opacity (0–100), rotation angle, and font size to get the look you want.
Click Add Watermark
The watermark is applied to every page of the PDF in your browser.
Download the watermarked PDF
The finished PDF with the watermark on every page downloads automatically.
Watermarking is essentially the same page-content operation as adding text to a single page, applied in a loop across every page of the document. For each page, the tool computes a position based on the page dimensions, sets the rotation angle, applies an opacity value to the text's fill color, and writes a text-drawing operator into that page's content stream using the specified font size and color. Because opacity is a real graphics-state property in the PDF specification rather than a visual trick, the underlying page content remains fully intact and legible beneath a semi-transparent watermark — nothing about the original text or images is altered.
The classic use cases are marking review drafts before they're circulated, labeling sample or preview documents distributed for evaluation, and stamping CONFIDENTIAL across internal materials before sharing outside a team. A diagonal angle, typically around 45 degrees, is the conventional choice because it spans a larger portion of the page than horizontal text and survives partial cropping or screenshots better. Since the watermark is embedded content rather than a screen-only annotation, it appears identically whether the document is viewed on screen or printed.
This tool is the batch, all-pages counterpart to Add Text to PDF, which places one line of text at one position on one page — useful when you want a specific one-off annotation rather than a repeating mark. It's also distinct from Add Image to PDF, which places a single graphic rather than repeating text; if you need a logo watermark instead of a text one, that tool is the closer fit, applied manually per page. For documents that need to look genuinely finalized rather than marked as a draft, watermarking is typically a step you skip entirely and instead move straight to sharing the polished file, possibly after compressing it for easier distribution.
One important limitation: because the watermark becomes embedded page content, it cannot be toggled off or removed without specialized editing tools that can identify and strip that specific content stream operator — it isn't a removable annotation layer. That permanence is often the point for a security-conscious watermark, but it also means watermarking is effectively a one-way operation: always keep an unwatermarked master file separate from the version you distribute.
Watermarks come in two fundamental types: text (what this tool provides) and images (logos, signatures, or graphic elements). Each has distinct strengths. Text watermarks scale perfectly, remain readable at any resolution, and compress well in the PDF format since they're just font rendering instructions. Image watermarks allow branding with logos and visual identity elements, but they add file size, can look pixelated if the source resolution is too low, and require more careful positioning to avoid obscuring critical content.
The traditional 45-degree diagonal orientation isn't arbitrary — it's a practical defense against partial cropping. A horizontal watermark centered on the page can be cropped out entirely by screenshot-ing or photographing just the top or bottom portion of a page. A diagonal stamp that runs corner-to-corner intersects nearly every rectangular sub-region, making it harder to extract a clean snippet of the content without the watermark appearing. This is why DRAFT and CONFIDENTIAL stamps in professional documents almost universally run diagonally rather than horizontally.
Opacity reinforces this. At 100% opacity, a watermark can obscure the content underneath to the point of illegibility, which defeats the purpose if the document is meant to be read. At 0%, it's invisible, which provides no signal value. The sweet spot is 15–30% opacity: light enough that the underlying text remains fully legible, but opaque enough that the watermark is immediately obvious when viewing or printing. Some use cases prefer higher opacity — a VOID stamp on a canceled invoice might sit at 50–70% to be maximally conspicuous — but most informational watermarks err on the subtle side.
Effective watermarks are short, unambiguous, and standard. DRAFT, CONFIDENTIAL, SAMPLE, COPY, PREVIEW, INTERNAL ONLY, and FOR REVIEW are all widely recognized without needing explanation. Avoid verbose phrases like "This is a preliminary draft subject to revision" — they're harder to read at low opacity, distract more from the content, and can't be set at a large enough font size to remain legible across a full-page diagonal without dominating the page. One or two words at most is the convention.
Color choice matters less than you might expect, because opacity is doing the visual work. Gray or a muted color is conventional and professional. Bright red or yellow at low opacity still appears washed out, while black or dark gray at 20% opacity produces the same subtle effect. Where color does matter is contrast: a light watermark on a light document background may be nearly invisible, while a dark watermark on a dark background has the same problem. If your document has mixed light and dark pages, test the watermark on both to confirm it's legible in both contexts.
Watermarks are status signals, not security measures. They tell viewers "this document is a draft" or "this content is confidential," but they don't actually prevent copying, editing, or redistribution. If your goal is genuine access control, use password protection instead, which blocks opening or editing entirely. If your goal is legal proof that a document is authentic or unaltered, watermarks are ineffective — digital signatures and timestamps are the correct mechanism. Use watermarks for communication (signaling document status) and mild discouragement (making unauthorized reuse slightly more awkward), not as a substitute for real security or provenance controls.
Unlike most online tools, Toolivon processes everything directly in your browser using the Web APIs built into Chrome, Firefox, Safari, and Edge.
Your PDF files never leave your device
All processing runs directly in your browser using built-in Web APIs — the Canvas API, Web Audio API, and WebAssembly. Nothing is uploaded to any server. There is no account, no email, and no data retention. You can verify this yourself: open your browser's DevTools Network tab and watch zero outbound file requests while the tool processes your PDF files.
GDPR-friendly · Works offline after page load · No file size limits beyond your device memory