I have a freetextbox
and want to convert it's output to richtext
format.
for example this is the text of my freetext:
<b>loblob</b>
how to convert it to Richtext format?
I have a freetextbox
and want to convert it's output to richtext
format.
for example this is the text of my freetext:
<b>loblob</b>
how to convert it to Richtext format?
Mmmm, this has been asked before: HTML to RTF Converter for .NET
And there is very basic example in CodeProject: http://www.codeproject.com/Articles/11252/Gios-WORD-NET-Library-using-RTF-specification
You will need to work a bit though, its not that easy