RTF-to-HTML DLL .Net Changelog

What's new in RTF-to-HTML DLL .Net 4.5.4.8

Apr 8, 2014
  • New features:
  • Nested tables. Starting from this release the component can convert RTF with nested tables of any level of deep.
  • Shapes and vector graphics. Thus, shapes and vector graphics are supported now. Vector graphics will be rasterized into png pictures and included into HTML.
  • Keeping document width and margins the same as in RTF. Now you may switch on or off the keeping of the margins and the document width. To control this, see the properties: PreserveDocumentWidth and PreserveDocumentMargins.
  • Track changes. If you are using the feature "Tracking Changes" in MS Word, you will be surprised to see the same view in the output HTML.
  • Presented 64-bit compiled versions. Now the component package contains the set of files SautinSoft.RtfToHtml.dll compiled in both variants: x86 and x64 for .Net 2.0, 3.5, 4. and 4.5.
  • Improved:
  • Tables and their properties.
  • RTL and LTR text direction.
  • Full Unicode support (include Japanese, Chinese, Arabic/Hebrew).
  • Working with various data containers: file, string, stream, array of bytes.
  • Paragraph formatting (line spacing, background, margins, borders, etc.).
  • Hyperlinks, Headers and Footers, Annotations (Comments, Tracking changes).

New in RTF-to-HTML DLL .Net 4.0.9.26 (Oct 10, 2013)

  • First and foremost, now the component converts RTF to HTML 50% faster than previous versions. This is due the fact that the converting engine was rebuilt and reduced a memory usage
  • RTF-to-HTML DLL .Net now works 50% faster
  • On a related note, new version of the component can generate HTML documents with images encoded by base-64 algorithm. Given this fact, it's possible to convert RTF to HTML completely in memory, because an images will be stored inside HTML
  • Furthermore, fixed issues with converting of tables and bulleted lists

New in RTF-to-HTML DLL .Net 3.6.7 (Jul 18, 2013)

  • .Net library to convert Text
  • RTF documents to HTML 3.2, 4.01, HTML5 with CSS and XHTML using C# and VB.Net
  • The new version support RTF to HTML 5 conversion
  • The RTF-to-HTML DLL .Net is 100% compatible with Windows 8

New in RTF-to-HTML DLL .Net 3.5.8 (Aug 7, 2012)

  • Fixed issue with incorrect converting of unicode symbols
  • Fixed issue with new style double underline from RTF
  • Fixed issue with background color (the error with inverted colors)
  • Added new code samples for Visual Studio 2012 and .Net 4.5