sautinsoft.rtftohtml
2023.5.30
See the version list below for details.
dotnet add package sautinsoft.rtftohtml --version 2023.5.30
NuGet\Install-Package sautinsoft.rtftohtml -Version 2023.5.30
<PackageReference Include="sautinsoft.rtftohtml" Version="2023.5.30" />
paket add sautinsoft.rtftohtml --version 2023.5.30
#r "nuget: sautinsoft.rtftohtml, 2023.5.30"
// Install sautinsoft.rtftohtml as a Cake Addin #addin nuget:?package=sautinsoft.rtftohtml&version=2023.5.30 // Install sautinsoft.rtftohtml as a Cake Tool #tool nuget:?package=sautinsoft.rtftohtml&version=2023.5.30
.NET SDK to convert RTF, DOCX to HTML
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.
Quick links
Top Features
System Requirement
- .NET Framework 4.6.1 - 4.8.1
- .NET Core 2.0 - 3.1, .NET 5, 6, 7, 8
- .NET Standard 2.0
- 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
- Website: www.sautinsoft.com
- Product Home: RTF to HTML .Net
- Download SautinSoft.RtfToHtml
- Developer Guide
- API Reference
- Support Team
- License
Product | Versions 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 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 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 is compatible. net463 was computed. net47 is compatible. net471 is compatible. net472 is compatible. net48 is compatible. net481 is compatible. |
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. |
-
.NETCoreApp 2.0
- System.Drawing.Common (>= 4.7.0)
- System.IO.Packaging (>= 4.4.0)
- System.Text.Encoding.CodePages (>= 4.5.0)
- System.Xml.XPath.XmlDocument (>= 4.3.0)
-
.NETCoreApp 2.1
- System.Drawing.Common (>= 4.7.0)
- System.IO.Packaging (>= 4.4.0)
- System.Text.Encoding.CodePages (>= 4.5.0)
- System.Xml.XPath.XmlDocument (>= 4.3.0)
-
.NETCoreApp 2.2
- System.Drawing.Common (>= 4.7.0)
- System.IO.Packaging (>= 4.4.0)
- System.Text.Encoding.CodePages (>= 4.5.0)
- System.Xml.XPath.XmlDocument (>= 4.3.0)
-
.NETCoreApp 3.0
- System.Drawing.Common (>= 4.7.0)
- System.IO.Packaging (>= 4.4.0)
- System.Text.Encoding.CodePages (>= 4.5.0)
- System.Xml.XPath.XmlDocument (>= 4.3.0)
-
.NETCoreApp 3.1
- System.Drawing.Common (>= 4.7.0)
- System.IO.Packaging (>= 4.4.0)
- System.Text.Encoding.CodePages (>= 4.5.0)
- System.Xml.XPath.XmlDocument (>= 4.3.0)
-
.NETFramework 4.6.1
- No dependencies.
-
.NETFramework 4.6.2
- No dependencies.
-
.NETFramework 4.7
- No dependencies.
-
.NETFramework 4.7.2
- No dependencies.
-
.NETFramework 4.8
- No dependencies.
-
.NETFramework 4.8.1
- No dependencies.
-
.NETStandard 2.0
- System.Drawing.Common (>= 4.7.0)
- System.IO.Packaging (>= 4.4.0)
- System.Text.Encoding.CodePages (>= 4.5.0)
- System.Xml.XPath.XmlDocument (>= 4.3.0)
-
net5.0
- System.Drawing.Common (>= 4.7.0)
- System.IO.Packaging (>= 4.4.0)
- System.Text.Encoding.CodePages (>= 4.5.0)
- System.Xml.XPath.XmlDocument (>= 4.3.0)
-
net6.0
- System.Drawing.Common (>= 4.7.0)
- System.IO.Packaging (>= 4.4.0)
- System.Text.Encoding.CodePages (>= 4.5.0)
- System.Xml.XPath.XmlDocument (>= 4.3.0)
-
net7.0
- System.Drawing.Common (>= 4.7.0)
- System.IO.Packaging (>= 4.4.0)
- System.Text.Encoding.CodePages (>= 4.5.0)
- System.Xml.XPath.XmlDocument (>= 4.3.0)
-
net8.0
- System.Drawing.Common (>= 4.7.0)
- System.IO.Packaging (>= 4.4.0)
- System.Text.Encoding.CodePages (>= 4.5.0)
- System.Xml.XPath.XmlDocument (>= 4.3.0)
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.11.2 | 4,497 | 11/1/2024 |
2024.8.23 | 13,461 | 8/23/2024 |
2024.8.23-beta | 1,079 | 8/22/2024 |
2024.6.6 | 1,542 | 6/6/2024 |
2023.10.18 | 7,492 | 10/18/2023 |
2023.9.25 | 1,897 | 9/27/2023 |
2023.5.30 | 4,351 | 5/30/2023 |
8.1.2.2 | 2,236 | 2/2/2023 |
8.0.10.19 | 5,037 | 10/26/2022 |
7.7.4.17 | 17,775 | 4/15/2022 |
7.6.6.17 | 17,834 | 6/16/2021 |
7.5.1.27 | 3,484 | 1/27/2021 |
7.4.5.25 | 6,453 | 5/26/2020 |
7.3.1.27 | 18,424 | 1/31/2020 |
7.1.10.26 | 1,695 | 11/19/2019 |
7.0.7.4 | 7,081 | 7/7/2019 |
6.1.12.20 | 25,576 | 1/6/2017 |
What's new in the version RTF to HTML .Net 2023.5:
+ Starting from this version, assembly numbering will start from "Year/Month/Day". You can always keep track of new releases and get the latest versions.
+ We've added the ability to use an alternative font, which is loaded from GDIFont.
+ .NET 8.0 support: Starting from the version 2023.5 appeared the SautinSoft.RtfToHtml.dll assemblies compiled for a unified platform .NET 8.0.
+ Improved work with Fonts: Now the search for a suitable font is carried out according to several parameters and gives a better match.
+ HTML Writer: Added support for multiple tags, and added an option to recognize the language (En, Ch, Sl, etc) of the content text.
RTF Reader:
+ CheckBoxes are read properly. Fixes error reading value: true/false.
+ Fixed a bug where the table border was missing.
+ The problem with crossed out characters was solved.
+ Fixed the minor issues, found and sent to us from our customers. Therefore the component became more error-free.