com_merge_documents
Merge multiple Word documents into one new file, preserving styles, footnotes, and numbering. Adds section breaks between parts to keep chapter headers intact.
Instructions
Concatenate whole documents in order into ONE new file via Word, full fidelity (styles, footnotes, numbering); section breaks between parts keep per-chapter headers/numbering possible. To insert a document INTO an existing one at a chosen position with style reconciliation, use insert_document; for a single table, copy_table.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| paths | Yes | ||
| output_path | Yes | ||
| section_break_between | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||