PDF Watermark โ€” Stamp Text or Image avatar

PDF Watermark โ€” Stamp Text or Image

Pricing

from $0.005 / pdf watermarked

Go to Apify Store
PDF Watermark โ€” Stamp Text or Image

PDF Watermark โ€” Stamp Text or Image

Stamp a text or image watermark onto every page of a PDF, with position, opacity, rotation and tiling. Mark drafts, confidential documents and proofs in bulk.

Pricing

from $0.005 / pdf watermarked

Rating

0.0

(0)

Developer

hiper soft

hiper soft

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

41 minutes ago

Last modified

Share

PDF Watermark โ€” Stamp Text or Image on Every Page

Stamp a text or image watermark onto every page of a PDF โ€” with position, opacity, rotation and tiling. Mark drafts, confidential documents, proofs and client deliverables in bulk.

PDF Watermark input โ€” configure the options in the Apify Console

What it does

  • Adds a text or image (logo) watermark to all pages.
  • Control opacity, rotation, font size and color.
  • Tile the watermark across the page or place it once in the center.

Use cases

  • Legal & finance โ€” stamp "CONFIDENTIAL" or "DRAFT" on documents.
  • Agencies & photographers โ€” brand proofs and previews before delivery.
  • Publishing โ€” mark review copies.

Input

{ "pdfUrl": "https://example.com/doc.pdf", "text": "CONFIDENTIAL", "opacity": "0.25", "rotation": 45, "tile": false }
FieldTypeDescription
pdfUrlstringPDF to watermark.
textstringWatermark text (if no image).
imageUrlstringOptional PNG/JPG logo watermark.
opacitystring0โ€“1.
rotationintegerAngle in degrees.
fontSizeintegerText size.
colorstringHex text color.
tilebooleanRepeat in a grid.

Output

PDF Watermark output โ€” the results as a clean dataset

{ "pages": 12, "watermark": "CONFIDENTIAL", "tiled": false, "resultUrl": "https://api.apify.com/v2/key-value-stores/.../records/watermarked.pdf" }

Output schema

FieldTypeDescription
pagesintegerPages watermarked.
resultUrlstring (URL)Link to the watermarked PDF.

FAQ

Text or logo? Provide text, or imageUrl for a logo watermark (image takes priority).

Can I automate it? Yes โ€” via integrations on the Apify platform and the Apify API.

Notes

Original clean-room implementation.