mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-24 07:31:55 +08:00
56 lines
5.0 KiB
HTML
56 lines
5.0 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Home tab</title>
|
|
<meta charset="utf-8" />
|
|
<meta name="description" content="Introducing the PDF Editor user interface - Home tab" />
|
|
<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>Home tab</h1>
|
|
<p>The <b>Home</b> tab in the <a target="_blank" href="https://www.onlyoffice.com/pdf-editor.aspx?docs=download" onclick="onhyperlinkclick(this)"><b>PDF Editor</b></a> opens by default when you open a PDF. It allows you to navigate the PDF, select text or objects, rotate pages, adjust zoom, fit to page or width, insert objects and perform basic editing operations.</p>
|
|
<div>
|
|
<p>The corresponding window of the Online PDF Editor:</p>
|
|
<p><img alt="Home tab" src="../images/interface/hometab.png" /></p>
|
|
<p>The corresponding window of the Desktop PDF Editor:</p>
|
|
<p><img alt="Home tab" src="../images/interface/desktop_hometab.png" /></p>
|
|
<hr />
|
|
<p class="note">The following mode is available after clicking the <b>Edit PDF</b> button on the top toolbar.</p>
|
|
The interface for the PDF editing mode in the Online PDF Editor:
|
|
<p><img alt="Home tab Editing" src="../images/interface/hometab_editing.png" /></p>
|
|
The interface for the PDF editing mode in the Desktop PDF Editor:
|
|
<p><img alt="Home tab Editing" src="../images/interface/desktop_hometab_editing.png" /></p>
|
|
<hr />
|
|
<p class="note">The following mode is available only for fillable PDF forms.</p>
|
|
The interface for the form filling mode in the Online PDF Editor:
|
|
<p><img alt="Home tab - Forms" src="../images/interface/hometab_form.png" /></p>
|
|
The interface for the form filling mode in the Desktop PDF Editor:
|
|
<p><img alt="Home tab - Forms" src="../images/interface/desktop_hometab_form.png" /></p>
|
|
</div>
|
|
<p>Using this tab, you can:</p>
|
|
<ul>
|
|
<li><a href="../UsageInstructions/EditPDF.htm" onclick="onhyperlinkclick(this)">edit PDFs</a>,</li>
|
|
<li><a href="../HelpfulHints/Navigation.htm" onclick="onhyperlinkclick(this)">navigate</a> the file,</li>
|
|
<li><a href="../HelpfulHints/Navigation.htm" onclick="onhyperlinkclick(this)">adjust zoom</a>,</li>
|
|
<li><a href="../HelpfulHints/Navigation.htm" onclick="onhyperlinkclick(this)">fit</a> to page or width,</li>
|
|
</ul>
|
|
<p>Additional features while in the <b>editing mode</b>:</p>
|
|
<ul>
|
|
<li><a href="https://helpcenter.onlyoffice.com/ONLYOFFICE-Editors/ONLYOFFICE-Document-Editor/UsageInstructions/FontTypeSizeColor.aspx" target="_blank" onclick="onhyperlinkclick(this)">format selected text</a>, <a href="https://helpcenter.onlyoffice.com/ONLYOFFICE-Editors/ONLYOFFICE-Document-Editor/UsageInstructions/CopyClearFormatting.aspx" target="_blank" onclick="onhyperlinkclick(this)">copy and clear formatting</a>, <a href="https://helpcenter.onlyoffice.com/ONLYOFFICE-Editors/ONLYOFFICE-Document-Editor/UsageInstructions/CreateLists.aspx" target="_blank" onclick="onhyperlinkclick(this)">insert lists</a>, <a href="https://helpcenter.onlyoffice.com/ONLYOFFICE-Editors/ONLYOFFICE-Document-Editor/UsageInstructions/AlignText.aspx" target="_blank" onclick="onhyperlinkclick(this)">align text</a>, <a href="https://helpcenter.onlyoffice.com/ONLYOFFICE-Editors/ONLYOFFICE-Document-Editor/UsageInstructions/LineSpacing.aspx" target="_blank" onclick="onhyperlinkclick(this)">set line spacing</a>, <a href="https://helpcenter.onlyoffice.com/ONLYOFFICE-Editors/ONLYOFFICE-Document-Editor/UsageInstructions/SetPageParameters.aspx#columns" target="_blank" onclick="onhyperlinkclick(this)">arrange text into columns</a>,</li>
|
|
<li><a href="../UsageInstructions/EditPDF.htm" onclick="onhyperlinkclick(this)">insert, delete, and rotate pages</a>,</li>
|
|
<li><a href="../ProgramInterface/InsertTab.htm" onclick="onhyperlinkclick(this)">insert objects</a>.</li>
|
|
</ul>
|
|
<p>The following options are not displayed for ordinary PDF files, they are available only for fillable PDF forms:</p>
|
|
<ul>
|
|
<li>When <a href="../UsageInstructions/FillingOutForm.htm" onclick="onhyperlinkclick(this)">filling out a PDF form</a>, navigate between fields, clear fields, submit the form.</li>
|
|
</ul>
|
|
</div>
|
|
</body>
|
|
</html> |