Applying a Watermark - Advanced Design and Setup - Foundation 23.2 - Foundation 23.2 - Ready - Content Composer - external

Content Composer Advanced Design and Setup

Platform
Content Composer
Product
Advanced Design and Setup
Release
Foundation 23.2
License
The watermark is applied before the document opens from the Client and is removed when you close the document.
Note: The Watermark does not appear when the user previews or displays a document in OnBase.

To apply a watermark when the user previews or edits a document generated using Microsoft Word, complete the following steps.

  1. From the %Composerdir% directory, open Composer.Client.exe.config with a text editor that supports UTF-8.
  2. Within the <appSettings> element, insert the following line:
    <add key="applyWaterMark" value="Draft" />
  3. Specify the text of the watermark in the value .
    Note: No watermark is applied if this setting is missing or the value attribute contains an empty string.
  4. Save and close the file.