Displaying Documents in the Internal Document Viewer - 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
To display generated documents in the internal document viewer instead of in Word, complete the following steps:
  1. From the %Composerdir% directory, open Composer.Client.exe.config with a text editor that supports UTF-8.
  2. Search for the line that begins as follows:
    <add key="useInternalDocumentViewer"
  3. Complete one of the following substeps:
    • To display generated documents in the internal document viewer, set the value attribute to True.
    • To display generated documents in Word, set thevalue attribute to False.

    Example

    <add key="useInternalDocumentViewer" value="True" />
    Note: The default value is False.
  4. Save and close the file.