Download the PHP package ntlab/rtftree without Composer
On this page you can find all versions of the php package ntlab/rtftree. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download ntlab/rtftree
More information about ntlab/rtftree
Files in ntlab/rtftree
Download ntlab/rtftree
More information about ntlab/rtftree
Files in ntlab/rtftree
Vendor ntlab
Package rtftree
Short Description PHP Library for RTF processing
License MIT
Homepage https://github.com/tohenk/php-rtftree
Package rtftree
Short Description PHP Library for RTF processing
License MIT
Homepage https://github.com/tohenk/php-rtftree
Please rate this library. Is it a good library?
Informations about the package rtftree
PHP RTF Tree
PHP Library 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).
REQUIREMENT
- PHP 5.3+
CLASSES
There are 3 main classes for RTF processing.
NTLAB\RtfTree\Node\Tree
The RTF tree parser, able to parse RTF document into tree nodes, perform selects the nodes based on keyword, perform search and replace of the plain text, and convert back the nodes as RTF code.
NTLAB\RtfTree\Document\Document
RTF tree with additional document entity handler, such as colors, fonts, stylesheets, and objects.
NTLAB\RtfTree\Builder\Builder
RTF tree builder.
TODO
- Rtf Merger
- Examples
All versions of rtftree with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.1
The package ntlab/rtftree contains the following files
Loading the files please wait ....