Merge Multiple PDFs in Make
PDF4me Merge Multiple PDFs is a Make module that combines any number of PDF files, each added as a repeatable item, into one consolidated PDF document inside your scenario. Use it to merge invoices, reports, or contracts, optionally skipping password-protected files, then send the merged output to email, storage, or another module.
What this module does
PDF4me Merge Multiple PDFs takes any number of separate PDF files and stitches them into a single output document, in the order you list them. Add each source file as its own item under Files, either mapped from a prior module or provided as a public URL, name the merged output, and choose whether to skip any password-protected PDFs along the way. No manual drag-and-drop, no desktop tool. The whole batch merges inside your Make scenario.
Authenticating Your API Request
Every PDF4me module in Make requires a valid Connection. Create or select one that holds your PDF4me API key so the scenario can authenticate merge requests securely.
Important Facts You Should Not Miss

Each PDF is added as its own item under Files. Output File name sets the merged filename, and Skip Protected Pdf's controls whether encrypted PDFs are excluded.
Parameters
Required: Connection, Files (at least one item), File (per item), and Output File name must always be provided. File or File URL is required only when File is set to Map. Skip Protected Pdf's is optional.
| Parameter | Required | What it does | Example |
|---|---|---|---|
| Connection | Required | PDF4me API connection. Click Add and paste your API key if connecting for the first time. | [email protected] |
| Files | Required | Repeatable list of source PDFs. Click Add item for each PDF, in the order they should appear in the merged output. | Item 1, Item 2, ... |
| File (per item) | Required | Source input method for that item. Choose Dropbox - Download a File for a direct Dropbox trigger, or Map to supply the file from a prior module. | Map |
| File or File URL | Conditional | Either the binary content of a PDF from a prior module, or a public file URL, required when File is set to Map. | 7. Data |
| Output File name | Required | Filename for the merged PDF, including the .pdf extension. | consolidated_report.pdf |
| Skip Protected Pdf's | Optional | Whether to exclude password-protected PDFs from the merge. Yes skips them, No attempts to include them, Empty leaves it unset. | No |
Output
| Field | Type | What it contains |
|---|---|---|
| Name | String | Filename of the merged output PDF. |
| Doc Data | Binary (Base64) | The merged PDF file content, ready to attach in Gmail, upload to Drive or Dropbox, or pass to another PDF4me module. |
How Do I Merge Multiple PDFs in Make?
- Add PDF4me to Merge Multiple PDFs in your Make scenario.
- Select Connection (or click Add to create one with your API key).
- Click Add item under Files for each PDF. Set File to Map and connect File or File URL from a prior module, or paste a public file URL directly.
- Repeat for every PDF, in the order you want them to appear in the merged output.
- Enter Output File name for the merged PDF, such as
consolidated_report.pdf. - Set Skip Protected Pdf's to Yes if you want encrypted PDFs excluded, or leave it at No.
- Save and run. The output
Doc Datais your merged PDF, ready for Gmail, Google Drive, Dropbox, or any downstream module.
When Should I Use Merge Multiple PDFs?
Typical SetupsCommon Make scenario patterns using Merge Multiple PDFs.
- A scheduled trigger fires at the end of each month.
- Google Drive or Dropbox lists all invoice PDFs uploaded during the month.
- An iterator module loops over the results, mapping each file into its own Files item.
- Merge Multiple PDFs combines them into a single consolidated PDF, with Skip Protected Pdf's set to No.
- The merged PDF is uploaded to an "Accounting" folder for the finance team.
- A CRM webhook fires when a deal moves to the signature stage.
- The base contract, an addendum, and a pricing sheet are each mapped as separate Files items in a fixed order.
- Merge Multiple PDFs produces one combined document ready to sign.
- The merged PDF is sent to a digital signature module or emailed to the client via Gmail.
- A prior PDF4me module generates a report PDF from HTML or template data.
- A stored cover page template PDF is added as the first Files item, and the generated report as the second.
- Merge Multiple PDFs joins them in that order, cover page first.
- The final PDF is stored in SharePoint or attached to an outgoing email.
Practical Tips
Cheat Sheet
For background on how PDF page order and document concatenation work at the file-format level, see the PDF Association's technical overview of the PDF specification and the ISO 32000 PDF standard summary.
| Field | Value |
|---|---|
| Files | Add item per PDF |
| File (per item) | Map |
| File or File URL | 7. Data or a public URL |
| Output File name | consolidated_report.pdf |
| Skip Protected Pdf's | Yes / No / Empty |
| Output | Name + Doc Data (binary PDF) |