To display generated documents in the internal document
viewer instead of in Word, complete the following steps.
-
From the %Composerdir% directory,
open Composer.Studio.exe.config with a text editor that supports
UTF-8.
-
Search for
the line that begins as follows.
<add key="useInternalDocumentViewer"
-
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.
-
Save and
close the file.