HTML-to-RTF Pro DLL .Net is a native C# component to convert HTML documents into Word, RTF and Text.
  Overview | Getting Started | FAQ | History | License | Order and Pricing | Support and Contacts

Getting Started

  1. Launch Microsoft's Visual Studio .NET
  2. Create a new project or open existing
  3. In Solution Explorer right click "References" and "Add Reference":

    Adding a reference to the HTML to RTF .Net component
  4. Add reference to SautinSoft.HtmlToRtf.dll
    (for .Net 1.1 it located in: "Net 1.1\SautinSoft.HtmlToRtf.dll")
    (for .Net 2.0, 3.0, 3.5 and 4.0 it located in: "Net 2.0, 3.0, 3.5 and 4.0/SautinSoft.HtmlToRtf.dll")
  5. Well done! Now your project able to convert HTML to RTF format!

Here we offer you some code samples in VB.Net and C#: