With reference to reported issue
RichTextBox HtmlFormatProvider export overflow document (especially table),
Rad rich textbox Html Binding is not working when specific characters found in data and many other internal issues raised in RadRichTextBox in WPF with HTMLFormatProvider, we are considering to replace it with XamlFormatProvider.
We are designing our services in such way that it will provide HTML to old application while Xaml to WPF app. This can be done to export Telerik.Windows.Documents.Model.RadDocument to required format
I noticed that XamlFormatProvider is not available in Document Processing Asp.Net core. It means using WPF Radrichtext box with Web api's are not compatible. Currently we are unable to use XamlFormatProvider.
Another option we can consider to use DocxFormatProvider, but it export document as byte[], while our existing DB and web services structure accepts/response string data. So is there anyway to export DocxFormatProvider as Open Office Xml?
Another reason we cannot use byte[] or base64string in database, because we have search service. In this case we will unable to search on byte array or converted base 64 string.