1

I want a .NET widget that can convert RTF to raw HTML and vice-versa. Any suggestions?

Edited:

Free Tools only.

RKh
  • 13,818
  • 46
  • 152
  • 265

1 Answers1

1

I tend to use Aspose.Words for .NET.

It supports DOC, OOXML, RTF, HTML, OpenDocument, PDF, XPS, EPUB and other formats.

Edit:

If you are looking for a free tool then have a look at this question (How do I convert HTML to RTF (Rich Text) in .NET without paying for a component?).

Community
  • 1
  • 1
Robert W
  • 2,921
  • 7
  • 34
  • 42
  • @RPK - I would suggest you add that to the original question then otherwise people will make the same mistake – Robert W Dec 22 '09 at 08:47
  • @Robert: Added. Commercial will also do bust Aspose is quite expensive. – RKh Dec 22 '09 at 09:12