Actions80
- Add Attachment To PDF
- Add Barcode To PDF
- Add Form Fields To PDF
- Add HTML Header Footer
- Add Image Stamp To PDF
- Add Image Watermark To Image
- Add Margin To PDF
- Add Page Number To PDF
- Add Text Stamp To PDF
- Add Text Watermark To Image
- AI-Invoice Parser
- AI-Process Contract
- AI-Process HealthCard
- Classify Document
- Compress Image
- Compress PDF
- Convert HTML To PDF
- Convert Image Format
- Convert JSON To Excel
- Convert Markdown To PDF
- Convert PDF To Editable PDF Using OCR
- Convert PDF To Excel
- Convert PDF To PowerPoint
- Convert PDF To Word
- Convert To PDF
- Convert URL to PDF
- Convert VISIO
- Convert Word to PDF Form
- Create Images From PDF
- Create PDF/A
- Create Swiss QR Bill
- Crop Image
- Delete Blank Pages From PDF
- Delete Unwanted Pages From PDF
- Disable Tracking Changes In Word
- Enable Tracking Changes In Word
- Extract Attachment From PDF
- Extract Form Data From PDF
- Extract Pages From PDF
- Extract Resources
- Extract Table From PDF
- Extract Text By Expression
- Extract Text From Word
- Fill PDF Form
- Find And Replace Text
- Flip Image
- Flatten PDF
- Generate Barcode
- Generate Document Single
- Generate Documents Multiple
- Get Document From Pdf4me
- Get Image Metadata
- Get PDF Metadata
- Get Tracking Changes In Word
- Image Extract Text
- Linearize PDF
- Merge Multiple PDFs
- Overlay PDFs
- Parse Document
- Protect PDF
- Read Barcode From Image
- Read Barcode From PDF
- Read SwissQR Code
- Remove EXIF Tags From Image
- Repair PDF Document
- Replace Text With Image
- Replace Text With Image In Word
- Resize Image
- Rotate Document
- Rotate Image
- Rotate Image By EXIF Data
- Rotate PDF Page
- Sign PDF
- Split PDF By Barcode
- Split PDF By Swiss QR
- Split PDF By Text
- Split PDF Regular
- Unlock PDF
- Update Hyperlinks Annotation
- Upload File To PDF4me
Overview
This node operation converts a Word document into a fillable PDF form. It supports multiple input methods for the Word document, including binary data from a previous node, a base64-encoded string, or a URL pointing to the document. The output is a PDF file with form fields that can be filled electronically.
This operation is useful in scenarios where users need to automate the creation of interactive PDF forms from existing Word documents, such as generating application forms, contracts, surveys, or any document requiring user input in a standardized format.
Practical examples:
- Automatically converting a Word template of a job application into a PDF form that candidates can fill out digitally.
- Transforming a Word-based survey into a PDF form for easier distribution and data collection.
- Creating fillable contract forms from Word documents for electronic signing workflows.
Properties
| Name | Meaning |
|---|---|
| Input Data Type | How the input Word document is provided. Options: • Binary Data (from previous node) • Base64 String (base64 encoded content) • URL (link to the Word document) |
| Binary Property | Name of the binary property containing the Word document (used when Input Data Type is Binary Data). |
| Input File Name | Name of the input Word file including extension. Optional if using binary data; required if using base64 or URL input types. |
| Base64 Content | Base64 encoded content of the Word document (required if Input Data Type is Base64 String). |
| Input File Name (Base64/URL) | Name of the input Word file including extension (required if Input Data Type is Base64 or URL). |
| File URL | URL of the Word document to convert (required if Input Data Type is URL). |
| Output File Name | Desired name for the output PDF form file. Defaults to "word_to_pdf_form_output.pdf". |
| Advanced Options | Collection of optional advanced settings. For example, custom profiles in JSON format to adjust API call properties. Users can refer to external API documentation for available profile options. |
| Binary Data Output Name | Custom name for the binary data field in the node's output. Defaults to "data". |
Output
The node outputs a single item containing the converted PDF form as binary data. The binary data field name can be customized via the "Binary Data Output Name" property (default is "data"). The output binary data represents the fillable PDF form generated from the input Word document.
No additional JSON structure details are exposed beyond the binary content representing the PDF form.
Dependencies
- Requires access to an external PDF conversion service API capable of converting Word documents to fillable PDF forms.
- Requires appropriate API authentication credentials configured in n8n (e.g., an API key or token).
- Network access to fetch documents if using URL input type.
Troubleshooting
- Common issues:
- Incorrect or missing input file name when using base64 or URL input types may cause conversion failure.
- Invalid or inaccessible URL will result in errors fetching the Word document.
- Malformed base64 content will cause decoding errors.
- Missing or invalid API credentials will prevent successful conversion.
- Error messages:
- Errors related to file not found or inaccessible URL indicate checking the URL or network connectivity.
- Authentication errors suggest verifying API credentials setup.
- Conversion errors might require validating the input Word document format and content.
- To resolve issues, ensure all required inputs are correctly provided, credentials are valid, and the external service is reachable.
Links and References
- PDF4me API Documentation — for advanced profile options and detailed API capabilities related to document conversion and customization.