Hi,
I'm using the Aspose for converting the PPT to PDF. Using the aspose-slides-2.4.0.jar ( java ).
I'm getting the exception while converting the attached ppt to PDF.
Using the below mentioned code for conversion:
Presentation pptPresentation = new Presentation("c:\\test.ppt");
pptPresentation.save("c:\\test.pdf", com.aspose.slides.export.SaveFormat.PDF);
Regards,
Dheeraj