//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);