41 lines
2.7 KiB
HTML
41 lines
2.7 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Save/download/print your document</title>
|
|
<meta charset="utf-8" />
|
|
<meta name="description" content="Save, download and print your documents in various formats" />
|
|
<link type="text/css" rel="stylesheet" href="../editor.css" />
|
|
<script type="text/javascript" src="../callback.js"></script>
|
|
<script type="text/javascript" src="../search/js/page-search.js"></script>
|
|
</head>
|
|
<body>
|
|
<div class="mainpart">
|
|
<div class="search-field">
|
|
<input id="search" class="searchBar" placeholder="Search" type="text" onkeypress="doSearch(event)">
|
|
</div>
|
|
<h1>Save/<span class="onlineDocumentFeatures">download/</span>print your document</h1>
|
|
<p>By default, <b>Document Editor</b> automatically saves your file each 2 seconds when you work on it preventing your data loss in case of the unexpected program closing.<span class="onlineDocumentFeatures"> If you co-edit the file in the <b>Fast</b> mode, the timer requests for updates 25 times a second and saves the changes if they have been made. When the file is being co-edited in the <b>Strict</b> mode, changes are automatically saved at 10-minute intervals. If you need, you can easily select the preferred co-editing mode or disable the <b>Autosave</b> feature on the <a href="../HelpfulHints/AdvancedSettings.htm" onclick="onhyperlinkclick(this)">Advanced Settings</a> page.</span></p>
|
|
<p>To save your current document manually,</p>
|
|
<ul>
|
|
<li>press the <b>Save</b> <img alt="Save icon" src="../images/save.png" /> icon at the top toolbar, or</li>
|
|
<li>use the <b>Ctrl+S</b> key combination, or</li>
|
|
<li>click the <b>File</b> tab of the top toolbar and select the <b>Save</b> option.</li>
|
|
</ul>
|
|
<div class="onlineDocumentFeatures">
|
|
<p>To download the resulting document onto your computer hard disk drive,</p>
|
|
<ol>
|
|
<li>click the <b>File</b> tab of the top toolbar,</li>
|
|
<li>select the <b>Download as...</b> option,</li>
|
|
<li>choose one of the available formats depending on your needs: DOCX, PDF, TXT, ODT, RTF, HTML.</li>
|
|
</ol>
|
|
</div>
|
|
<p>To print out the current document,</p>
|
|
<ul>
|
|
<li>click the <b>Print</b> <img alt="Print icon" src="../images/print.png" /> icon at the top toolbar, or</li>
|
|
<li>use the <b>Ctrl+P</b> key combination, or</li>
|
|
<li>click the <b>File</b> tab of the top toolbar and select the <b>Print</b> option.</li>
|
|
</ul>
|
|
<p class="onlineDocumentFeatures">After that a PDF file will be generated on the basis of the document. You can open and print it out, or save onto your computer hard disk drive or removable medium to print it out later.</p>
|
|
</div>
|
|
</body>
|
|
</html> |