RtfDomParser 7.0.0
dotnet add package RtfDomParser --version 7.0.0
NuGet\Install-Package RtfDomParser -Version 7.0.0
<PackageReference Include="RtfDomParser" Version="7.0.0" />
paket add RtfDomParser --version 7.0.0
#r "nuget: RtfDomParser, 7.0.0"
// Install RtfDomParser as a Cake Addin #addin nuget:?package=RtfDomParser&version=7.0.0 // Install RtfDomParser as a Cake Tool #tool nuget:?package=RtfDomParser&version=7.0.0
RtfDomParser (a.k.a. DCSoft.RTF and XDesigner.RTF)
RtfDomParser (a.k.a. DCSoft.RTF and XDesigner.RTF) is an open source C# library for parsing RTF documents and generating RTF DOM Tree.
Initially the project was started by yuansfu, last updated on Apr 6, 2013
and was located on
The development of the project is dead so here I will continue to support the code and will provide NuGet packages for easier installation.
Build
NuGet: https://www.nuget.org/packages/RtfDomParser/
Features
- Parse RTF and generate dom tree.
- Support image , table , multi-nested table , textbox , shape , cell merge.
- Can parse huge rtf document more than 100MB.
- Easy to .NET programming.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | 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. |
-
net7.0
- System.Drawing.Common (>= 7.0.0)
- System.Text.Encoding.CodePages (>= 7.0.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on RtfDomParser:
Package | Downloads |
---|---|
DeepMeta.DeepGameEditor3D.Main
Package Description |
GitHub repositories
This package is not used by any popular GitHub repositories.
Original version from yuan yong fu targeting .NET 7.0 with DCSoft.RTF namespaces