Manipulating word file without making it visible

Hi All,
My bot needs to do some manipulation on word files, like replacing text, inserting datatable, converting to pdf etc. User of the bot does not want the word file to open while the bot is performing these activities.
Now we know that Word Application Scope,unlike Excel Application Scope does not have any show/hide option, also that for replacing text we have activity under Worddocument section which does not require “Word Application Scope”, but is there any solution to inserting datatable without using Word Application Scope?

Thanks in advance.

Hi @saurabh.sitank,
I’m not pretty sure about it. But if it’s possible and you have user’s computer joined in domain then you can make separate account for robot and perform such operation on this account while user will work on his without any interruptions.

Hi @saurabh.sitank,

Do you find any solution for this.
Bot does not want the word file to open while the bot is performing these [activities]