Odtphp2pdf is a simple GPL set of PHP5 classes and services
that wraps odtphp and unoconv. It provides a simple way to produce PDF
documents based on OpenOffice document templates.
It was initiated by Ready Business Software (http://www.rbs.fr).
=> Do not use for now as it is not stabilized (API, ... etc) <=
== TODO ==
* Finish work for odtphp. See lib/odtphp-1.0.1/README.txt
* Stress OpenOffice to see the limits
* Super admin interface to create accounts
* Better client features:
** Use of objects or arrays in the model
** Offer server templates management to identified clients to save template uploads
* Better service interface
* Test puno for more direct manipulation
* PDF quality ? (especially with images)
* Give a try to MS Office documents
* Test on Windows
* Test on Mac OS X
* Release
== Notes on odtphp ==
* It works on PHP-5.1.6, PHP-5.2 does not seems to be required ?
* Thank you for the bootstrap ;)
== Troubleshooting ==
* In case of "creation of executable memory area failed: Permission denied",
be sure apache (or other webserver) user can write in his home:
see http://forums.knowledgetree.com/viewtopic.php?p=15527#p15513