Merge branch 'feature/test-merge-for-release' of https://github.com/ONLYOFFICE/helpcenter into feature/test-merge-for-release

This commit is contained in:
Olga Vlasiuk 2022-04-21 17:03:56 +03:00
commit 6f6bd64fcc

View File

@ -46,7 +46,10 @@
<p>These options can be used on Windows and Linux OS.</p>
<p><code>--review=path/to/file</code> - is used to open an existing DOCX file in the Track Changes mode without the ability to disable this mode. The XLSX and PPTX files will be opened in the viewing mode, as the track changes mode is not currently supported in spreadsheets and presentations.</p>
<p><code>--view=path/to/file</code> - is used to open an existing DOCX, XLSX, or PPTX file in the viewing mode without the ability to switch to the editing mode.</p>
<div class="notehelp">Replace <code>path/to/file</code> with an actual full path to an existing file. The file path must be enclosed in double quotes. E.g., <code>--review="C:\Users\username\Documents\Document1.docx"</code> for Windows, <code>--review="/home/username/Documents/Document1.docx"</code> for Linux.</div>
<div class="notehelp">Replace <code>path/to/file</code> with an actual full path to an existing file. The file path must be enclosed in double quotes. E.g.:
<p><code>--review="C:\Users\username\Documents\Document1.docx"</code> for Windows</p>
<p><code>--review="/home/username/Documents/Document1.docx"</code> for Linux</p>
</div>
<p><code>--force-use-tab</code> - is used together with the <code>--review=path/to/file</code> or <code>--view=path/to/file</code> flags to open an existing DOCX file in a new tab of the main window. Otherwise, the document opens in a separate window.</p>
<div class="notehelp">Examples of using two flags together:
<p><code>--review="C:\Users\username\Documents\Document1.docx" --force-use-tab</code> or <code>--view="C:\Users\username\Documents\Document1.docx" --force-use-tab</code> - for Windows</p>