Convert PPT to HTML?

Is it possible to use this component to convert ppt into html?

Dear j_mac,

Thanks for considering Aspose.Slides.

Yes, Aspose.Slides can be used to convert ppt to html.

and is it pretty easy to implement? essentially what we would be doing is providing as an input the path to the ppt file located on the server > what we would want to get back is the html translation which we would then store in a database. Is this a basic function of Aspose.Slides or does it require a lot of custom work? One other little addition is that we would want the ppt to be returned as a single html file instead of multiple files (1 page for each slide). Most applications that convert ppt to html i have seen split up the slides into separate html files…and we want them all in one long html document.

I looked through the online documentation and didn’t see anything mentioning html output.

No, it is not a basic function of Aspose.Slides. Aspose.Slides will only expose you properties of ppt file; to convert these properties to html properties will be your task.