Add Image to Document
add_image_to_documentEmbed a PNG or JPEG image into a Word document with custom width, height, and alignment. Specify the target .docx file and image path to control placement precisely.
Instructions
Embeds a PNG/JPEG image into a Word document with specified width, height, and alignment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| align | No | Image alignment | center |
| widthPx | No | Display width in pixels | |
| filePath | Yes | Path to target .docx file | |
| heightPx | No | Display height in pixels | |
| imagePath | Yes | Path to input image file |