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 MHT into your Word document.
$pathMHT
require_once 'classes/CreateDocx.inc'; $docx = new CreateDocx(); $docx->addMHT('../files/Web.mht'); $docx->createDocx('example_mht');
Comments are closed.