PDF watermark is a PDF tool that stamps a diagonal text watermark across every page of a document. It accepts any custom text (such as CONFIDENTIAL or DRAFT), exposes opacity, font size, and color controls, and applies a 45-degree rotation. The tool runs in your browser.
Drop a PDF here or click to browse
Direct links for specific watermarking tasks.
page.drawText() with the watermark string, configured opacity, color, and a 45-degree rotation transform.rgb() helper and degrees encoded via the degrees() helper.application/pdf) with the same content plus the diagonal text overlay on every page, downloaded via Blob URL.Reviewed and tested May 25, 2026.