Hello,
We have a problem since a last merge on git.
We have :
$this->load->library('phpdocx/classes/CreateDocx');
$docx = new CreateDocxFromTemplate($file);
$contents = $docx->getWordContents(['type' => 'all']);
But $contents is an empty array, whatever the $file contents. What can cause that ?
Thanks for answering.