Current status
{{ summaryMetric }}
{{ summaryLine }}
{{ statusBadge }} {{ pageCountLabel }} {{ selectedPagesLabel }} Browser only
PDF watermark inputs
{{ message }}
Browse or drop one PDF file before applying the watermark.
{{ hasFile ? selectedFile.name : 'Drop a PDF here' }}
{{ hasFile ? selectedFileSummary : 'Watermarking stays local to this browser.' }}
Use concise text that should appear on every selected page.
Examples: all, odd, even, first, last, 1-3, 5, 8-.
Center works well for diagonal document status stamps.
Use negative values for a rising left-to-right diagonal.
deg
{{ normalized.fontSize }} pt
Scale the watermark for the current document size.
{{ normalized.opacityPercent }}%
Subtle watermarks usually sit between 12 and 28 percent opacity.
{{ actionStatusLabel }}
{{ actionHint }}
Helvetica Bold is the default for clear status stamps.
Choose a color that stays visible at the selected opacity.
Nudge the single watermark without changing the base position.
pt
Nudge the single watermark away from important document content.
pt
Use this when a single centered mark is too easy to crop out.
{{ tileModeBool ? 'On' : 'Off' }}
Larger values create a lighter repeated pattern.
pt
Leave blank to append -watermarked to the source filename.
Field Value Copy
{{ row.field }} {{ row.value }}
Setting Value Copy
{{ row.field }} {{ row.value }}
PDF page Watermark text Layout Stamps Rotation Anchor Page box Copy
{{ row.page }} {{ row.text }} {{ row.layout }} {{ row.stamps }} {{ row.rotation }} {{ row.anchor }} {{ row.pageBox }}
No page placement yet
Load a PDF to preview watermark text, stamp count, coordinates, and page box for each selected page.

        
Customize
Advanced
:

Introduction

A PDF can outlive the email, folder, or review system that explained its purpose. Once it is forwarded, printed, archived, or attached to another packet, the page itself may be the only place left to show that it is a draft, confidential copy, proof, sample, or approved version. A visible text watermark gives that handling cue directly on the document.

Good watermarking is a balance between noticeability and readability. A large diagonal stamp is hard to miss, but it can cross signatures, totals, clauses, diagrams, or form fields. A corner label leaves the body cleaner, but it may be overlooked or removed by cropping. A tiled pattern is harder to miss across a page, but it can make dense text or scanned pages harder to read.

  • Status marks such as DRAFT, CONFIDENTIAL, or APPROVED work best when the wording is short and readable at a glance.
  • Page scope should follow source page positions in the PDF, not printed page labels that may restart, skip, or use roman numerals.
  • Opacity should be low enough that the original document stays legible after viewing, printing, or compression.
  • Placement should avoid signatures, totals, QR codes, tables, and exhibit labels that readers must still inspect.
PDF watermark placement choices Two PDF page sketches compare a single diagonal mark and a repeated tile pattern, with a small coordinate guide. DRAFT single centered mark CONFIDENTIAL CONFIDENTIAL CONFIDENTIAL CONFIDENTIAL CONFIDENTIAL CONFIDENTIAL repeated tile pattern y x origin anchor page box PDF point space

Watermarks are communication, not access control. They can reduce accidental misuse and make review status visible, but they do not encrypt a file, remove sensitive text, prove authenticity, or stop copying. Confidential or regulated material may still need redaction, access controls, document permissions, digital signatures, or a formal review workflow.

The safest page-level practice is to decide three things before sharing the marked copy: which source pages should carry the mark, whether the mark remains readable without covering important content, and whether a later reader could mistake the copy for a different status.

How to Use This Tool:

Start with the file and page scope, then tune the mark and check the placement rows before downloading the final PDF.

  1. Use Browse PDF or drop one file into Source PDF. The summary should change from a waiting state to show the source page count and selected page count.
  2. Enter short Watermark text. Values such as DRAFT, CONFIDENTIAL, INTERNAL, or APPROVED stay legible after rotation.
  3. Set Pages to watermark. Accepted entries include all, odd, even, first, last, a single page such as 5, a closed range such as 2-8, or an open range such as 4-.
  4. Choose Position, Rotation, Text size, and Opacity. The default centered, -35 degree, 56 pt, 18 percent mark is a practical starting point for document status labels.
  5. Open Advanced for Font, Text color, horizontal and vertical offsets, Tile watermark, Tile spacing, or a custom Output filename.
  6. Review warnings before running. The action is blocked for missing PDF input, blank watermark text, no matched pages, files over 75 MB, or more than 500 source pages. Range warnings identify clipped pages, out-of-range pages, and invalid tokens.
  7. Check Watermark Plan and Page Placement. Confirm the selected pages, layout, stamp count, rotation, anchor, and page box match the document you intend to send.
  8. Choose Apply watermark. When Status shows Watermarked PDF generated and the summary shows Watermarked PDF ready, download the file and inspect the first selected page, last selected page, and any rotated or mixed-size page.

