Skip to content

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 created by yuansfu.

License

Notifications You must be signed in to change notification settings

xafero/RtfDomParser

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fork for .NET Standard

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

Build status

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.

About

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 created by yuansfu.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rich Text Format 61.0%
  • C# 39.0%