Forum


Replies: 6   Views: 4584
Ordered lists appear with all items as number 1
Topic closed:
Please note this is an old forum thread. Information in this post may be out-to-date and/or erroneous.
Every phpdocx version includes new features and improvements. Previously unsupported features may have been added to newer releases, or past issues may have been corrected.
We encourage you to download the current phpdocx version and check the Documentation available.

Posted by tarzip  · 06-02-2014 - 00:01

$doc->transformDocx($file, $destination_files_dir . DIRECTORY_SEPARATOR . $path_parts['filename'] . '.html', '/srv/www/files', array('method' => 'script', 'odfconverter' =>false) );



 



When I set true to odfconverter it takes much longer. What is the major processing difference between 2 option?



Thanks