$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