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 adds an existing RTF into your Word document.
$pathRTF
require_once 'classes/CreateDocx.inc'; $docx = new CreateDocx(); $docx->addRTF('../files/Text.rtf'); $docx->createDocx('example_rtf');
Comments are closed.