Append Image Activity
The Append Image activity inserts images of various dimensions into Microsoft Word documents. This activity allows users to specify the image source, its size, and its precise placement within an opened or newly created Word file.
| Field | Description | Requirement |
|---|---|---|
| Word Name | The reference name of an already opened or created Word document. | Required |
| Source Image Path | The full folder path to the image file. | Required |
| Image Height | The height of the image in pixels. Default is 450 pixels. | Optional |
| Image Width | The width of the image in pixels. Default is 450 pixels. | Optional |
| Image Position | Specifies where the image is inserted within the document. A value of -1 or null appends the image to the end of the page. A value of 0 inserts the image at the top of the page. Any other positive integer inserts the image after the paragraph at that index. | Optional |
Implementation Examples
Field Setup - Word Name: newWord - Source Image Path: C:Temppicture.jpeg - Image Height: 600 - Image Width: 400
Technical Notes
The activity uses default values for image height and width if not explicitly configured, ensuring a consistent image size unless overridden.