To specify the view mode Microsoft Word uses when the user
opens a document template or a text block, complete the following steps.
-
From the
%Composerdir% directory, open
Composer.Client.exe.config with a text editor that supports
UTF-8.
-
Within the
<appSettings> element, insert the following
line:
<add key="WordForcePrintView" value="True" />
-
Complete one of the following substeps.
- To display the
document in Microsoft Word in the Print Layout view, set the
value attribute to
True.
- To not display
the document in Microsoft Word in the Print Layout view, set
thevalue attribute to
False.
Note: The default value is FALSE.
-
Save and close the file.