Merge PDF Overlay in Make
Merge Overlay is a Make module by PDF4me that stamps one PDF layer on top of a base PDF, applying the same watermark, header, or template across every page. Use it for batch branding, legal notices, and stamps. The module takes a base document and a layer document, then returns the combined PDF ready to send.
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 overlay merging services.
Important Facts You Should Not Miss

Map Base File Name and Base Document from the source PDF, then map Layer File Name and Layer Document from the overlay PDF you want stamped on top.
What is Merge Overlay in Make?
Merge Overlay is Make's PDF4me module for compositing one PDF over another. It accepts a base PDF and a layer PDF, then returns a single document with the layer drawn on top of the base pages. Unlike stamping each file by hand, this module applies the same overlay across a batch of documents inside an automated scenario.
Parameters
| Parameter | Required | What it does | Example |
|---|---|---|---|
| Connection | Required | PDF4me 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 |
| Base File Name | Required | Filename of the base PDF that receives the overlay, including the .pdf extension. Map it from the prior module output. | 1. File Name |
| Base Document | Conditional | Binary content of the base PDF from a prior download module Data field. Required when Base File Name is provided. | 1. Data |
| Layer File Name | Required | Filename of the overlay PDF, the watermark, header, or template that sits on top. | 5. File Name |
| Layer Document | Conditional | Binary content of the overlay PDF from a prior download module Data field. Required when Layer File Name is provided. | 5. Data |
Output
| Field | Type | What it contains |
|---|---|---|
| Name | String | Output filename for the overlaid PDF, derived from the Base File Name input. Use it in the destination upload module File Name field. |
| Doc Data | Buffer | Binary content of the merged PDF with the layer stamped on top. Map it into a cloud-storage upload module or an email attachment. |
How does the Merge Overlay module work in Make?
The module reads both PDFs, then draws the layer document over the base document page by page and returns a single merged file. The layer is composited on top, so a transparent watermark shows the base content through it. This is the standard way to stamp branding onto a batch of PDFs. The PDF format itself is an open ISO standard, described on the Wikipedia PDF page. For scenario building patterns, see the Make help center.
Typical Setups
- Trigger on a new invoice PDF in cloud storage.
- Download the invoice as the base and the letterhead PDF as the layer.
- Run Merge Overlay to composite the letterhead onto every page.
- Upload the branded invoice or email it.
- List PDFs in a folder and iterate them.
- Use a one-page transparent watermark PDF as the Layer Document.
- Merge Overlay stamps the watermark onto each base.
- Save the results to a Watermarked folder.
- Download the report and a CONFIDENTIAL overlay PDF.
- Composite them with Merge Overlay.
- Send the stamped report to reviewers.
Practical Tips
Cheat Sheet
| Field | Value |
|---|---|
| Module | PDF4me > Merge Overlay |
| Connection | Your PDF4me connection |
| Base File Name | 1. File Name |
| Base Document | 1. Data |
| Layer File Name | 5. File Name |
| Layer Document | 5. Data |
| Output | Doc Data (overlaid PDF) |
| Credits | 1 per document |