Forum


Replies: 5   Views: 3704
Special characters not shown from html to docx
Topic closed:
Please note this is an old forum thread. Information in this post may be out-to-date and/or erroneous.
Every phpdocx version includes new features and improvements. Previously unsupported features may have been added to newer releases, or past issues may have been corrected.
We encourage you to download the current phpdocx version and check the Documentation available.

Posted by admin  · 29-06-2016 - 06:34

Hello,

Please install and enable PHP Tidy extension to fix it. If you can't install Tidy, that is the recommended way, you'll need to edit the file lib/dompdfParser/include/parserhtml.cls.php and change the method _load_html; in this method you can remove the library htmlawed (used when Tidy is not available) and use your custom library to fix and repair HTML (or even remove htmlawed is the HTML and its CSS is correct).

But again, please install Tidy to work with HTML.

Regards.