Hi
I'm using the community version and am trying to create a fairly basic word doc. I get this error message:
Call to undefined method CreateDocx::importSingleNumbering()
Here is my code:
require_once(ROOT . DS . 'vendors/phpdocx/classes/CreateDocx.inc');
$template = ROOT . DS . 'vendors/phpdocx/templates/phpdocxBaseTemplate.docx';
$tmp_dir = ROOT . DS . 'app' . DS . 'tmp';
$docx = new CreateDocx($template, $tmp_dir);