Hello there,
I have been trying to prove PHPDOCX would work in our environment so our company can purchase PHPDOCX product.
What we basically need is merging several word documents and filling out templates with merge fields.
this is very simple code I added, but I get 'Namespace prefix wp14 on sizeRelH is not defined' error
$docx = new CreateDocx();
$docx->mergeDOCX('a.docx','b.docx');
$docx->createDocx('hello_world');
Thanks,
Jae