RTF-to-HTML DLL .Net is a standalone C# library to convert Text and RTF documents to HTML and XHTML.
No Microsoft Office automation
Fast and Independent RTF to HTML solution
Developed in 100% managed C# code
Allows to export RTF to HTML in memory
Easy to integrate in any .Net 1.1, 2.0, 3.0, 3.5 and 4.0 Web and WinForms application
The component converts RTF to HTML in many times faster than MS Office automation
Typical applications where our component can be used
Conversion of RTF (rich text format) from database to HTML purposely display it in ASP.Net page
Import RTF content into your HTML website.
Extract text from RTF documents
Create viewers for RTF based documents
The component is easy in use:
1. This C# example shows how to convert RTF string into HTML 4.01 in memory:
SautinSoft.RtfToHtml r = new SautinSoft.RtfToHtml();
string rtf = @"{\rtf {\b bold text {\i bold + italic}} and plan text}";
string html = r.ConvertString(rtf);
2. This VB.Net sample show how to convert RTF file into XHTML 1.01 string:
Dim r As New SautinSoft.RtfToHtml()
r.ImageStyle.IncludeImageInHtml = True
Dim html As String = r.ConvertFileToString("d:\test.rtf")
3. This C# sample show how convert Text into HTML 3.0.2:
SautinSoft.RtfToHtml r = new SautinSoft.RtfToHtml();
r.OutputFormat = SautinSoft.eOutputFormat.HTML_32;
r.ConvertFile(@"d:\Text.txt", @"d:\Index.htm");
If someone will have questions regarding the library, email me. I with pleasure reply to all!
SautinSoft announces about releasing new version 3.3.6 of the RTF-to-HTML DLL .Net component. This library enable any .Net application to convert
Text and RTF to HTML 3.2, 4.01, 5 and XHTML 1.1.
Requirements and compatibility
.Net platform (1.1 or higher), because it's 100% managed C# library
Works even in Medium Trust level
32-bit and 64-bit compatible
Our products are compatible with all .NET languages and supports all Operating Systems where .NET Framework or Mono can be installed.
We've released the new
RTF-to-HTML DLL .Net 3.5.6.8! It's a library (completely written in C#) for developers enabling to integrate these features into any .Net app:
RTF to HTML 3.2, 4.01 with CSS, HTML5, XHTML 1.01
Unicode Text to to HTML 3.2, 4.01 with CSS, HTML5, XHTML 1.01
The component supports converting of RTF to HTML with:
Full text formatting (font face, color, size, bold, italic, underline, double underline, strike, superscript, subscript)
Images in JPG, PNG, GIF, BMP formats (stored separately or inside HTML document using base64 encoding)
SautinSoft
Member
194 Points
103 Posts
How to convert Text, RTF to HTML5 in C# and VB.Net - released new version 3.5.8.6
Dec 15, 2009 10:02 AM|LINK
Hi All!
SautinSoft announces about releasing of new RTF-to-HTML DLL .Net 3.0.2!
RTF-to-HTML DLL .Net is a standalone C# library to convert Text and RTF documents to HTML and XHTML.
The component converts RTF to HTML in many times faster than MS Office automation
Typical applications where our component can be used
The component is easy in use:
1. This C# example shows how to convert RTF string into HTML 4.01 in memory:
SautinSoft.RtfToHtml r = new SautinSoft.RtfToHtml(); string rtf = @"{\rtf {\b bold text {\i bold + italic}} and plan text}"; string html = r.ConvertString(rtf);2. This VB.Net sample show how to convert RTF file into XHTML 1.01 string:
Dim r As New SautinSoft.RtfToHtml() r.ImageStyle.IncludeImageInHtml = True Dim html As String = r.ConvertFileToString("d:\test.rtf")3. This C# sample show how convert Text into HTML 3.0.2:
If someone will have questions regarding the library, email me. I with pleasure reply to all!
Max
SautinSoft
Member
194 Points
103 Posts
Re: How to convert Text, RTF to HTML5 in C# and VB.Net - released new version 3.5.8.6
Mar 02, 2011 12:11 PM|LINK
Hi Community,
We are happy to inform about releasing new RTF-to-HTML DLL .Net 3.2.2.28 (February 28th, 2011) with a lot of new features:
This property allows to select and set measurement units from: pixels, points, inches, em and mm.
This is link to visit component's homepage: http://www.sautinsoft.com/convert-rtf-to-html/rtf-to-html-component-asp.net.php
This is link to download trial version: http://www.sautinsoft.com/components/rtftohtml_dll_net.zip
You are welcome with questions at: support@sautinsoft.com :)
Cheers,
Max
SautinSoft
Member
194 Points
103 Posts
Re: How to convert Text, RTF to HTML5 in C# and VB.Net - released new version 3.5.8.6
Jun 07, 2011 06:43 AM|LINK
Hi Community,
SautinSoft announces about releasing new version 3.3.6 of the RTF-to-HTML DLL .Net component. This library enable any .Net application to convert Text and RTF to HTML 3.2, 4.01, 5 and XHTML 1.1.
Requirements and compatibility
Our products are compatible with all .NET languages and supports all Operating Systems where .NET Framework or Mono can be installed.
SautinSoft
Member
194 Points
103 Posts
Re: How to convert Text, RTF to HTML5 in C# and VB.Net - released new version 3.5.8.6
Aug 06, 2012 12:41 PM|LINK
Hi All!
We've released the new RTF-to-HTML DLL .Net 3.5.6.8! It's a library (completely written in C#) for developers enabling to integrate these features into any .Net app:
The component supports converting of RTF to HTML with:
Typical using of the component:
Very simple integration:
C#:
SautinSoft.RtfToHtml r = new SautinSoft.RtfToHtml(); string rtf = @"{\rtf \b Bold text in RTF document}"; string html = r.ConvertString(rtf);VB:Net:
Dim r As New SautinSoft.RtfToHtml() Dim rtf As String = "{\rtf \b Bold text in RTF document}" Dim html As String = r.ConvertString(rtf)Product page: http://www.sautinsoft.com/convert-rtf-to-html/rtf-to-html-component-asp.net.php
Free Unlimited trial: http://www.sautinsoft.com/components/rtftohtml_dll_net.zip
Best wishes,
Max
html text Convert