Guest User

Untitled

a guest
May 25th, 2018
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. $templateProcessor = new PhpOfficePhpWordTemplateProcessor('path/to/doc/test.docx'));
  2. $templateProcessor->setValue(array('{{test}}'), ['test']);
  3. $templateProcessor->saveAs($fileName);
Add Comment
Please, Sign In to add comment