When the PrettyPrint option for WordML2003SaveOptions is set to false the created xml still contains unwanted white space etc between tags
code used is:
var doc = new Aspose.Words.Document(file);
WordML2003SaveOptions wmlOptions = new WordML2003SaveOptions();
wmlOptions.PrettyFormat = false;
doc.Save(ms, wmlOptions);
Thanks for your inquiry. Could you please attach your input Word document here for testing? I will investigate the issue on my side and provide you more information.