PDF Watermark โ Stamp Text or Image
Pricing
from $0.005 / pdf watermarked
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
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
41 minutes ago
Last modified
Categories
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.

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 }
| Field | Type | Description |
|---|---|---|
pdfUrl | string | PDF to watermark. |
text | string | Watermark text (if no image). |
imageUrl | string | Optional PNG/JPG logo watermark. |
opacity | string | 0โ1. |
rotation | integer | Angle in degrees. |
fontSize | integer | Text size. |
color | string | Hex text color. |
tile | boolean | Repeat in a grid. |
Output

{ "pages": 12, "watermark": "CONFIDENTIAL", "tiled": false, "resultUrl": "https://api.apify.com/v2/key-value-stores/.../records/watermarked.pdf" }
Output schema
| Field | Type | Description |
|---|---|---|
pages | integer | Pages watermarked. |
resultUrl | string (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.