Question:
How can I specify the default view in Web Client Viewer?
Answer:
Starting with DocuWare 6.6 incl. Hotfix 25 you can change this.
In file "...\DocuWare\Web\Platform\Web.config" change the value resp. add following lines:
...
<setting name="ViewerDialogZoomMode" serializeAs="String">'
<value>2</value>
</setting>
…
</applicationSettings>
You can specify the following values:
1 = Fit to width – with margins
2 = View whole page
3 = Zoom - 100%
4 = Fit to width for optimal view
After saving the settings take effect immediately. You don't need to restart any web components, but you need to reset the userspecific settings:
How do I reset the user specific settings in Web Client?