[quote=jorgelj]
Please post the output of the check.php file.
[/quote]
Hello,
I don't understand, I using on Localhost ( wamp server 2.4) and i don't active tidy in PHP extensions, my file is UTF-8, I sure.
My code:
require_once 'phpdocx/classes/CreateDocx.inc';
$docx = new CreateDocx();
$html= '<p> Découverte des plus beaux Temples d’Angkor: <strong>
<span style="font-size:33px;">My name</span></strong></p>';
$docx->addHTML(array('html' => $html));
$docx->createDocx('output/hello_world');