Files
2024-12-20 18:38:45 +03:00

37 lines
1.8 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<title>Insert text from file</title>
<meta charset="utf-8" />
<meta name="description" content="Insert text from file: local, URL, storage" />
<link type="text/css" rel="stylesheet" href="../../../../../../common/main/resources/help/editor.css" />
<link type = "text/css" rel = "stylesheet" href = "../../images/sprite.css" />
<script type="text/javascript" src="../callback.js"></script>
<script type="text/javascript" src="../../../../../../common/main/resources/help/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>Insert text from file</h1>
<p>In the <a href="https://www.onlyoffice.com/document-editor.aspx" target="_blank" onclick="onhyperlinkclick(this)"><b>Document Editor</b></a>, you can insert text from file, preserving the formatting.</p>
<ol>
<li>
Switch to the <b>Insert</b> tab of the top toolbar.
<p><img alt="Insert tab" src="../images/interface/inserttab.png" /></p>
</li>
<li>Click the <div class="icon icon-textfromfile"></div> <b>Text from File</b> icon.</li>
<li>
Select one of the following options:
<ul>
<li><b>Text from the local file</b> - select a file on your hard disk drive to insert it into the document.</li>
<li><b>Text from the URL file</b> - enter the required URL to insert the text from it. Please note that this shall be a publicly accessible text file for the process to run properly.</li>
<li><b>Text from the storage file</b> - select a file from your ONLYOFFICE portal to insert its contents.</li>
</ul>
</li>
</ol>
</div>
</body>
</html>