.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开发者_C百科:
Free Tools only.
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?).
精彩评论