createSection(); // Create header $header = $section->createHeader(); // Add a watermark to the header $header->addWatermark('_earth.jpg', array('marginTop'=>200, 'marginLeft'=>55)); $section->addText('The header reference to the current section includes a watermark image.'); // Save File $objWriter = Document_Word_Writer_IOFactory::createWriter($PHPWord, 'Word2007'); $objWriter->save('Watermark.docx'); ?>