Text fix for desktop-flags.aspx

This commit is contained in:
Svetlana Maleeva 2022-04-13 11:21:41 +03:00
parent 8538faa640
commit 1ef0e7dd6f

View File

@ -48,6 +48,9 @@
<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>
<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>
<p>Examples of using two flags together:</p>
<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>
<p><code>--review="/home/username/Documents/Document1.docx" --force-use-tab</code> or <code>--view="/home/username/Documents/Document1.docx" --force-use-tab</code> - for Linux</p>
<h5>Running Desktop Editors as an independent process</h5>
<p>This option can be used on all operating systems.</p>
<p><code>--single-window-app</code> - is used to run the desktop editors in a new application as an independent process in case one instance of the application is already launched. If you close the first application, youll not see the "All the editor windows will be closed" warning and the second one will remain opened.</p>
@ -62,7 +65,7 @@
</div>
</div>
<h2 id="signsignatureline">Running Desktop Editors with parameters</h2>
<h2 id="signsignatureline">Using flags on different operating systems</h2>
<div class="block_of_step">
<div class="screen_text">
<p>This process differs depending on the operating system - Windows, Linux, or Mac OS. Please choose the corresponding tab to read detailed instructions for your OS:</p>