Add Text Watermark on Image for Make
PDF4me Add Text Watermark to Image module delivers automated text-based watermarking within Make scenarios with customizable font styling, position, opacity, and rotation. This flexible protection service adds copyright notices, ownership text, and branded watermarks—enabling image protection, copyright marking, ownership identification, and branding workflows across cloud storage platforms and business applications.
Authenticating Your API Request
To access the PDF4me Web API through Make, every request must include proper authentication credentials. Authentication ensures secure communication and validates your identity as an authorized user, enabling seamless integration between your Make scenarios and PDF4me's powerful text watermarking services.

Key Features
- Custom Text: Add any copyright or branding text
- Font Styling: Bold, italic, and underline support
- Color Control: Customize text color
- Position Options: Multiple preset and custom placements
- Opacity Control: Adjust watermark transparency
Parameters
Complete list of parameters for the Add Text Watermark module.
Important: Parameters marked with an asterisk (***) are required and must be provided for the module to function correctly.
| Parameter | Type | Description | Example |
|---|---|---|---|
| Filename*** | String | Source Image | photo.jpg |
| File Content*** | Buffer | Image Data | [Image Buffer] |
| Text*** | String | Watermark Text | © 2024 Company Name |
| Position*** | String | Placement • TopLeft, TopRight, BottomLeft, BottomRight • Diagonal, CentralVertical, CentralHorizon • Custom | BottomRight |
| Rotation Angle | Integer | Angle (0-360) | 0 |
| Horizontal Offset*** | Integer | Horizontal Pixels | 12 |
| Text Color | String | Hex Color • HTML color code | #000000 |
| Set Bold | Boolean | Bold Text • Yes or No | No |
| Set Italics | Boolean | Italic Text • Yes or No | No |
| Set Underline | Boolean | Underline Text • Yes or No | No |
| Vertical Offset | Integer | Vertical Pixels | 0 |
| Opacity*** | Float | Transparency (0.0-1.0) • Default 0.7 | 0.7 |