RTF-to-HTML KLL.Net
RTF-to-HTML DLL is a .Net, COM, Win32 component for developers. The RTF-to-HTML DLLcomponent can convert RTF and Text files into plain HTML, HTML with CSS or XHTML. The DLL component is absolutely standalone and does not require Microsoft Word.
Functions
Our component is just a class library for developers, but with powerfull abilities of exporting any RTF (rich text format) and Text document to HTML, XHTML with CSS.
It supports converting of RTF to HTML with:
- Full text formatting (bold, italic, underline, strike, superscript, subscript)
- images in WMF, JPG, PNG, BMP
- tables and nested tables, borders colors and type
- Font colors, face, size
- Hyperlinks and ancors
- Full Unicode support
- Special characters
Technical Features
- Created with only pure C#
- Absolutely standalone, you will need to include only "SautinSoft.RtfToHtml.dll" into your application
- No other dependencies
- Reads RTF, Text files and writes HTML, XHTML directly
- Does not require installed Microsoft Office ® or any other software
- Works on any .Net platform (.Net 1.1, 2.0, 3.0, 3.5 etc)
- Works with Windows and even with Linux and Mac (thanks to Mono project http://www.mono-project.com)
- Has great abilities to adjust an output HTML, XHTML or Text as you wish
- Small size of dll file, less than 500 Kb
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
New items
3.1.11.15 - November 15th, 2010
- Added support of vertical alignment in tables
- Fixed issue with converting of Latvian RTF documents to HTML
- Added new overloaded methods Added new overloaded methods SautinSoft.RtfToHtml.ConvertStringToFile to convert MemoryStream and Stream of bytes to HTML file
- Fixed issue with duplication of text in tables
- Fixed issue when hyperlink expands to whole document
3.0.7.2 - July 2nd, 2010
- Fixed issue with line feed in RTF to Text converting
- Added keywords \'0a and \'09 which can be used for a new paragraph
3.0.2.32 - January 29th, 2010
- Fixed issue in converting of hyperlinks when the property 'HyperlinkDetect' is set to False