Convert Rtf to HTML

Aaron Smith picture Aaron Smith · Jan 13, 2009 · Viewed 109.5k times · Source

We have a crystal report that we need to send out as an e-mail, but the HTML generated from the crystal report is pretty much just plain ugly and causes issues with some e-mail clients. I wanted to export it as rich text and convert that to HTML if it's possible.

Any suggestions?

Answer

Richard R picture Richard R · Mar 12, 2009

I would check out this tool on CodeProject RTFConverter. This guy gives a great breakdown of how the program works along with details of the conversion.

Writing Your Own RTF Converter