web-apps/apps/documenteditor/main/resources/help/en/HelpfulHints/About.htm

24 lines
1.8 KiB
HTML
Raw Normal View History

2016-03-11 00:48:53 +00:00
<!DOCTYPE html>
<html>
<head>
<title>About Document Editor</title>
<meta charset="utf-8" />
<meta name="description" content="The short description of Document Editor" />
<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>
2016-03-11 00:48:53 +00:00
</head>
<body>
<div class="mainpart">
<div class="search-field">
<input id="search" class="searchBar" placeholder="Search" type="text" onkeypress="doSearch(event)">
</div>
2020-09-14 12:21:50 +00:00
<h1>About the Document Editor</h1>
2021-04-30 13:51:49 +00:00
<p>The <a href="https://www.onlyoffice.com/en/document-editor.aspx" target="_blank" onclick="onhyperlinkclick(this)"><b>Document Editor</b></a> is an <span class="onlineDocumentFeatures">online</span> application that allows you to view through
2017-04-21 08:44:23 +00:00
and edit documents<span class="onlineDocumentFeatures"> directly in your browser</span>.</p>
2020-09-14 12:21:50 +00:00
<p>Using the <b>Document Editor</b>, you can perform various editing operations like in any desktop editor,
2021-04-30 13:51:49 +00:00
print the edited documents keeping all the formatting details or download them onto your computer hard disk drive of your computer as DOCX, PDF, ODT, TXT, DOTX, PDF/A, OTT, RTF, HTML, FB2, EPUB files.</p>
2020-09-14 12:21:50 +00:00
<p><span class="onlineDocumentFeatures">To view the current software version and licensor details in the <em>online version</em>, click the <img alt="About icon" src="../images/about.png" /> icon on the left sidebar.</span> <span class="desktopDocumentFeatures"> To view the current software version and licensor details in the <em>desktop version</em>, select the <b>About</b> menu item on the left sidebar of the main program window.</span></p>
2016-03-11 00:48:53 +00:00
</div>
</body>
</html>