SautinSoft.RtfToHtml 2024.8.23

dotnet add package SautinSoft.RtfToHtml --version 2024.8.23                
NuGet\Install-Package SautinSoft.RtfToHtml -Version 2024.8.23                
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="2024.8.23" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SautinSoft.RtfToHtml --version 2024.8.23                
#r "nuget: SautinSoft.RtfToHtml, 2024.8.23"                
#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=2024.8.23

// Install SautinSoft.RtfToHtml as a Cake Tool
#tool nuget:?package=SautinSoft.RtfToHtml&version=2024.8.23                

Nuget Nuget

.NET SDK to convert RTF, DOCX, Text to HTML

RtfToHtml

SautinSoft.RtfToHtml is .NET assembly to convert Text, RTF, DOCX to HTML. Provides your by API to transform Word documents to HTML5, 4.01, 3.2, XHTML with a lot of converting options.

Top Features

System Requirement

  • .NET Framework 4.6.2 - 4.8
  • .NET 6, .NET 8
  • Windows, Linux, macOS, Android, iOS.

Getting Started with RTF to HTML .Net

Are you ready to give RTF to HTML .NET a try? Simply execute Install-Package sautinsoft.rtftohtml from Package Manager Console in Visual Studio to fetch the NuGet package. If you already have RTF to HTML .NET and want to upgrade the version, please execute Update-Package sautinsoft.rtftohtml to get the latest version.

Convert RTF to HTML

string inpFile = @"..\..\..\..\example.rtf";
string outfile = Path.GetFullPath("Result.html");
            
RtfToHtml r = new RtfToHtml();
r.Convert(inpFile, outfile, new HtmlFixedSaveOptions() {Title = "SautinSoft Example." });

Convert DOCX to HTML

string inpFile = @"..\..\..\..\example.docx";
string outfile = Path.GetFullPath("Result.html");
            
RtfToHtml r = new RtfToHtml();
r.Convert(inpFile, outfile, new HtmlFixedSaveOptions() {Title = "SautinSoft Example." });

Convert Txt to HTML

string inpFile = @"..\..\..\..\example.txt";
string outfile = Path.GetFullPath("Result.html");
            
RtfToHtml r = new RtfToHtml();
r.Convert(inpFile, outfile, new HtmlFixedSaveOptions() {Title = "SautinSoft Example." });

Resources

Product Compatible and additional computed target framework versions.
.NET 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 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 is compatible.  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 Framework net462 is compatible.  net463 was computed.  net47 was computed.  net471 is compatible.  net472 is compatible.  net48 is compatible.  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
2024.8.23 825 8/23/2024
2024.8.23-beta 269 8/22/2024
2024.6.6 782 6/6/2024
2023.10.18 6,230 10/18/2023
2023.9.25 1,461 9/27/2023
2023.5.30 3,935 5/30/2023
8.1.2.2 2,012 2/2/2023
8.0.10.19 4,338 10/26/2022
7.7.4.17 16,508 4/15/2022
7.6.6.17 16,195 6/16/2021
7.5.1.27 3,295 1/27/2021
7.4.5.25 6,284 5/26/2020
7.3.1.27 17,849 1/31/2020
7.1.10.26 1,629 11/19/2019
7.0.7.4 7,035 7/7/2019
6.1.12.20 25,530 1/6/2017

What's new in the version RTF to HTML .Net 2024.8: https://sautinsoft.com/products/rtf-to-html/help/net/release-notes/