Hi Team,
Is there any way to convert single slide ppt to .png format and stored it in desktop
Pls let me know
Hi Team,
Is there any way to convert single slide ppt to .png format and stored it in desktop
Pls let me know
Use the Take Screenshot activity then Save Image.
Use PowerPoint Activities : UiPath provides activities for interacting with PowerPoint files. You’ll need to use these activities to achieve the conversion.
a. Open PowerPoint File : Use the “PowerPoint Application Scope” activity to open the PowerPoint file.
b. Select Slide: To convert a specific slide, you can use the “Select Slide” activity. Set the slide index or slide name you want to convert.
c. Export Slide to PNG : Use the “Export To File” activity to export the selected slide to a PNG image. Specify the path where you want to save the PNG file.
File Path Setup : Set up the file path where you want to save the PNG image. You can use the desktop path as follows
Environment.GetFolderPath(Environment.SpecialFolder.Desktop)
no such activity called export to png in my studio
You have to install the PowerPoint package.
Hi @sshitol ,
Is this Package Installed ?
We could maybe convert to PDF as we do see there is an Activity for it :
Then from the PDF, we can get the pages as Images using the PDF activities :
But do wait to check if there are easier ways to get the job done, direct conversion of PPT to Images