Skip to content

Feat: Add Tiling Watermark support for Text and Image modes#80

Open
Anubhav-Mondal wants to merge 1 commit into
JhaSourav07:mainfrom
Anubhav-Mondal:feat/tiling-watermark
Open

Feat: Add Tiling Watermark support for Text and Image modes#80
Anubhav-Mondal wants to merge 1 commit into
JhaSourav07:mainfrom
Anubhav-Mondal:feat/tiling-watermark

Conversation

@Anubhav-Mondal
Copy link
Copy Markdown
Contributor

Add Tiling Watermark

Adds support for repeating/tiled watermarks across all PDF pages, for both text and image modes.

Changes

pdf.service.js — added tile grid logic in addWatermark for both text and image branches. Fixed misplaced drawText call that was running outside the if/else block causing undefined x/y in tile mode
Watermark.jsx — added Tile toggle, Spacing X/Y sliders and Stagger Rows toggle. Hides Position dropdown when tiling is on. Reorganized Style & Position section to reduce clutter

New options

tile: enable repeating grid
tileSpacingX / tileSpacingY: control grid density
tileStagger: offsets every other row by half the X spacing for a diamond pattern

Screenshot

image

Closes #78

@netlify
Copy link
Copy Markdown

netlify Bot commented May 17, 2026

👷 Deploy request for quickstpdf pending review.

Visit the deploys page to approve it

Name Link
🔨 Latest commit 5a885ee

@vercel
Copy link
Copy Markdown
Contributor

vercel Bot commented May 17, 2026

@Anubhav-Mondal is attempting to deploy a commit to the jhasourav07's projects Team on Vercel.

A member of the Team first needs to authorize it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Feature: Tiling Watermark

1 participant