Hello.
I am trying to add an image watermark to my document using example from this page http://www.phpdocx.com/api-documentation/docxutilities/inserts-watermark-Word-document-with-PHP
The problem is that the watermark is added just to the last page of the document. The rest pages do not have any watermarks.
How to make it work on all pages?
Thanks