Hi,
How to add an image in a specific place in the word document? Let’s say after “xyz” word.
Please help.
Hi,
How to add an image in a specific place in the word document? Let’s say after “xyz” word.
Please help.
Hi @Paulina_x , Welcome to the UiPath forums!
Usually, UiPath word activities can help add images at the end of the word document.
But if you want to add it after a specific word, then you may have to automate your manual actions via the robot. One of the ways we can do this is:
Find/Search Word:
Open page in Word document
Activate the GoTo dialog with Hotkeys CTRL + g
We can use CTRL+f to Find the word directly, but the GoTo dialog is more useful (see note below)
Note: These steps are valid if the word you want is on the current page. But if you know that it’s on another page, you have to move to that page first. And this is one reason to start with the GoTo dialog so that you can optionally navigate to that page first (using hotkeys and click activities in a manner exemplified above) before executing the Find
Once you have positioned your cursor, the next set of steps are to insert the image.
Insert Image
Your image must be inserted after the specified word.
This may not be the only solution, but will definitely help you get started.
Thanks!