Open
Description
A request: It'll be great if we can insert html chunk to doc template, which is urgently I need to do now. e.g:
$doc = $PHPWord->loadTemplate('Template.docx');
$doc->setValueFromHtml('SomePlaceholder', '<h1>some value</h1>');
Is there anyone know how to do this, just for now ? by hack or something ?
Thanks.
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.