Specifying the Report Generation Template - 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 specify the DOCX file which Content Composer Studio uses as the template for report generation, complete the following steps.
  1. From the %Composerdir% directory, open Composer.Studio.exe.config with a text editor that supports UTF-8.
  2. Search for the line that begins as follows.
    <add key="reportwordtemplate" 
  3. Set the value attribute to the required path and filename.
    <add key="reportwordtemplate" value="C:\Templates\Report.docx" />
    Note: The default value is "%Composerdir%Report.docx.
  4. Save and close the file.