merge_docx_files
Merge multiple DOCX files into a single document by specifying input file paths and an output path.
Instructions
Merge multiple DOCX files into one document
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_paths | Yes | List of absolute paths to .docx files to merge | |
| output_path | Yes | Output path for merged document |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |