Hi,
is it possible to use merge 2 docx documents in trial version?
PHP Code:
$docxm = new CreateDocx();
$docxm->mergeDOCX('demo_template', 'demo_template1');
$docxm->createDocx('merge')
I got this error:
Fatal error: Call to undefined method CreateDocx::mergeDOCX()