Hi. I try to add footer to embedHTML but I do not see anything. Footer doesn't appear. Any idea. Here is example:
$docx = new CreateDocx();
$default_footer = new WordFragment($docx,'test');
$docx->embedHTML($body);
$docx->addFooter(array('default' => $default_footer));
$docx->createDocxAndDownload($filename);