ptournem/phpword

Fork of PHPWord - A pure PHP library for reading and writing word processing documents (DOCX, ODT, RTF, HTML, PDF) with added functionnalities for images and templating

0.13.3 2016-10-10 05:29 UTC

README

Fork From PHPWord

Only templateProcessor change :

  • You can replace a var "${var}" with an image in the document
  • A sample is provide in sample 07
  • You can get the template structure in a Block object which contains an array of Block and an array of variables

TO DO : be able to replace a var with an image in headers and footers TO DO : PHPUnit Test for added functionnality