view original | go back | toggle font

14673-sautinsoft-rtf-to-html-net-v6-0-3-10-full-version

SautinSoft RTF to HTML .Net v6.0.3.10 (Full Version)

"SDK to convert RTF to HTML in C# and .Net"

![SautinSoft RTF to HTML .Net v6.0.3.10 (Full Version)](https://dlc1.irdevelopers.com/Files/3580/internetImageFile_12-18-39-50-171.png?width=700&height=500&mode=min)

Introduction

«RTF to HTML .Net» is 100% written in C# .Net assembly which provides a wide set of API for develolopers. It gives you ability to add these functions:

"How to convert RTF to HTML in C# and .Net"

![SautinSoft RTF to HTML .Net v6.0.3.10 (Full Version)](https://dlc1.irdevelopers.com/Files/3580/internetImageFile_12-18-39-50-498.png?width=700&height=500&mode=min)

Introduction

With the help of "RTF to HTML .Net", any .Net application can easily convert RTF documents to HTML and XHTML format. For example, to convert a RTF to HTML in C# you will only need to add a reference to the .dll and type a few lines of code: 1.``SautinSoft.RtfToHtml r = ``new SautinSoft.RtfToHtml(); 2.``r.OpenRtf(@``"c:\Quiet Flows the Don.rtf"``); 3.  4.``r.OutputFormat = SautinSoft.RtfToHtml.eOutputFormat.HTML_5; 5.``r.ToHtml(@``"c:\Quiet Flows the Don.html"``);   The library gives you a full set of API to convert RTF to HTML. Furthermore, during conversion to HTML you may adjust following:

  • Various output format: HTML 3.2, HTML 4.01, HTML 5, XHTML, Text.
  • Generating output document in plain HTML 3.2 without CSS.
  • Whether to store images on filesystem or embed them into HTML document using base64 encoding.
  • Save CSS data between tags or as inline styles .
  • Specify encoding of output HTML.
  • Set up document Title; create only the part of HTML between ... tags.
  • Set up a common font, size and color for a whole document.
  • Detect hyperlinks from text and make them real hyperlinks.
  • Override the table borders visibility.

**
6.0.3.10 -** March 10th, 2016. We are happy to offer new «RTF to HTML .Net» 6.0! Let's see the details:

  1. The main innovation is adding of DOCX to HTML conversion direction officially. All previous versions had limited support of DOCX format and worked in beta mode. 
    «RTF to HTML .Net» has got new powerful DOCX engine from Document .Net library. With help of this innovation, the component now can convert rich formatted and complex DOCX documents to HTML5.

SautinSoft RTF to HTML .Net v6.0.3.10 (Full Version)

  1. Thanks to the properties PreserveDocumentWidthPreserveDocumentMargins and ImageFolder specified by default in this version the resulted HTML looks exactly the same as input Word (RTF, DOCX).

  2. Added the interface IDisposable into the class SautinImage to prevent the memory leaking.

  3. Added the new property ExceptionList . It helps to get list with all arisen exceptions during the one conversion cycle.

  4. Fixed the issie with conversion of images which stored in RTF as DiBitmap data.

  5. Fixed minor issues with some types of Unicode and tables.