Convert Word to PDF Form in Make
What this module does
PDF4me — Convert Word to PDF Form transforms a Word document containing content controls into an interactive fillable PDF form inside a Make scenario. Text controls become text input fields, checkboxes remain checkboxes, and drop-down list controls become PDF combo boxes. The resulting PDF form is universally compatible — recipients can fill it in any PDF viewer without Microsoft Word. Only two parameters are required: the File Name and the Document binary.
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 form conversion requests securely.
Important Facts You Should Not Miss
The Word document must have formal content controls inserted via the Developer tab — Text controls, Check Box controls, and Drop-Down List controls. Plain underlined text, tables, or text boxes are not converted to interactive PDF fields.
File Name and Document binary are the only required inputs. No additional configuration is needed — content controls are mapped to PDF form fields automatically during conversion.
The output is a standard PDF form that works in Adobe Acrobat Reader (free), Chrome, Microsoft Edge, and macOS Preview. Recipients do not need Microsoft Word or any paid software to fill and return the form.

File Name and Document binary are the only required inputs — content controls in the Word file are automatically mapped to interactive PDF form fields.
Parameters
Required: Connection, File Name, and Document — all three must be provided. No optional parameters exist for this module.
| Parameter | Required | What it does | Example |
|---|---|---|---|
| Connection | Yes | PDF4me API connection. Click Add and paste your API key if connecting for the first time. | Your PDF4me connection |
| File Name | Yes | Filename of the Word document including .docx or .doc extension. Used to identify the file format for correct conversion. | intake_form.docx |
| Document | Yes | Binary content of the Word document containing content controls. Map from a preceding module such as Dropbox Download a File. | 1. Data |
Quick Setup
- Add PDF4me → Convert Word to PDF Form to your Make scenario.
- Select Connection (or click Add to create one with your API key).
- Map File Name from the prior module — include the
.docxextension. - Map Document to the binary output of the preceding download or file module.
- Click Save and run the scenario. The output
Doc Datais the interactive fillable PDF form — route it to cloud storage, email, or a Fill PDF Form module.
Workflow Examples
Workflow ExamplesCommon Make scenario patterns using Convert Word to PDF Form.
- A new client record is created in the CRM, triggering the scenario.
- Dropbox downloads the Word intake form template from a shared templates folder.
- Convert Word to PDF Form converts it to an interactive fillable PDF form automatically.
- Gmail emails the fillable PDF to the new client as an attachment for them to complete and return.
- A new employee record is added to BambooHR, triggering the scenario.
- An iterator loops through the set of onboarding Word templates stored in Google Drive.
- Convert Word to PDF Form converts each template to a fillable PDF.
- Google Drive saves all fillable PDF forms to the new hire's dedicated folder; Gmail sends the folder link to the employee.
- A new event is created in Eventbrite, triggering the scenario.
- Google Drive downloads the registration Word template with content controls for event details and attendee fields.
- Convert Word to PDF Form produces the interactive PDF form.
- Fill PDF Form pre-populates the event name and date fields; Gmail sends the partially filled form to invitees to complete the remaining fields.