Add Image to Document
add_image_to_documentEmbed a PNG or JPEG image into a Word document, setting custom width, height, and alignment for precise placement.
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 |