Saving Screenshot in PDF

Fine
Hope these steps would help you resolve this
—we can take screen shots with TAKE SCREENSHOT Activity and get the variable named img_input
—to save that image we can use SAVE IMAGE activity and pass that variable img_input as input and mention the folder where we want to save the image
—now once after saving to a folder we can insert all the images in that folder to a word document
For example kindly have a view on this thread

And to use word activities go to design tab in studio → manage packages → official tab → search as UiPath.word and install the package

—then if we want we can send that word as it is or send as a pdf with a activity EXPORT TO PDF activity form word activity package

Then we can use SEND OUTLOOK MAIL ACTIVITY where mention the file path of this word or pdf file in the ATTACH FILE option

That’s all you are done
Cheers @Saikat_Chowdhury

2 Likes