sautinsoft.rtftohtml 8.0.10.19

There is a newer version of this package available.
See the version list below for details.
dotnet add package sautinsoft.rtftohtml --version 8.0.10.19
NuGet\Install-Package sautinsoft.rtftohtml -Version 8.0.10.19
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="sautinsoft.rtftohtml" Version="8.0.10.19" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add sautinsoft.rtftohtml --version 8.0.10.19
#r "nuget: sautinsoft.rtftohtml, 8.0.10.19"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install sautinsoft.rtftohtml as a Cake Addin
#addin nuget:?package=sautinsoft.rtftohtml&version=8.0.10.19

// Install sautinsoft.rtftohtml as a Cake Tool
#tool nuget:?package=sautinsoft.rtftohtml&version=8.0.10.19

RTF to HTML .Net is 100% C# assembly to convert RTF, Text and DOCX documents to HTML 3.2, HTML 4.01, HTML5 with CSS and XHTML 1.01.
Absolutely standalone solution, doesn't require MS Office or any other. Requires only .NET Framework 4.6.1 and up or .NET Core 2.0 and up.

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 is compatible.  netcoreapp2.1 is compatible.  netcoreapp2.2 is compatible.  netcoreapp3.0 is compatible.  netcoreapp3.1 is compatible. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 is compatible.  net462 was computed.  net463 was computed.  net47 is compatible.  net471 was computed.  net472 is compatible.  net48 is compatible.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2023.10.18 3,261 10/18/2023
2023.9.25 1,017 9/27/2023
2023.5.30 3,148 5/30/2023
8.1.2.2 1,785 2/2/2023
8.0.10.19 3,601 10/26/2022
7.7.4.17 13,901 4/15/2022
7.6.6.17 13,169 6/16/2021
7.5.1.27 3,169 1/27/2021
7.4.5.25 5,879 5/26/2020
7.3.1.27 16,654 1/31/2020
7.1.10.26 1,530 11/19/2019
7.0.7.4 6,757 7/7/2019
6.1.12.20 25,335 1/6/2017

Main innovation: The component has got new fast and accurate conversion engine from the our main component Document .Net.
Thus, the we've significantly improved the conversion quality and completely reformed the API.
What's new in the version 8.0:
+ Enabled support for two HTML converting modes - Fixed and Flowing.
+ Ability to export header and footer in various modes: per section, first and last etc.
+ Ability to control how and will be stored CSS.
+ Embed images inside HTML-document or store as separate files. Full control under saving images using callback.
+ Ability to create TOC (table of contents) and split HTML by custom criteria.
+ Set page margins, convert custom pages, set page border.
+ Ability to set single font face, size and color for the whole HTML-document.
+ Set desired image format and quality for JPEG images.
+ .NET 7.0 support: Starting from the version 8.0 appeared the SautinSoft.RtfToHtml.dll assemblies compiled for a unified platform .NET 7.0.