Download at:
https://sourceforge.net/projects/phprtf/files/phprtflite/phprtflite.1.0.0/phprtflite.1.0.0.zip/download
PHPRtfLite 1.0 is a full rewrite of the almost two years old version 0.3 and does now take advantages of PHP 5 object orientation.
What has changed:
– PHPRtfLite has a built-in autoloader, you may use, but you do not have to
– all classes are having the prefix PHPRtfLite to avoid name conflicts
– exception handling has been added
– setting borders has been changed
– constants has moved into the classes
– color hex numbers can be 3 or 6 digits (#f03 or #ff0033)
– showing a missing image, if the image file does not exists
– NEW FEATURE: footnote and endnote support
– and some bugs fixes
Some methods are renamed but, to keep a bit backward compatibility the old methods are still there, but will be removed in the future, may be in version 1.1 or later if users will need more time to adapt their code. (You will have to tell us.)
Sample files are also included, of course.
Future plans for PHPRtfLite
For getting the version 1.0 stable we will need your help. So please let us know about bugs, missing functionalities or circuitous behavior.
For the next version 1.1 we like to hear from you which functionalities you would desire most.
Here a list of possible features, that could be implemented for next version:
– Comments
– Table of contents
– Nested tables
– bullet lists
– your suggestion?
SVN repository folders changed
To checkout the version 1.0:
svn co
https://phprtf.svn.sourceforge.net/svnroot/phprtf/branches/v1.0
All bug fixes will be added to this branch (and of course to the trunk, too).
Older versions are available under tags.