insert_image
Insert an image into a Word document after a specific paragraph, with customizable width and height in EMU units.
Instructions
Insert an image into the document after a paragraph.
Args: para_id: paraId of the paragraph to insert after. image_path: Absolute path to the image file. width_emu: Image width in EMUs (914400 = 1 inch). height_emu: Image height in EMUs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| para_id | Yes | ||
| image_path | Yes | ||
| width_emu | No | ||
| height_emu | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |