How to save slide into image using c#

S

SN Zeih Zeih

Dear all,

I wanted to save Presentation slides into image file .jpg. I know how to
loop thru the slides in a PowerPoint Presentation, but not sure of how to
convert each slides into a image file (.jpg). If there is any demo or code
sample I would like to get your help.

Thanks
 
J

John Wilson

I'm not a C#er but in vba you could use:
ActivePresentation.SaveAs "Path\myjpgs", ppSaveAsJPG

You don't need to loop through the slides
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top