The following code snippet shows how to apply the watermark to the output pages.
constviewer=newgroupdocs.viewer.Viewer("sample.docx")// Create an HTML file.
constviewOptions=groupdocs.viewer.HtmlViewOptions.forEmbeddedResources(output-watermark.html)// Add watermark.
constwatermark=newgroupdocs.viewer.Watermark('This is a watermark')viewOptions.setWatermark(watermark);viewer.view(viewOptions)
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.