FATAL - Invalid template extension
$theme="/Users/rocky/PhpstormProjects/leakbee/app/Report/cesi/"
$docx = new CreateDocxFromTemplate($theme,'vul_template.docx');
这是什么问题
FATAL - Invalid template extension
$theme="/Users/rocky/PhpstormProjects/leakbee/app/Report/cesi/"
$docx = new CreateDocxFromTemplate($theme,'vul_template.docx');
这是什么问题
Hello,
What version and license of phpdocx are you using?
That error appears when trying to use a not valid DOCX as template or the file doesn't exist. The code you are using:
$docx = new CreateDocxFromTemplate($theme,'vul_template.docx');
isn't correct. We recommend you to check the included samples and the available documentation.
Regards.