Skip to main content

Add Text Watermark to Image in Make

Add Text Watermark to Image is a Make module by PDF4me that stamps custom text onto an image automatically, with control over position, size, color, rotation, and opacity. Use it to add copyright notices or branding at scale. The module takes an image buffer and returns the watermarked image ready to upload or send.

Related Blog Posts
No blog post yet for this feature — coming soon.
In the meantime, browse the PDF4me blog for tutorials and workflows across every platform.
Visit the blog →

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 image watermarking services.

Important Facts You Should Not Miss

Seven required fields, ten optional
Connection, PDF File Name, PDF File / public file URL, Watermark Text, Position, Size, and Opacity are required. Font, color, styling, rotation, background, and margins are optional and fall back to sensible defaults.
Opacity defaults to 0.7
Opacity takes a value from 0.0 to 1.0. The default of 0.7 keeps the text visible without hiding the image beneath. Lower it toward 0.3 for a subtle brand mark on product photos.
Map the binary, not a file path
PDF File / public file URL expects the raw image content from a prior download module Data field, or a public image URL. A local file path returns an error, so wire the binary output of the fetch step.
PDF4me Add Text Watermark to Image module in Make showing Connection, PDF File Name, Watermark Text, Position BottomRight, Size, Opacity, and margin fields

Map PDF File Name and PDF File / public file URL from the prior download step, set Watermark Text, then choose Position, Size, and Opacity to control how the stamp appears.

What is Add Text Watermark to Image in Make?

Add Text Watermark to Image is Make's PDF4me module for stamping text onto a picture programmatically. It accepts an image and a text string, then returns the same image with the watermark applied. Unlike editing each photo by hand in an image editor, this module watermarks hundreds of images consistently inside an automated scenario.

Parameters

ParameterRequiredWhat it doesExample
ConnectionRequiredPDF4me connection holding your API key. Click Add and paste your key from dev.pdf4me.com/dashboard if connecting for the first time.My PDF4me connection
PDF File NameRequiredFilename of the source image including its extension. Map it from the prior module output.1. File Name
PDF File / public file URLRequiredBinary image content from a prior download module Data field, or a public URL that points to the image.1. Data
Watermark TextRequiredThe text to stamp on the image, such as a copyright notice or a brand name.Company Name
PositionRequiredWhere the watermark sits. Options: TopLeft, TopRight, BottomLeft, BottomRight, Diagonal, CentralVertical, CentralHorizon.BottomRight
Font FamilyOptionalFont used for the watermark text.Arial
SizeRequiredFont size of the watermark text. Must be 1 or higher.24
Text ColorOptionalHex color of the watermark text.#000000
Set BoldOptionalSet the watermark text to bold. Yes or No.No
Set ItalicsOptionalSet the watermark text to italic. Yes or No.No
Set UnderlineOptionalUnderline the watermark text. Yes or No.No
Rotation AngleOptionalRotation of the text in degrees. Must be 360 or lower.0
OpacityRequiredTransparency of the watermark from 0.0 to 1.0. Default 0.7.0.7
Background ColorOptionalHex color of the watermark background box.#ffa500
Background OpacityOptionalTransparency of the background box from 0.0 to 1.0.0
MarginXOptionalHorizontal margin in pixels for left and right spacing.20
MarginYOptionalVertical margin in pixels for top and bottom spacing.20

Output

FieldTypeWhat it contains
File NameStringName of the watermarked image file, derived from the input filename. Use it in the destination upload module File Name field.
Doc DataBufferBinary content of the watermarked image. Map directly into a cloud-storage upload module or an email attachment.

How does the Add Text Watermark module work in Make?

The module renders your text as an overlay, applies the color, size, rotation, and opacity you set, then composites it onto the source image at the chosen position and margins. It returns a new image file and leaves the original untouched. Watermarking is a standard way to assert ownership of visual media, as described on the Wikipedia digital watermarking page. For scenario building patterns, see the Make help center.

Typical Setups

Watermark product photos on upload
  1. Watch a Dropbox folder for new product images.
  2. Download each image to the Data field.
  3. Run Add Text Watermark with your brand as Watermark Text at BottomRight.
  4. Upload the watermarked image to your CDN or store folder.
Copyright-stamp images from a form
  1. Trigger on a form submission that includes an image upload.
  2. Set Watermark Text to a copyright notice, Position to Diagonal, Opacity to 0.5.
  3. Return the watermarked image to the submitter by email.
Batch brand a gallery
  1. List images in a cloud folder and iterate them.
  2. Apply the same Watermark Text, Font Family, and Size to each.
  3. Write the results to a Branded folder.

Practical Tips

Opacity runs 0.0 to 1.0
The default is 0.7. Lower it toward 0.3 for a subtle mark on photos so the underlying image stays readable.
Seven position presets
Position accepts TopLeft, TopRight, BottomLeft, BottomRight, Diagonal, CentralVertical, and CentralHorizon. Diagonal resists cropping.
Map both filename and data
PDF File Name drives the output name. PDF File / public file URL carries the binary or a public image URL.
Fine-tune with margins
MarginX and MarginY push the text away from the edges in pixels for the corner positions.
Original is preserved
The module returns a new image on Doc Data and leaves the source untouched. One credit per image.

Cheat Sheet

FieldValue
ModulePDF4me > Add Text Watermark to Image
ConnectionYour PDF4me connection
PDF File Name1. File Name
PDF File / public file URL1. Data
Watermark TextCompany Name
PositionBottomRight
Size24
Opacity0.7
OutputDoc Data (watermarked image)
Credits1 per image

Common Questions

How do I add a text watermark to an image in Make?+
Add the PDF4me Add Text Watermark to Image module, map the image to the PDF File Name and PDF File / public file URL fields, enter your Watermark Text, set a Position and Size, then run the scenario. The module returns the watermarked image on the Doc Data output, ready to upload or attach to an email.
What positions can I place the watermark in?+
Position accepts TopLeft, TopRight, BottomLeft, BottomRight, Diagonal, CentralVertical, and CentralHorizon. Use MarginX and MarginY to fine-tune how far the text sits from the edges. Diagonal is a common choice for a repeated, hard-to-crop brand mark across the whole image.
Can I control the watermark opacity and rotation?+
Yes. Opacity accepts a value from 0.0 to 1.0 with a default of 0.7, and Rotation Angle accepts a value up to 360 degrees. Lower the opacity for a subtle mark on product photos, or rotate the text for an angled overlay. See the Make help center for mapping dynamic values.
How many credits does the Add Text Watermark module use?+
The module uses one PDF4me credit per image. The PDF4me pricing page lists the current credit allocations for the free and paid tiers, so you can estimate the cost of a high-volume watermarking scenario before you build it.

Same Task on Other Platforms

Get Help