Conversion of html to ppt

I have converted presentation to HTML using aspose slides, but I was unable to convert HTML to presentation in JAVA. Can you please guide me on the same.


Code that I have used for presentation to HTML -

Presentation pres = new Presentation(“F:/JAR/ppt/SamplePPTX1.pptx”);
HtmlOptions htmlOpt = new HtmlOptions();
/ /Saving the presentation to HTML
pres.save(“F:/JAR/ppt/SamplePPTX1.html”, SaveFormat.Html, htmlOpt);

Hi Mahesh,


Thank you for your interest in Aspose.Slides.

I have observed your comments and like to share with you that an HTML file can not be converted to a presentation. However, only the text from HTML could be imported in a presentation. Please visit this documentation article for your kind reference.

I hope this will be helpful. Please share if I may help you further in this regard.

Best Regards,