When I run my application which converts RTF documents to HTML content, I get an HTML output without the footer and the header part. It seems that HtmlFormatProvider does not support exporting header and footers from RTF documents.
Is there any other way to do this conversion? or is this something that would be considered in the future?
using Telerik.Windows.Documents.Flow.FormatProviders.Html;...
var htmlProvider = new HtmlFormatProvider();
html = htmlProvider.Export(rtfDocument);