Description

Appends an image at the end of the specific Word document.



Attributes

Common

  • ContinueOnError - The Boolean value to specify whether to continue executing the next activities even if there is an error thrown on this activity.

Misc

  • DisplayName - Renames the activity.
  • ImagePath - The path where the image file is located.


Example

  1. Add a Word Sequence activity inside the initial Sequence.
  2. In the Word Sequence File Path field, browse then select the file path of your Word document.
  3. Inside the Word Sequence, add an Add Image activity. 
  4. In the Add Image Image Path field, browse then select the image path of the image you want to append in the Word document. 

    The use case should look something like the following screenshot.



The output should be your Word document containing the image you appended using the Add Image activity.