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.
And this is the code
require_once 'docx3.7/classes/CreateDocx.inc';
$docx = new CreateDocx();
$docx->enableCompatibilityMode();
$docx->enableCompatibilityMode();
$docx->transformDocx('tt/Anim Ref Secu.docx', 'tt/'.time().'.pdf', null, array('odfconverter' => true));