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
This method returns the variables (placeholders) of a template.
require_once 'classes/CreateDocx.inc'; $docx = new CreateDocx(); $docx->addTemplate('../files/TemplateText.docx'); print_r($docx->getTemplateVariables());
Comments are closed.