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 RtfToTextTransform using (RtfToTextTransformc = new RtfToTextTransform()) { c.Load("SimpleTest.rtf"); //load the rtf file c.Transform("SimpleTest.txt"));//transform to txt file } [VB.NET] 'create a RtfToTextTransform Dim c As RtfToTextTransform= New RtfToTextTransform(); c.Load("SimpleTest.rtf") 'load the rtf file c.Transform("SimpleTest.txt")) 'transform to txt file c.Dispose()
[C#] //create a RtfToTextTransform using (RtfToTextTransformc = new RtfToTextTransform()) { c.Load("SimpleTest.rtf"); //load the rtf file c.Transform("SimpleTest.txt"));//transform to txt file }
[VB.NET] 'create a RtfToTextTransform Dim c As RtfToTextTransform= New RtfToTextTransform(); c.Load("SimpleTest.rtf") 'load the rtf file c.Transform("SimpleTest.txt")) 'transform to txt file c.Dispose()