I want to create a new word document with PHPDocx but I can't open the doc because there is this message :
"Can not open file document.docx. Some problems have been identified in the content"
Here is my code : (very easy)
<?php
require_once './phpdocx/classes/CreateDocx.inc';
$docx = new CreateDocx();
$docx->createDocx();
?>
Thanks for your help.