Choose the version that better suits your needs
Click here
Do you have special needs?
You may ask here for a quote
Do you need technical support?
You may obtain it here
require_once 'classes/CreateDocx.inc'; $docx = new CreateDocx(); $docx->addTemplate('TemplateText.docx'); $docx->setTemplateSymbol('\\'); $docx->addTemplateVariable('NAME', 'David Hume'); $docx->createDocx('template_text.docx');
Comments are closed.