Wiki

Clone wiki

Aspose Java for Docx4j / Convert-Presentation-to-PDF

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

For More Examples, Please Visit Aspose Docs

Updated