Replace values in a template table with templateProcessor
I have a doc template which contains the following table:
Request for PHPWord Extension Compatible with PHP 5.5.3 and Yii1
I am currently working on an old application developed in Yii1 and running on PHP version 5.5.3. As part of a new requirement, I need to implement a feature to add watermarks to DOCX files generated by the application. After researching, I found that PHPWord is a suitable library for this task.