Hi,
Aspose.Slides.Presentation ppt = new Aspose.Slides.Presentation(Path.Combine(path, fileName));
//ppt.Save(Path.Combine(path, "ConvertedFiles", "output.docx"), save;
var stream = new MemoryStream();
ppt.Save(strea…...Presentation Is Converted to HTML Aspose.Slides Product Family...Aspose.Slides.Export.SaveFormat.Html); stream.Flush(); stream.Seek(0...