Convert PPT file to .png

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.

  1. 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.

  2. 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)

1 Like

no such activity called export to png in my studio

You have to install the PowerPoint package.

i have installed see but not found

Hi @sshitol ,

Is this Package Installed ?
image

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 :
image

But do wait to check if there are easier ways to get the job done, direct conversion of PPT to Images