Forum


Replies: 2   Views: 621
Watermark only shows up at odd pages.
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 skwirrel  · 24-05-2022 - 08:23

How to get it to show up on all pages?

$docxutil = new DocxUtilities();
$source = $file_path;
$target = $file_path;
$docxutil->watermarkDocx($source, $target, 'text', $options = ['text' => 'CONCEPT', 'add_vshapetype_tag' => true, 'width' => 550]);