was using the take screenshot activity and want to save it as PDF the file will always be corrupted even if i force save as .pdf is there an alternative or some other ways to save it as pdf
@damian_teo ,
Unfortunately, there is no out of the box solution but have workarounds. Follow this for one.
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 → ma…
Thanks,
Ashok