|
From: Erik S. <eri...@we...> - 2007-05-28 17:00:41
|
Hello,
I want to read an ODT file, modify it and store it.
But using the code below I end up with an blank ODT document
(and yes, the file exists):
$text = new OpenDocumentText($fullpath);
// doing nothing here
$text->close();
I also tried to hack the flag ZipArchive::CREATE inside the
file OpenDocumentText.php.
The ODT file is quite complex (an invoice). May
there be any elements in there that opendocumentphp
cannot process yet and therefore breaks?
Thanks!
Erik
|