After taking a screenshot with the “take screenshot” activity, i would like to paste the screenshot into a word document file. Is there a way to do it other than to save the screenshot as a file and inserting it in the word document?
@wasd You can use Uipath.Word.Activities package to add an image in the word document.
Happy automation,
Best Regards,
Vrushali
Hi,
We can set image from TakeScreenShot activity to Clipboard using System.Windows.Form.Clipboard.SetImage method as the following.
Then, we can paste the image anywhere using send ctrl+v.
However, it might be a little bit difficult to determine position to paste.
Regards,
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.