Forum Discussion

vijayrathod7's avatar
vijayrathod7
Copper Contributor
Mar 17, 2026

Watermarks are not visible in WOPI edit mode.

Hi everyone,

I’m currently working with a WOPI-integrated document and noticed something that doesn’t align with expected behavior. When the document is opened in edit mode, the watermark is not visible. However, it does appear correctly in reading mode and is also present when the document is exported to PDF.

From a document control and review standpoint, the watermark should ideally remain visible during editing as well, especially if it conveys important information like confidentiality or draft status.

Has anyone else encountered this limitation or behavior with WOPI integrations? Is this by design (for example, due to how the editor layer renders content), or could it be influenced by specific configuration settings, document formats, or the WOPI host implementation?

Any insights, workarounds, or recommendations would be appreciated.

Thanks in advance.

1 Reply

  • hi vijayrathod7​ What you’re seeing is most likely by design, not a WOPI host issue. In Word/Office documents, traditional watermarks are usually implemented as header-layer objects. Microsoft’s own guidance also notes that watermark creation/editing support is limited in the web editor, which is a clue that rendering behavior in edit mode is not the same as in reading/print/PDF output. In other words, the editing canvas is optimized for document authoring, not for faithfully showing every page-background element exactly as it appears in print.

    That lines up with your symptoms:

    • Visible in reading mode
    • Visible in PDF/export
    • Not visible in edit mode

    So this usually points to the Office for the web rendering layer in edit mode, rather than a problem in your WOPI integration itself.

    A few practical notes:

    I would not expect a WOPI host setting alone to change this behavior.

    It may vary a bit by document format and watermark type, but in general edit mode is the least reliable place to validate watermark visibility.

    If watermark visibility during authoring is a hard requirement, the common workaround is to use something more explicit than a classic watermark, such as:

    • header text
    • a visible banner / cover page marker
    • sensitivity labeling / document protection patterns, depending on the scenario

    So my take: this looks like a web editor limitation / expected rendering behavior, not something you’re necessarily misconfiguring. If this is a compliance requirement, I’d treat “visible in edit mode” as a product gap and raise it through Microsoft support or feedback channels.