|
From: <no...@se...> - 2007-05-29 07:36:05
|
Hello Erik, could you please tell us the release number of you OpenDocumentPHP? Thanks, Norman > 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 |