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…...jayan , Thank you for reporting the issue. I’ve reproduced...