RKh
RKh

Reputation: 14161

.NET widget to convert RTF to HTML

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

Edited:

Free Tools only.

Upvotes: 1

Views: 573

Answers (1)

Robert W
Robert W

Reputation: 2961

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

Upvotes: 1

Related Questions