WordML2003SaveOptions PrettyPrint = false seems not to work

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);

Hi Sigge,

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.

Sorry, further testing revealed that we had an additional problem downstream of the Aspose code. So the Aspose code seems to work flawlessly.

Hi Sigge,

Thanks for your feedback. Please feel free to ask if you have any question about Aspose.Words, we will be happy to help you.