Forum


Replies: 2   Views: 917
Is it possible to use the word mail merge functionality ?
Topic closed:
Please note this is an old forum thread. Information in this post may be out-to-date and/or erroneous.
Every phpdocx version includes new features and improvements. Previously unsupported features may have been added to newer releases, or past issues may have been corrected.
We encourage you to download the current phpdocx version and check the Documentation available.

Posted by admin  · 16-07-2021 - 11:38

Hello,

What version and license of phpdocx are you using? You can set mergefields symbols with setTemplateSymbol to use phpdocx template methods:

$docx->setTemplateSymbol('«', '»');

or use modifyMergeFields.

Regards.