merge_documents
Merge content from another DOCX file into the current document, appending paragraphs and tables with automatic ID remapping.
Instructions
Merge another DOCX document's content into the current document.
Appends body paragraphs and tables from the source. ParaIds are automatically remapped to avoid collisions.
Args: source_path: Absolute path to the DOCX file to merge in.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |