$this->docx = new CreateDocx();
$this->docx->addTemplate("test.docx");
$image = '<img src="http://192.168.0.68/pic/index.xt?34s&1397437993&sid=1&ssn=2215fd81c7f8f79e55ff47fc36148058&ccn=da1&cr=f0e6e5b8cf8db24793dcfdd77ea8d4bf&wordtemp=word" >' ;
$this->docx->replaceTemplateVariableByHTML($v, "block", $image, array("isFile"=>false, "parseDivsAsPs"=>false, "downloadImages"=>true));
the generated .docx file doesn't have the image and also there is a warning while opening the .docx file
is there any problem to use like this?