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.
Hello,
I've tried to embed an HTML content in Docx. It contains MathML tag. The embedHTML() function does not convert the MathML tag properly. I've tried to with OOML also.
The PHP code is:
[code]
$doc = new CreateDocx();
$doc->embedHTML( $strHtmlContent );
$doc->createDocx('test');
[/code]
The HTML code sample is:
[code]