A draft needs to be marked "DRAFT," a proposal marked "COPY," a mockup stamped with the company logo across the whole area. The "Watermark" tool in pdfredX applies a text or image mark to every page of the document right in the browser: you set the look in a live preview and download the marked PDF. Nothing is uploaded to a server.
Step 01. Load the PDF
Open pdfredx.com and drag a PDF into the drop area โ or pick it through your file browser. PDF.js renders the pages inside the tab. Not a single byte goes to a remote machine.
Step 02. Configure the watermark
A window opens with a live A4 preview โ every change is shown at once. Two modes are available:
- Text. Enter your caption (default "Confidential"). Color, transparency, size, font, bold and italic are adjustable.
- Logo. Upload an image (for example, a PNG logo) โ size and rotation angle are adjustable.
Placement is chosen with buttons:
- 9 positions โ corners, edge centers and the middle of the page.
- Diagonal โ a large caption across the whole page at an angle.
- โ Tile โ the caption repeats in a grid over the whole area at a โ35ยฐ angle; this continuous pattern is the hardest to remove and best protects against copying.
Transparency (opacity) sets how much the mark "shows through": 15โ30% doesn't get in the way of reading the document, yet the mark stays visible.
Step 03. Save the protected PDF
Press "Apply" โ the mark is placed on all pages at once, and the preview shows in the gallery. Then "Create PDF" assembles the finished file. The watermark is baked into every page, and the download goes straight from the browser. Free, no registration, no server queue.
How it works under the hood
The mark is drawn on canvas over the page image. Depending on the mode, the drawWatermarkOnCanvas function either lays out text (fillText with the chosen font, color and globalAlpha = transparency) or overlays an image (drawImage with rotation). For "tile" mode the caption repeats in a 5ร3 grid, each cell rotated by โ35ยฐ; for "diagonal" โ a single large caption along the page's diagonal.
The finished mark is "imprinted" into the page through applyWatermarkToDataUrl: the original is drawn onto a canvas, the watermark on top, and the result is exported back to an image. That way the mark becomes part of the page, not a separate layer.
Known limitations
The mark becomes part of the page. That is a plus for protection (the mark can't be selected or deleted as an object), but there is no "remove the mark from the finished file" button โ apply it to a copy and keep the original separately.
Uniform settings for the whole document. The watermark is applied to all pages identically. Different marks on different pages are not yet supported.
The result is raster. Pages are exported as images, so the document's own text can't be selected in the finished file (that is a general property of the export, not just of the watermark).
Need to lock the document with a password, not just mark it? That is the Protect PDF with a password tool.
Try it right now โ pdfredx.com, no registration, your files stay with you.
