Skip to main content

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

Content controls are required in the Word file

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.

Only two parameters needed

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.

Output PDF works in any viewer

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.

Make PDF4me Convert Word to PDF Form module showing Connection, File Name mapped from prior step, and Document binary field

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.

ParameterRequiredWhat it doesExample
ConnectionYesPDF4me API connection. Click Add and paste your API key if connecting for the first time.Your PDF4me connection
File NameYesFilename of the Word document including .docx or .doc extension. Used to identify the file format for correct conversion.intake_form.docx
DocumentYesBinary content of the Word document containing content controls. Map from a preceding module such as Dropbox Download a File.1. Data

Quick Setup

  1. Add PDF4meConvert Word to PDF Form to your Make scenario.
  2. Select Connection (or click Add to create one with your API key).
  3. Map File Name from the prior module — include the .docx extension.
  4. Map Document to the binary output of the preceding download or file module.
  5. Click Save and run the scenario. The output Doc Data is 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.
Client intake form distribution
  1. A new client record is created in the CRM, triggering the scenario.
  2. Dropbox downloads the Word intake form template from a shared templates folder.
  3. Convert Word to PDF Form converts it to an interactive fillable PDF form automatically.
  4. Gmail emails the fillable PDF to the new client as an attachment for them to complete and return.
HR onboarding pack generation
  1. A new employee record is added to BambooHR, triggering the scenario.
  2. An iterator loops through the set of onboarding Word templates stored in Google Drive.
  3. Convert Word to PDF Form converts each template to a fillable PDF.
  4. Google Drive saves all fillable PDF forms to the new hire's dedicated folder; Gmail sends the folder link to the employee.
Pre-filled event registration form
  1. A new event is created in Eventbrite, triggering the scenario.
  2. Google Drive downloads the registration Word template with content controls for event details and attendee fields.
  3. Convert Word to PDF Form produces the interactive PDF form.
  4. Fill PDF Form pre-populates the event name and date fields; Gmail sends the partially filled form to invitees to complete the remaining fields.

Frequently Asked Questions

What Word elements are converted to interactive PDF form fields?+
Only formal Word content controls are converted — Plain Text controls become text input fields, Check Box content controls become PDF checkboxes, and Drop-Down List controls become PDF combo boxes. These must be inserted via the Word Developer tab → Controls group. Regular text, underlined blanks, and table cells are rendered as static content and are not editable in the PDF.
Does the Word document need special preparation?+
Yes — enable the Developer tab in Word (File → Options → Customize Ribbon → check Developer) then insert content controls from the Controls group. Text Control for free-text fields, Check Box Content Control for yes/no toggles, and Drop-Down List Content Control for selection menus. Documents without content controls produce a PDF with no interactive fields.
Can recipients fill the PDF without Microsoft Word?+
Yes. The output is a standard PDF form that works in Adobe Acrobat Reader (free), Chrome's built-in PDF viewer, Microsoft Edge, and macOS Preview. Recipients do not need Word or any paid software — they can fill, save, and email the completed form back from any device.
Can I pre-fill specific fields before distributing the form?+
Yes — chain a Fill PDF Form module after Convert Word to PDF Form. Pass Doc Data into Fill PDF Form and specify the field names and values to pre-populate using data from your Make scenario. Recipients then only need to complete the remaining blank fields.
What happens to text, images, and formatting outside content controls?+
All content outside content controls — headings, body text, images, tables, logos — is rendered as static content in the PDF exactly as it appears in the Word document. This content is visible but not editable by form recipients.

Get Help