{{ summaryTitle }} {{ summaryValue }} {{ summaryLine }} {{ badge.label }}: {{ badge.value }}
PDF watermark setup
Choose one unlocked PDF up to 75 MiB and 500 pages, or create the safe four-page sample.
{{ hasFile ? selectedFile.name : 'Drop one PDF here' }}
{{ selectedFileSummary }}
Use 1–120 characters. The same text is written to every selected page.
Examples: all, odd, 2-5, 1,3,8-.
Center is a strong default for diagonal review stamps.
Choose an angle from −90° through 90°. Default: −35°.
Angle{{ rotation }}°
Choose 12–120 pt. Default: 56 pt.
Size{{ fontSize }} pt
Choose 5–100%. Default: 18%.
Opacity{{ opacity }}%
{{ actionLabel }}
{{ workflowFeedback }}
Helvetica Bold is the review-stamp default.
Default: slate gray (#6B7280).
Neutral default: 0 pt. Range: −240 to 240 pt.
pt
Neutral default: 0 pt. Range: −240 to 240 pt.
pt
Useful when a single mark could be cropped out. Neutral default: off.
{{ tiledBool ? 'On' : 'Off' }}
Choose 120–480 pt. Default: 220 pt.
pt
Optional. The .pdf extension is added automatically.
Output file{{ outputFilename }}{{ outputSizeLabel }} · {{ computation.values.selected_page_count }} pages marked · review before distribution
{{ tableExportAnnouncement }}
PDF pageLayoutStampsAnchorPage boxCopy
{{ row.page }}{{ row.layout }}{{ row.stamps }}{{ row.anchor }}{{ row.pageBox }}
{{ chartExportAnnouncement }}

The chart renderer is unavailable. The same per-page counts remain in the watermark ledger.

A PDF watermark adds visible context without replacing the document underneath. Review copies often carry words such as DRAFT, CONFIDENTIAL, SAMPLE, or APPROVED FOR COMMENT so that a page separated from its email or folder still shows its intended status.

Good watermark design balances visibility with readability. Large, dark, repeated text is hard to remove or miss, but it can cover signatures, diagrams, form fields, and small print. A pale diagonal mark preserves more of the page while remaining visible on screen and in print. The right balance depends on whether the mark is a gentle review cue, a distribution label, or a strong deterrent against casual reuse.

Single and tiled PDF watermark tradeoffs
LayoutUseful whenMain tradeoff
One centered markA clear review label should stay readable without dominating the page.It may cover central content or be cropped from a reused excerpt.
One edge markThe center contains a signature, drawing, chart, or form.Page sizes and rotations can make one offset unsuitable across a mixed document.
Tiled marksEvery crop should retain part of the label.Repetition increases visual noise and may obscure dense pages.

PDF coordinates are measured in points, normally 72 points per inch, from the lower-left page origin. Documents can mix portrait, landscape, and custom page boxes, so one absolute offset can land differently from page to page. Centering is a safer general default; edge positions and offsets need inspection on the smallest and largest selected pages.

A watermark is not access control, encryption, redaction, or rights management. It does not remove hidden text or metadata, prevent copying, or prove who created the file. It may discourage casual redistribution and clarify status, but sensitive content still needs suitable document controls.

Any PDF edit creates a new document state. Check links, forms, accessibility, print output, and existing digital signatures after watermarking. Keep an untouched source copy so the original can be recovered and compared.

How to Use This Tool:

Start with a low-opacity center mark on a copy of the document, then adjust only after checking pages with different sizes or dense content.

  1. Choose an unlocked Source PDF no larger than 75 MiB and containing no more than 500 pages.
  2. Enter 1 to 120 characters in Watermark text, then select pages with a scope such as all, odd, 2-5, or 1,3,8-.
  3. Choose a single position or enable Tile across each page. Set rotation, text size, opacity, standard PDF font, and color for the document's visual density.
  4. Use horizontal and vertical offsets only when the default anchor covers important content. In tiled mode, use spacing to control how many marks cross each page.
  5. Create the watermarked copy, inspect the selected-page ledger and pages with unusual dimensions, then download the PDF under a distinct filename.

Interpreting Results:

The output is ready only after the marked PDF has been created. The ledger confirms which page numbers were selected, whether each page uses a single or tiled layout, and how many stamps were planned. Use it to catch a mistaken page range or unexpectedly dense tile grid.

The ledger cannot judge legibility. Open the downloaded copy and inspect at least the first and last selected pages, every page orientation, and any page with signatures, forms, diagrams, or small text. Recheck print output when the document will be printed, because pale screen colors can disappear and dark marks can become more intrusive.

Technical Details:

Watermarking creates a placement plan from each selected page's width and height, then draws the same text into the PDF content at every planned anchor. The page range is normalized, deduplicated, sorted, and checked against the actual page count before any output is created.

Transformation Core

Page scopes accept all, first, last, odd, even, individual page numbers, closed ranges such as 2-5, and open ranges such as -4 or 8-. Comma-separated combinations are allowed. Descending or out-of-bounds ranges are rejected rather than silently changed.

PDF watermark transformation stages
StageTransformationBoundary
LoadRead page count and page boxes from an unlocked PDF.1 to 500 pages and at most 75 MiB.
SelectResolve the page expression into unique ascending page numbers.Every selected page must exist.
PlanCalculate one bounded anchor or a repeated grid for each selected page.Single offsets are −240 to 240 pt; tile spacing is 120 to 480 pt.
DrawWrite the chosen standard-font text at 12 to 120 pt, −90° to 90°, and 5% to 100% opacity.The same text and appearance apply to every selected page.
SaveSerialize a new PDF and provide it for download.The source file is not overwritten.

Formula Core

For a single mark, the chosen position produces an unbounded anchor. The horizontal and vertical offsets are added, then each coordinate is clamped to the page box using the estimated text width and the font size as text height.

x=min(max(0,x0+Δx),max(0,W-Wt)) y=min(max(0,y0+Δy),max(0,H-F))

W and H are the page width and height in points, Wt is an estimated text width, F is the font size, and the delta terms are the selected offsets. Left, right, top, bottom, and center anchors use a 36-point page margin before clamping.

Estimated text width is the greater of one font size or the character count multiplied by font size and a font-specific width factor. This estimate keeps ordinary Latin text within the page box, but rotation and variable glyph widths can still make the visible bounds differ from the plan.

Tiled mode ignores the single-position anchor and offsets. It lays out anchors at the chosen spacing from beyond the lower-left edge through beyond the upper-right edge, allowing the PDF page box to clip partial marks. Each page is capped at 360 planned stamps. Opacity is converted from the displayed percentage to a 0 to 1 drawing value.

The available fonts are Helvetica Bold, Helvetica, Times Roman, and Courier. These standard PDF fonts do not cover every Unicode character. Unsupported text can fail during output creation and should be replaced with characters supported by the selected font.

Privacy and Accuracy Notes:

The PDF is read, modified, and saved in the browser; it is not uploaded for watermark processing. The marked copy can retain original content, attachments, form values, annotations, links, and metadata because watermarking is not sanitization.

  • Encrypted or locked PDFs may not load.
  • Rotated text can extend beyond the unrotated width estimate even when its anchor is clamped.
  • Interactive forms, accessibility tags, links, and digital signatures need separate post-edit verification.
  • Use a redaction tool when information must be removed; placing opaque text over content is not secure redaction.

References: