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
title
$paramsDocument
require_once '../../classes/CreateDocx.inc'; $docx = new CreateDocx(); $text = 'Lorem ipsum dolor sit amet.'; $docx->addText($text, $paramsText); $docx->createDocxAndDownload('example_text');
Comments are closed.