I want to convert some basic html tags to RTF (like I, B, BR) Is there an easier way to do this without paying for anything? Developing something from scratch is also an option.
Have you tried HTML :: FormatRTF ? I did not use RTF output, but I used simple text output ( HTML :: FormatText ) and was pleased with it.