Add Margin to PDF in Make
What this module does
PDF4me — Add Margin to PDF adds white space around the edges of every page in a PDF and returns a new document with an expanded page size. Control each edge independently — left, right, top, and bottom — in millimeters. Use it to create binding space on the left, annotation room on the right, header clearance at the top, or footer clearance at the bottom. The original content is never moved or reflowed; the margin is pure additive white space added outside the existing content boundary.
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 margin requests securely.
Important Facts You Should Not Miss

All four margin fields are required. Enter 0 for any edge you do not want to expand. Margins are in millimeters — 25mm left is a typical binding margin; 15mm top/bottom gives comfortable print clearance.
Parameters
Required: Connection, PDF File Name, PDF File, Margin Left, Margin Right, Margin Top, and Margin Bottom must all be provided. Enter 0 for any edge you do not want to expand. All margin values are integers in millimeters (mm).
| Parameter | Required | What it does | Example |
|---|---|---|---|
| Connection | Yes | PDF4me API connection. Click Add and paste your API key if connecting for the first time. | My PDF4me connection |
| PDF File Name | Yes | Filename of the source PDF including .pdf extension. Map from the prior module's file name output. | report.pdf |
| PDF File | Yes | Binary content of the source PDF. Map from the prior module's data output — Dropbox, Google Drive, HTTP, or email attachment. | 1. Data |
| Margin Left (mm) | Yes | White space added to the left edge in millimeters. Expands page width by this amount. Enter 0 for no left margin. Typical binding margin: 20–30mm. | 25 |
| Margin Right (mm) | Yes | White space added to the right edge in millimeters. Expands page width by this amount. Enter 0 for no right margin. Typical margin: 10–15mm. | 10 |
| Margin Top (mm) | Yes | White space added to the top edge in millimeters. Expands page height by this amount. Enter 0 for no top margin. Header clearance: 15–20mm. | 15 |
| Margin Bottom (mm) | Yes | White space added to the bottom edge in millimeters. Expands page height by this amount. Enter 0 for no bottom margin. Footer clearance: 15–20mm. | 15 |
Quick Setup
- Add PDF4me → Add Margin to PDF to your Make scenario.
- Select Connection (or click Add to create one with your PDF4me API key).
- Set File to Map and connect PDF File Name and PDF File from the prior module.
- Enter integer values in millimeters for Margin Left, Margin Right, Margin Top, and Margin Bottom. Enter
0for any edge you do not want to expand. - Click Save and run the scenario. The output Doc Data field contains the margin-expanded PDF — pipe it into a storage upload, email, or print module.
Workflow Examples
Workflow ExamplesCommon Make scenario patterns using Add Margin to PDF.
- A scheduled trigger fires on the last day of each month.
- Google Drive downloads the monthly report PDF.
- Add Margin to PDF runs with Margin Left 25, Margin Right 10, Margin Top 15, Margin Bottom 15 — creating a left-side binding margin.
- The expanded PDF uploads to a "Print Ready" folder in SharePoint.
- An email notifies the print team that this month's report is ready to bind.
- A new file lands in a Dropbox "For Review" folder, triggering the scenario.
- Add Margin to PDF adds 30mm to all four edges — giving reviewers wide annotation space on every side.
- The expanded PDF is uploaded to a "Review Copies" folder.
- Gmail sends the review copy to the assigned reviewer with a deadline note.
- A Google Sheets row is updated with a new training session, triggering the scenario.
- Google Drive downloads the training slide PDF.
- Add Margin to PDF adds 40mm to the right edge and 15mm to top/bottom/left — creating a wide note-taking column on the right.
- The workbook PDF is uploaded to the training portal and emailed to all registered participants.