Menu

Convert PPT to PDF

Aspose Marketplace

Aspose.Slides

//Instantiate a Presentation object that represents a PPT file
Presentation pres = new Presentation("presentation.ppt");

//Saving the presentation to PDF document
pres.save("AsposeConvert.pdf", SaveFormat.Pdf);

Download Source Code


Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.