set_image_size
Resize an embedded image in a Word document by updating its EMU extent attributes with new width and height in centimetres using the image's relationship ID.
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 |