Guest User

Untitled

a guest
Jan 24th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. $phpWord = new PhpWord();
  2. $section = $phpWord->addSection();
  3. PhpOfficePhpWordSharedHtml::addHtml($section, '<table style="width:100%"><tr><td><img src="https://www.gettyimages.ca/gi-resources/images/Homepage/Hero/UK/CMS_Creative_164657191_Kingfisher.jpg" style="width: 20px;"/></td><td>text</td></tr></table>');
  4.  
  5. $objWriter = PhpOfficePhpWordIOFactory::createWriter($phpWord, 'Word2007');
  6. $objWriter->save($docx);
Add Comment
Please, Sign In to add comment