Forum


Replies: 8   Views: 3594
Cant create tables
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 vicente  · 30-10-2013 - 17:23

the code of my document it's very extensive, its working ok but in the momente i put this it crashes
[code]
$doc.= '

















';


$docx->embedHTML($doc, array('downloadImages' => true));
if($docx->createDocx($nombreCotizacion)){
echo "ok";

}[/code]