If the visible pages do not match the table, change the page range or placement settings and generate a new copy.

Interpreting Results:

Pages watermarked is the main scope check. It reports source page positions in the PDF. Printed page labels inside the document may be different when a cover, preface, appendix, or exhibit section uses separate numbering.

Output ready means the PDF was created, not that every page looks correct. Open the downloaded file and inspect pages where the content is dense, rotated, scanned, cropped, or a different size from the rest of the packet.

  • Watermark Plan should match the chosen text, page range, position, font, opacity, color, and tile mode.
  • Page Placement should show one stamp per selected page in single mode or multiple stamps when Tile watermark is on.
  • Ignored invalid range token means part of the page expression was skipped. Correct it before relying on the page list.
  • Clipped range warnings mean the requested range ran past the end of the source PDF.
  • Rotated page(s) detected means the placement table is not enough. Spot-check those pages visually.

Technical Details:

PDF placement uses page coordinates measured in points. In default user space, 1 point equals 1/72 inch, the origin is at the lower-left corner of the page box, x increases to the right, and y increases upward. A text watermark is drawn at one or more anchor points on each selected source page.

The watermark settings resolve into drawing parameters: selected pages, font, measured text width and height, color, opacity, rotation, and either a single anchor or repeated tile anchors. The result is a newly written PDF, not a permission wrapper around the original file.

Formula Core

For a single watermark, the base anchor comes from the selected position. Edge positions use a 36 pt margin. Offsets move the anchor, then the coordinate is clamped so the measured text starts inside the page box.

x = min ( max ( xbase + ox , 0 ) , W - Tw )
y = min ( max ( ybase + oy , 0 ) , H - Th )
a = p 100
PDF watermark formula symbols
Symbol Meaning Unit
W, H Page box width and height. Points
Tw, Th Measured watermark text width and height at the selected font and size. Points
ox, oy Horizontal and vertical offset. Points
p, a Opacity percent and the decimal opacity used when drawing the text. Percent and ratio

A centered mark on a 612 pt by 792 pt page with text measured at 210 pt wide and 56 pt high starts at x = (612 - 210) / 2 = 201 pt and y = (792 - 56) / 2 = 368 pt before offsets. An opacity of 18% becomes a drawing opacity of 0.18.

Page Range Rules

Page ranges use one-based source page positions. Duplicate selections are collapsed, the final list is sorted, and invalid parts are reported as warnings instead of being hidden.

PDF watermark page range rules
Entry Selection Rule Boundary Behavior
all or blank Selects every source page. Starts at page 1 and ends at the final page.
odd or even Selects source pages by one-based page position. Printed page labels do not affect the odd or even test.
first or last Selects one page at the beginning or end of the PDF. Useful for covers, approval pages, or final acknowledgements.
2-8 Selects pages 2 through 8, inclusive. The end is clipped with a warning if it exceeds the document length.
4- Selects page 4 through the final page. Useful when front matter should remain unmarked.
5 Selects one source page. Out-of-range pages are ignored and reported.

Placement And Limits

Tiled mode creates repeated anchors from outside the page edge through the page box. The tile spacing controls the distance between anchors, and a per-page cap prevents extremely dense patterns from overwhelming the browser.

PDF watermark placement limits
Setting Or Limit Allowed Range Practical Effect
Watermark text 1 to 120 characters after trimming. Blank text blocks output. Short labels remain readable after rotation.
Rotation -90 deg to 90 deg. Diagonal marks usually avoid sitting directly on one line of body text.
Text size 12 pt to 120 pt. Large pages need larger text, while forms and dense pages may need smaller marks.
Opacity 5 percent to 100 percent. Lower opacity preserves readability. Higher opacity behaves more like a stamp.
Single-mark offset -240 pt to 240 pt on each axis. Offsets move one mark while keeping it inside the page box.
Tile spacing 120 pt to 480 pt. Closer spacing repeats the mark more often but can distract from content.
Tiled anchors Up to 360 stamps per selected page. The cap protects responsiveness and prevents excessive repeated text.
Browser processing target 75 MB and 500 source pages. Split or reduce larger PDFs before watermarking in the browser.

