Can we make word operations in background

Hi Team,

As per my requirement, I need to do some word operations without opening the word document.
For example, if I add some text to the word, it should not be visible for the user while running the script.

Note: I found ‘Visible’ option for excel but could not find any such options in word properties.

Regards,
Revathi

Maybe you can use the UiPath.Wod.Activities packages,
you can use the replace function

image

this will replace immediately

Hi @Mulya_Habibi_Tullah,

Thanks for the reply. I want to perform word operations like add text etc in background i.e., user should not see the word file opening and text getting added. Only after the run, I want to check the word document.

Regards,
Revathi