Covert PPT to PDF (JAVA)

In all the Posts i searched to convert PPT to PDF , people seem to use Aspose.Slides.Presentation.SavetoPDF

But i think this method is avalable for Aspose Slide for .Net
How to perform the task in Java ( I can’t see any such method for Java)

Ritwik Kumar

Dear Ritwik Kumar,

Thanks for considering Aspose.Slides for JAVA.

You can create PDF, if you get the images of slides in SVG format via Slide.saveToSVG() method and then later render them as PDF using Batik library.

Please see this thread.

<A href="</A> </P></FONT>