Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 431 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 431 Bytes

DRtfTree

Delphi VCL for RTF processing, port of nrtftree (https://github.com/sgolivernet/nrtftree).

This is work in progress with some additional feature:

  • Introduce new white space node type to preserve the original rich text document loaded.
  • ReplaceTextEx can replace text which is scattered across nodes.
  • Rtf document with measurement unit support (native, mm, cm, inch, pixel).

TODO:

  • Rtf Merger
  • Examples