Hi,
I download PRO trial version 3.7, and I have 1 HTML snippet containing french. But when I addHTML to create file docx, the font error.
HTML:
$docx = new CreateDocx();
$docx->setEncodeUTF8();
$html= '<p> Découverte des plus beaux Temples d’Angkor: <strong>
<span style="font-size:33px;">My name</span></strong></p>';
ERROR:
Découverte des plus beaux Temples d’Angkor: My name
How to fix it?