sautinsoft.htmltortf 7.1.4.17

There is a newer version of this package available.
See the version list below for details.
dotnet add package sautinsoft.htmltortf --version 7.1.4.17
NuGet\Install-Package sautinsoft.htmltortf -Version 7.1.4.17
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.htmltortf" Version="7.1.4.17" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add sautinsoft.htmltortf --version 7.1.4.17
#r "nuget: sautinsoft.htmltortf, 7.1.4.17"
#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.htmltortf as a Cake Addin
#addin nuget:?package=sautinsoft.htmltortf&version=7.1.4.17

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

HTML to RTF .Net is 100% C# assembly to convert HTML documents into RTF, DOCX and Text formats. Cal also Merge RTF documents and Replace text in them.
Absolutely standalone solution, doesn't require MS Office or any other. Requires only .Net Framework 4.0 and up or .Net Core 2.0 and up.

The component can read and parse all types of HTML: 3.2, HTML 4.01, HTML 5 with CSS and XHTML. The component has own HTML parser, DOCX and RTF writers.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  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 was computed.  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 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Framework net40 is compatible.  net403 was computed.  net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 is compatible.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 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.12.6 1,449 12/6/2023
2023.6.1 8,540 6/1/2023
8.5.2.16 18,072 2/16/2023
8.4.11.9 1,275 11/9/2022
8.3.5.25 11,711 5/25/2022
8.2.12.7 9,412 12/7/2021
8.1.10.27-beta 330 10/27/2021
8.1.6.7 5,629 6/4/2021
8.0.5.12 693 5/12/2021
8.0.3.12-beta 310 3/16/2021
8.0.1.18-beta 298 1/18/2021
7.4.4.30 387,016 4/30/2020
7.3.2.11 16,940 2/11/2020
7.1.4.17 19,478 4/16/2019
7.0.8.16 8,758 8/16/2018
7.0.7.16 1,385 7/13/2018
7.0.7.11 1,037 7/11/2018
7.0.6.4 17,058 5/31/2018
5.7.12.9 47,234 1/5/2017

+ Improved the algorithm to process HTML tables: parse and repair tables with missing or unclosed tags.
+ Updated the DOCX and RTF renders to provide compatibility with most of all document text processors: MS Word, WordPad, WinForms RichTextBox, WPF RichTextBox, OpenOffice.
+ Added new property RtfCompatibility allowing to choose how render RTF documents: whether to keep the compatibility with old readers (WordPad, WinForms RichTextBox) or produce modern RTF syntax.
+ We've created new Online Code Examples: https://www.sautinsoft.com/products/html-to-rtf/examples/, some of them are video.
+ Last, but not the least: Changed the mechanism of getting updates. It became very friendly to our customers. Now our customers may update the software in seconds using Nuget.