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…...Position = 0;s // Load the content of the presentation...