tags:

views:

53

answers:

1

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

Edited:

Free Tools only.

+1  A: 

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?).

Robert W
Sorry, I needed a FREE tool.
RPK
@RPK - I would suggest you add that to the original question then otherwise people will make the same mistake
Robert W
@Robert: Added. Commercial will also do bust Aspose is quite expensive.
RPK