# DRtfTree **Repository Path**: ak17/DRtfTree ## Basic Information - **Project Name**: DRtfTree - **Description**: No description available - **Primary Language**: Unknown - **License**: LGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-04-12 - **Last Updated**: 2021-04-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 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