Hi all,
I am using PHPWord to do following:
The saving of the modifiled template is via $doc->save but it does not encapsulate what I did in $wa.
Any hints?
I am using PHPWord to do following:
-
Load a "template", with "${field}" to be replaced in my PHP with inputs from an HTML form. Done by $doc=$wa->load(...);
-
I tried to modify the document's meta data with some dynamic contents too.
The saving of the modifiled template is via $doc->save but it does not encapsulate what I did in $wa.
Any hints?