Hello, In Aspose.Words 23.8 Document.Save(result, SaveFormat.FlatOpc) produces output that MS Word doesn’t recognize properly.
In the attached example Document is created from html, saved using SaveFormat.FlatOpc option…...produces a valid MS Word 2007 XML document: Document doc = new...html"); doc.Save(@"C:\Temp\out.xml", SaveFormat.FlatOpc); out.zip...