word_merge_documents
Merge multiple Word documents into a single .docx file, appending text and tables in order while retaining the base document's styles and media.
Instructions
Merge multiple .docx files into one new document, appending paragraphs/tables in order (base document's styles/media are kept; other sources contribute text/table content only)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| add_page_breaks | No | Insert a page break before each document after the first (default: true) | |
| target_file_path | Yes | Absolute path to write the merged .docx file to | |
| source_file_paths | Yes | Absolute paths to .docx files to merge, in order; the first becomes the base document (its styles/media carry over) |