From RTF to HTML

  • Thread starter Thread starter MC
  • Start date Start date
M

MC

Hi,

I'm developing an VB.NET interface to a RSS feed.

I need to convert the output of a Rich Text Control (bolds, italics,
links,...) witch is in RTF format to HTML format in order to feed a remote
RSS form.
Does anyone know how to do that?

Do I need to use a 3rd party component to do the job?

Thanks in advance.

-- MC
 
You will need a 3rd party tool to do this. If it's an option you may get
better results and save some trouble by using an HTML text box instead of
using the RTF box.
 
Back
Top