Hi!
The DocxFormatProvider resets any Color informations of any Styles to the default light blue when I export with it.
I export like this:
DocumentFormatProviderBase format = null; format = new DocxFormatProvider(); format.Export(radRichTextBox.Document, File.Open(filename, FileMode.Create));
I used versions 2015.3.1104.45, 2015.3.1104.40 and 2015.3.930.40
Did i miss some setting or, if not, is there any workaround?
It works fine with the htmlformatprovider, but i need the header and footer, which is cut off by it.