Menu

Convert Presentation to PDF

Shoaib

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

Many more examples are available at Aspose Docs.


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.