Nasosoft Component for .NET v2.8 has released with many improvements.
Nasosoft Component for .NET is a suite of comprehensive .NET controls, including EXCEL, PDF, and RTF document format engines, RTF to HTML, HTML to RTF, RTF to TEXT, HTML to TEXT document transform engines, Chart control, SMTP, POP3, IMAP, FTP, WebDAV internet SDK and ZIP, GZIP, TAR compression.
What's new
How to Download
[C#] //create a HtmlToRtfTransform using (HtmlToRtfTransform c = new HtmlToRtfTransform()) { c.Load("SimpleTest.htm"); //load the html file c.Transform("SimpleTest.rtf"));//transform to rtf file } [VB.NET] 'create a HtmlToRtfTransform Dim c As HtmlToRtfTransform = New HtmlToRtfTransform(); c.Load("SimpleTest.htm") 'load the html file c.Transform("SimpleTest.rtf")) 'transform to rtf file c.Dispose()
[C#] //create a HtmlToRtfTransform using (HtmlToRtfTransform c = new HtmlToRtfTransform()) { c.Load("SimpleTest.htm"); //load the html file c.Transform("SimpleTest.rtf"));//transform to rtf file }
[VB.NET] 'create a HtmlToRtfTransform Dim c As HtmlToRtfTransform = New HtmlToRtfTransform(); c.Load("SimpleTest.htm") 'load the html file c.Transform("SimpleTest.rtf")) 'transform to rtf file c.Dispose()