Rotated and cropped pages can display differently from their simple width-by-height page box. Treat Page Placement as an audit aid and the downloaded PDF as the final visual check.

Privacy And Accuracy Notes:

After the page and PDF support have loaded, the selected document is read and rewritten in the browser. The watermarking step does not send the PDF to a server for processing.

  • Visual review is still required for scanned pages, landscape pages, rotated pages, and mixed page sizes.
  • A visible watermark can be covered, cropped, removed, or lost during later editing or recompression.
  • Use redaction before watermarking when sensitive text should not remain readable.
  • Use encryption, document permissions, access control, or signatures when the file needs protection or proof rather than a visible label.

Advanced Tips:

  • Use one centered mark when the PDF must stay easy to read. Use Tile watermark only when the label needs to repeat across the page.
  • Keep subtle review marks near 12 to 28 percent opacity, then open the downloaded PDF to confirm the original text is still legible.
  • Use source page numbers for Pages to watermark. A printed page labeled 1 may be source page 2 if the PDF has a cover.
  • Try Horizontal offset or Vertical offset when one centered mark crosses a signature, total, barcode, or form field.
  • Set Output filename to make the marked copy clear in a shared folder. The filename is adjusted to end in .pdf if needed.

Worked Examples:

Draft report for internal review

A 32-page report needs DRAFT on every source page. Keep Pages to watermark at all, use center placement, rotation around -35 deg, and opacity near 18%. Pages watermarked should cover pages 1 through 32, and Page Placement should show one stamp on each page.

Packet with an unmarked cover

A client packet has a public cover on source page 1 and confidential content on pages 2 through 8. Enter 2-8 and use CONFIDENTIAL. Confirm the selected page count is 7 and the first placement row starts at page 2 before creating the output.

Proof copy that may be cropped

A proof will be reviewed through screenshots, so one center mark may be missed. Turn on Tile watermark and start around 240 pt spacing. Page Placement should report multiple stamps per selected page; increase Tile spacing or lower opacity if the page becomes hard to read.

Range entry with mistakes

A 10-page source receives 1-3, 25, notes. Pages 1 through 3 can still be selected, but warnings report the out-of-range page and invalid token. Remove the bad entries, confirm Pages watermarked, then run Apply watermark again.

Rotated exhibit page

A legal exhibit includes a landscape page with rotation metadata. The warning prompts a visual check after download. Open that page in the marked PDF and make sure the watermark is readable without covering the exhibit label or key dimensions.

FAQ:

Can I watermark only certain pages?

Yes. Use Pages to watermark with values such as 2-8, 4-, first, last, odd, or even, then confirm the source pages in Pages watermarked.

Why is Apply watermark disabled?

The action needs a loaded PDF, 500 source pages or fewer, at least one matched page, nonblank Watermark text, and a valid file within the 75 MB browser-processing limit.

Does a watermark protect confidential content?

No. A watermark is a visible label. Use redaction, access control, encryption, document permissions, or signatures when the document needs actual protection or proof.

Does the selected PDF get uploaded?

The selected PDF is read and rewritten in the browser after the page has loaded. The watermarking step does not upload the document for server-side processing.

Should I use one mark or a tiled watermark?

Use one mark when readability matters most. Use Tile watermark when the label should repeat across the page, then adjust Tile spacing and opacity so the original text remains readable.

Glossary:

Watermark
A visible text mark added to PDF pages to show status, audience, ownership, or review state.
Source page
The one-based page position in the loaded PDF, which may differ from printed labels.
Page box
The PDF page area used to resolve width, height, and anchor coordinates.
Point
A PDF measurement unit equal to 1/72 inch in default user space.
Opacity
The visibility level of the watermark text, expressed as a percentage and drawn as a decimal ratio.
Anchor
The x and y coordinate where a single watermark starts, or one of the repeated positions in a tiled pattern.
Tiled watermark
A repeated pattern of the same watermark text across each selected page.

References: