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]);