Download odtPHP
OdtPHP is released under the terms of the GNU Public License. To get more informations about the GPL license, click here. The last version is the 1.0 (June 09, 2009).
Download odtPHP 1.0 on Sourceforge
ChangeLog
Version 1.0
- Add : proxy system for the PclZlip library and the PHP Zip extension (PclZip is used by default)
- Add: configuration mechanism of the library with array (see tutorial 7)
- Fix : only one temporary file is generated by the library
- Fix : the temporary file is deleted at the end of the execution
- Fix : fix for the handler of lines of array
Version 0.9
- Fix : allow users to add images within segments
- Add: allow users to insert several segments within another segment
- allow users to repeat lines of array
- Adding new tutorials in order to show new features of the library
- Line breaks now take effect in the generated document
- saveToDisk() function called without parameters no longer generate PHP error
- saveToDisk() now throws an exception when the method tries to replace a file which we haven't write access
- A fourth optional parameter added to the setVar() method allows users to handle data encoded in UTF-8.
