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

25 lines
1.3 KiB
HTML

<!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>
</head>
<body>
<div class="mainpart">
<div class="search-field">
<input id="search" class="searchBar" placeholder="Search" type="text" onkeypress="doSearch(event)">
</div>
<h1>About Document Editor</h1>
<p><b>Document Editor</b> is an <span class="onlineDocumentFeatures">online</span> application that lets you look through
and edit documents<span class="onlineDocumentFeatures"> directly in your browser</span>.</p>
<p>Using <b>Document Editor</b>, you can perform various editing operations like in any desktop editor,
print the edited documents keeping all the formatting details or download them onto your computer hard disk drive
as PDF, TXT, DOCX, ODT, or HTML files.</p>
<p>To view the current software version and licensor details, click the <img alt="About icon" src="../images/about.png" /> icon at the left sidebar.</p>
</div>
</body>
</html>