Add Text Watermark to PDF in Make
Add Text Watermark is a Make module by PDF4me that stamps any text string onto PDF pages inside a Make scenario. Use it when you need to mark documents as CONFIDENTIAL, DRAFT, SAMPLE, or with any custom label on a schedule or trigger. The module takes a PDF buffer, applies your text with full font, rotation, and opacity control, and returns a watermarked PDF ready to upload or distribute.
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 text watermark services.
Important Facts You Should Not Miss
Opacity field runs from 0 (invisible) to 1 (fully opaque). Values between 0.1 and 0.4 produce semi-transparent watermarks that are visible without obscuring the underlying document content. Use 0.8 or higher for solid foreground stamps.Pages field accepts comma-separated 0-based indices (e.g. 0,1,2) or ranges (e.g. 0-4). Leave it empty to apply the watermark to every page in the document automatically, which is the most common use case for bulk marking workflows.Set Background is Yes, the watermark renders behind the PDF content layer, so text and images remain fully legible in front. Set it to No to place the watermark as a foreground overlay, which is more prominent and harder to remove.
Set Stamp Text to your label (CONFIDENTIAL, DRAFT), configure Opacity to 0.3 for semi-transparent marking, and set Rotate to 45 for the classic diagonal watermark appearance.
How Do I Add a Text Watermark to a PDF in Make?
The PDF4me Add Text Watermark module connects to any Make trigger that delivers a PDF file. Wire it after a Google Drive, Dropbox, OneDrive, or SharePoint download trigger, configure your stamp settings, and the module applies the watermark on every run. According to the Make integration guide, PDF4me modules process files as binary data buffers, so the watermarked PDF returns on the Document Data output ready to upload directly. All 17 watermark parameters are configurable per scenario, allowing different stamp styles for different document types in the same Make account.
Parameters
Important: Parameters marked Required must be provided. Conditional parameters have a built-in default when omitted.
| Parameter | Required | What it does | Example |
|---|---|---|---|
| Connection | Required | PDF4me connection holding your API key. Create one from the Make Connections panel. | My PDF4me connection |
| PDF File Name | Required | Source PDF filename with .pdf extension. Maps to the output filename for the watermarked PDF. | report.pdf |
| PDF File | Required | Binary PDF content as a Make buffer. Map from Google Drive, Dropbox, OneDrive, or HTTP download module. | 1. Data |
| Stamp Text | Required | Text string to apply as the watermark. Supports dynamic values from prior modules for variable stamps. | CONFIDENTIAL |
| Pages | Conditional | Target pages as 0-based comma-separated indices or ranges. Leave empty to watermark all pages automatically. | 0- (all pages) |
| Font Family | Required | Font name for the watermark text. Use web-safe fonts such as Arial, Helvetica, or Times New Roman for reliable rendering. | Arial |
| Size | Required | Font size in points. Typical watermarks use 48 to 80pt. Larger values are more prominent on the page. | 60 |
| Set Bold | Required | Apply bold font weight to increase watermark visibility. Use Yes for prominent stamps, No for subtle marks. | Yes |
| Set Italics | Required | Apply italic font style. Use No for standard watermarks; Yes for stylistic emphasis where needed. | No |
| Set Underline | Required | Apply underline text decoration. Typically No for watermarks; use Yes for specific legal or review marks. | No |
| Font Color | Conditional | Hex color code for the watermark text (#RRGGBB). Defaults to black if omitted. Common: #FF0000 red, #808080 gray. | #FF0000 |
| Rotate | Conditional | Rotation angle in degrees (0 to 360). 45 produces the classic diagonal watermark. 0 for horizontal text stamps. | 45 |
| Vertical Alignment | Required | Vertical anchor point: Top, Middle, or Bottom. Combined with Vertical Margin for fine position control. | Middle |
| Horizontal Alignment | Required | Horizontal anchor point: Left, Center, or Right. Combined with Horizontal Margin for fine position control. | Center |
| Horizontal Margin (MM) | Conditional | Offset from the horizontal edge in millimeters. Ignored when Horizontal Alignment is Center. | 0 |
| Vertical Margin (MM) | Conditional | Offset from the vertical edge in millimeters. Ignored when Vertical Alignment is Middle. | 0 |
| Opacity | Required | Transparency from 0 (invisible) to 1 (fully opaque). Values 0.1 to 0.4 create semi-transparent watermarks that preserve readability. | 0.3 |
| Set Background | Conditional | Layer position: Yes places watermark behind PDF content; No places it in the foreground. Background is the most common watermark setting. | Yes |
Output
The PDF4me Add Text Watermark module returns two fields on the output bundle:
| Field | Type | What it contains |
|---|---|---|
| Document Name | String | Output PDF filename derived from the PDF File Name input. Use in the destination upload module File Name field. |
| Document Data | Buffer | Binary watermarked PDF as a Make buffer. Map into Google Drive Upload, Dropbox Upload, SharePoint Create File, or Email Send attachment. |
Scenario Examples
The PDF4me Add Text Watermark module in Make provides comprehensive scenario templates for text watermark automation:
- Confidential Marking
- Draft Marking
- Copyright Marking
- Sample Marking
Automated Confidential Document Watermarking Scenario
Transform your document security with automated confidential marking:
- Trigger: Confidential document generated or downloaded
- Add CONFIDENTIAL Watermark: Apply diagonal text watermark with 45 degree rotation
- Set Red Color and 0.3 Opacity: High visibility, semi-transparent stamp
- Upload Marked PDF: Save to secure documents folder
- Email Authorized Users: Send with clear confidential marking
Business Benefits: Marks 150+ confidential documents monthly, prevents unauthorized distribution, ensures compliance with security policies.
Automated Draft Document Watermarking Scenario
Streamline your version control with automated draft marking:
- Trigger: New document draft created
- Add DRAFT Watermark: Apply gray diagonal watermark at 0.25 opacity
- Set Large Font: 72pt for clear visibility on any page size
- Upload Draft: Save to drafts folder
- Email Reviewers: Send clearly marked draft for review
Business Benefits: Marks 200+ drafts monthly, eliminates confusion between drafts and finals, reduces document version errors by 90%.
Automated Copyright Watermark Application Scenario
Protect your IP with automated copyright watermarks:
- Trigger: Creative content finalized for distribution
- Build Copyright Text: Dynamic stamp with current year from Make date functions
- Add Copyright Watermark: Apply small 8pt stamp at bottom center
- Set Low Opacity: 0.15 for subtle but persistent notice
- Upload and Share: Distribute copyright-protected version
Business Benefits: Protects 80+ creative documents monthly, asserts copyright ownership on all materials, deters unauthorized reproduction.
Automated Sample Document Watermarking Scenario
Clearly identify demo materials with automated SAMPLE stamps:
- Trigger: Demo document prepared for prospect
- Add SAMPLE Watermark: Diagonal stamp at 80pt, 0.2 opacity
- Set Background: Place watermark behind content for readability
- Email Prospect: Send clearly marked sample document
Business Benefits: Marks 50+ demo documents monthly, prevents sample misuse as final versions, maintains professional demo appearance.
Industry Use Cases & Applications
- Security & Compliance
- Document Management
- Legal & Intellectual Property
- Marketing & Sales
- Confidential Marking: Mark sensitive documents as confidential
- Classification Labels: Add document classification watermarks
- Security Notices: Apply security classification marks
- Restricted Distribution: Mark documents with distribution limits
- Draft Indicators: Mark draft versions clearly
- Version Control: Add version watermarks to documents
- Status Labels: Indicate document processing status
- Review Marking: Mark documents for review or approval
- Copyright Notices: Add copyright watermarks to materials
- Proprietary Marks: Mark proprietary information
- Legal Notices: Apply required legal disclaimers
- Trademark Protection: Add trademark watermarks
- Sample Marking: Mark demo and sample documents
- Proof Watermarks: Add PROOF watermarks to design proofs
- Preview Indicators: Mark preview versions of content
- Demo Labels: Clearly mark demonstration materials
When Should I Use Add Text Watermark in Make?
Use Add Text Watermark when you need to apply a visible, human-readable status label to a PDF as part of an automated workflow. For image watermarks or logo overlays, use the Add Image Watermark module instead. If you need to mark every document leaving a specific Make folder automatically, combine this module with a Dropbox or Google Drive Watch Folder trigger and a filter to apply different stamp text based on the file name or metadata. According to the Make documentation on PDF4me, all PDF4me modules share the same connection and API key, so you can mix watermark, conversion, and OCR steps in a single scenario at no additional connection cost.
Common Questions
How do I add a text watermark to a PDF in Make automatically?
Add the PDF4me Add Text Watermark module after any trigger that delivers a PDF in your Make scenario. Map PDF File Name and PDF File from the prior download module, set Stamp Text to your label, configure Opacity and Rotate, then map Document Data from the output into an upload module. Run the scenario once with a test file to confirm placement before scheduling. For step-by-step setup, see PDF4me Make documentation.
What parameters control watermark transparency and rotation in Make?
The Opacity field controls transparency on a scale from 0 (invisible) to 1 (fully opaque). Values between 0.1 and 0.4 produce semi-transparent watermarks that keep the underlying document readable, which is the standard for CONFIDENTIAL or DRAFT stamps. The Rotate field accepts degrees from 0 to 360. Set it to 45 for a diagonal watermark, which is the most recognizable orientation for document marking. The PDF4me API reference documents the full range of values for both parameters.
Can I apply a watermark to specific pages only in Make?
Yes. The Pages parameter accepts 0-based page indices as comma-separated values (e.g. 0,2,4) or ranges with a hyphen (e.g. 0-3 for the first four pages). Leave the field empty to watermark all pages automatically. This is useful when your document has a cover page that should not receive the watermark, or when only the body pages need marking.