Aspose Java for Docx4j Wiki
Aspose - Your File Format Expert
Status: Abandoned
Brought to you by:
asposemp
//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.