set_image_size
Change the size of an embedded image in a Word document by providing its relationship ID and new dimensions in centimeters.
Instructions
Resize an embedded image by updating its EMU extent attributes.
Args: rId: The relationship ID of the image to resize. width_cm: New width in centimetres. height_cm: New height in centimetres.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rId | Yes | ||
| width_cm | Yes | ||
| height_cm | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |