NetOfficeFw / NetOffice

🌌 Create add-ins and automation code for Microsoft Office applications.
MIT License
697 stars 143 forks source link

[Question] How to open ppt or pptx and export all slides as images #326

Closed SID9-HoneyBee closed 3 years ago

SID9-HoneyBee commented 3 years ago

I want to save every page in a Powerpoint document as individual images. Is there a function to export slides as images?

If yes, how should I use it?

And is it still not available in Net5?

jozefizso commented 3 years ago

Hi, as you can do this in the PowerPoint itself, it can be implement using PowerPoint automation. A sample code: https://www.free-power-point-templates.com/articles/using-vba-to-export-powerpoint-slides-to-images/

PS: these types of questions are better asked on https://stackoverflow.com/ with the tag [netoffice].