Convert Word to PDF Form using n8n action
PDF4me Convert Word to PDF Form transforms Word documents into interactive, fillable PDF forms through n8n automation workflows. Process Word files via n8n triggers, binary data, base64 strings, or public URLs to generate PDF forms with intelligent field detection, automatic form field creation, preserved formatting, validation rules, checkbox conversion, dropdown menus, and editable text fields. This solution is ideal for digital form creation, data collection automation, survey generation, application forms, registration documents, contract templates, and automated form workflows that require accurate Word-to-PDF-form conversion with interactive capabilities and seamless integration.
Setup
Add the PDF4me "Convert Word to PDF Form" node to your n8n workflow and configure the required parameters. For initial setup instructions, see our n8n Integration Guide.
Prerequisites:
- PDF4me API credentials
- n8n workflow access
Configuration:
- Add PDF4me node to workflow
- Select "Convert Word to PDF Form" action
- Configure input parameters (see below)

Parameters
Complete list of parameters for the Convert Word to PDF Form action. Configure these parameters to control Word to PDF Form conversion.
Important: Parameters marked with an asterisk (***) are required and must be provided for the action to function correctly.
| Parameter | Type | Description | Example |
|---|---|---|---|
| Input Data Type*** | String | Word Input Format Selection • Choose the format of your Word data input • PDF4me supports multiple input types • Options: Binary Data, Base64 String, or URL | Binary Data |
| Binary Property | Binary | Binary Word File Input (Required if Binary Data) • Reference Word file from previous n8n node or file upload • PDF4me processes binary Word files with automatic format detection • Required when Input Data Type is "Binary Data" | {{ $binary.data }} |
| Base64 Document Content | String | Base64 Encoded Word Input (Required if Base64 String) • Provide Word data as base64 encoded string • PDF4me automatically decodes and processes the Word content • Required when Input Data Type is "Base64 String" | UEsDBBQABgAI... |
| File URL | String | Public Word URL Input (Required if URL) • Provide a public/open permission URL to the Word file • PDF4me downloads and processes the file from URL • Required when Input Data Type is "URL" | https://abc.com/sample.docx |
| Input File Name*** | String | Source Word Filename • Specify the name of the source Word file • For reference and tracking purposes • Helps with processing tracking | document.docx |
| Output File Name*** | String | PDF Form Output Filename • Specify the name for the generated PDF form file • Must include .pdf extension • PDF4me ensures unique naming and format validation | word_to_pdf_form_output.pdf |
| Binary Data Output Name*** | String | Binary Data Output Mapping • Define the variable name for accessing generated PDF form binary data • Used in subsequent workflow actions • Essential for workflow automation | data |
Advanced Options
The following parameters are available in the Advanced Options section and are optional:
| Parameter | Type | Description | Example |
|---|---|---|---|
| Custom Profiles | String | Custom Configuration Profiles • Set additional options using custom profiles • JSON-like format containing predefined parameters • Enables advanced PDF form generation settings • Optional for specialized requirements | { "outputDataFormat": "base64", "preserveFormFields": true } |
Output
Output Parameters
| Parameter | Type | Description | Example |
|---|---|---|---|
| fileName | String | PDF4me generated PDF form filename - The complete filename of the successfully generated PDF form document with proper .pdf extension. PDF4me ensures unique naming and validates file format compliance for seamless integration with downstream processes | word_to_pdf_form_output.pdf |
| mimeType | String | PDF4me PDF form MIME type - The MIME type of the generated PDF form file, indicating the file format for proper handling in web applications and file systems | application/pdf |
| fileSize | Number | PDF4me PDF form file size in bytes - The exact size of the generated PDF form file in bytes, provided by PDF4me for storage planning, bandwidth optimization, and file transfer monitoring. Essential for enterprise document management and workflow automation | 86766 |
| success | Boolean | PDF4me conversion status indicator - Boolean flag indicating the success or failure of the Word-to-PDF form conversion process. PDF4me returns true for successful conversions and false for any errors, enabling robust error handling in automated workflows | true |
| inputDataType | String | PDF4me input data format used - Indicates the type of input data that was processed (base64, binary, or URL). Useful for understanding the input method used in the conversion process | base64 |
| sourceFileName | String | PDF4me source Word reference - The original Word filename that was processed by PDF4me's conversion engine. This reference is maintained for audit trails, debugging purposes, and tracking the source of generated PDF form documents in enterprise workflows | sample.docx |
| operation | String | PDF4me operation type - Indicates the specific operation that was performed by PDF4me. Shows which conversion action was executed in the workflow | ConvertWordToPdfForm |
| message | String | PDF4me conversion status message - Human-readable status message providing details about the conversion process result. Includes success confirmation or error details for troubleshooting | Word document successfully converted to PDF form |
N8N Action Response
The PDF4me Convert Word to PDF Form API returns a response that can be viewed in multiple formats. Choose the view that best fits your needs:
- JSON
- Table
- Schema
- Binary
JSON Response Format
The raw JSON response from the API:
{
"fileName": "word_to_pdf_form_output.pdf",
"mimeType": "application/pdf",
"fileSize": 86766,
"success": true,
"inputDataType": "base64",
"sourceFileName": "sample.docx",
"operation": "ConvertWordToPdfForm",
"message": "Word document successfully converted to PDF form"
}
Table View
Response data in a structured table format:
| Parameter | Value |
|---|---|
| fileName | word_to_pdf_form_output.pdf |
| mimeType | application/pdf |
| fileSize | 86766 |
| success | true |
| inputDataType | base64 |
| sourceFileName | sample.docx |
| operation | ConvertWordToPdfForm |
| message | Word document successfully converted to PDF form |
Schema View
The data structure and types of the response:
1 item
fileName: AB word_to_pdf_form_output.pdf
mimeType: AB application/pdf
fileSize: # 86766
success: ☑ true
inputDataType: AB base64
sourceFileName: AB sample.docx
operation: AB ConvertWordToPdfForm
message: AB Word document successfully converted to PDF form
Type Indicators:
AB= String#= Number☑= Boolean
Binary Data View
The actual PDF form file data and metadata:
data
─────────────────────────────
File Name: word_to_pdf_form_output.pdf
File Extension: pdf
Mime Type: application/pdf
File Size: 240.0 KB
Binary Data Access:
- n8n Binary Object:
$binary.data.data - Base64 Content: Available for direct use
- File Operations: Ready for download, email, or storage
Use Cases
Business Forms and Document Automation
- Convert Word-based forms, applications, and templates to interactive PDF forms for digital submission, automated data collection, and streamlined business processes
- Process employee onboarding documents, HR forms, and internal applications by converting them to PDF forms for digital completion, electronic signatures, and automated workflow integration
- Transform customer intake forms, service requests, and registration documents to PDF forms for online submission, data validation, and customer relationship management
Government and Compliance Documentation
- Convert government forms, regulatory applications, and compliance documents from Word format to PDF forms for digital submission, electronic filing, and regulatory compliance
- Process tax forms, permit applications, and official documentation by converting them to PDF forms for secure submission, digital signatures, and government system integration
- Transform legal forms, contracts, and official documents to PDF forms for electronic execution, digital notarization, and legal compliance
Educational and Survey Applications
- Convert educational forms, course evaluations, and student applications from Word format to PDF forms for digital submission, automated grading, and academic record keeping
- Process research surveys, feedback forms, and data collection instruments by converting them to PDF forms for online distribution, response collection, and data analysis
- Transform assessment forms, evaluation sheets, and academic documents to PDF forms for digital completion, automated scoring, and educational analytics