Add Image to Word File

Add Image to Word File

Description

You can add an image to a word File.

Input Arguments

Input ArgumentTypeDescriptionRequired?Advanced Option?Default
ImageImageThe image which shall be added to a word. Must be a file – Base64 string is not supported.✔️-
Existing File ContentWord FileExisting Word file to update. Must be a word file – string or Base64 is not allowed.A blank word file is used if none was chosen.
Caption TextStringText displayed next to image.-
Maximum Image WidthNumberMaximum width in pixels, capped at 800 (page width).✔️Original width
Maximum Image HeightNumberMaximum height in pixels, capped at 2400 (page height).✔️Original height

Output

ResponseTypeDescription
File responseFileThe updated word file with the embedded image.
File response as stringStringThe file as a base64 string. Useful for storing in variables, Dataverse, or passing to other actions.
MIME typeStringMIME type of the word file, typically application/vnd.openxmlformats-officedocument.wordprocessingml.document.
ExtensionStringFile extension of the output, usually docx

Power Automate Examples

Add Image to Word File

We use our logo as an example and include it with a caption to a newly created Word document (since we did not choose an existing Word document in the beginning).

Picture

💡

Looking for the response to this example? Scroll up to see the Output tab.

Known Limitations

⚠️
If you experienced other limitations please get in touch with us!