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#] using (HtmlToTextTransform c = new HtmlToTextTransform ()) { c.Load("SimpleTest.htm"); c.Transform("SimpleTest.txt")); } [VB.NET] Dim c As HtmlToTextTransform = New HtmlToTextTransform (); c.Load("SimpleTest.htm") c.Transform("SimpleTest.txt")) c.Dispose()
[C#] using (HtmlToTextTransform c = new HtmlToTextTransform ()) { c.Load("SimpleTest.htm"); c.Transform("SimpleTest.txt")); }
[VB.NET] Dim c As HtmlToTextTransform = New HtmlToTextTransform (); c.Load("SimpleTest.htm") c.Transform("SimpleTest.txt")) c.Dispose()