mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-04-07 14:06:16 +08:00
47 lines
3.1 KiB
HTML
47 lines
3.1 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>View tab</title>
|
|
<meta charset="utf-8" />
|
|
<meta name="description" content="Introducing the PDF Editor user interface - View tab" />
|
|
<link type = "text/css" rel = "stylesheet" href = "../../images/sprite.css" />
|
|
<link type="text/css" rel="stylesheet" href="../../../../../../common/main/resources/help/editor.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>View tab</h1>
|
|
<p>
|
|
The <b>View</b> tab of the <a href="https://www.onlyoffice.com/pdf-editor.aspx?docs=download" target="_blank" onclick="onhyperlinkclick(this)"><b>PDF Editor</b></a> allows you to manage how your PDF looks while you are working on it, as well as helps you navigate PDFs easily.
|
|
</p>
|
|
<div class="onlineDocumentFeatures">
|
|
<p>The corresponding window of the Online PDF Editor:</p>
|
|
<p><img alt="View tab" src="../images/interface/viewtab.png" /></p>
|
|
</div>
|
|
<div class="desktopDocumentFeatures">
|
|
<p>The corresponding window of the Desktop PDF Editor:</p>
|
|
<p><img alt="View tab" src="../images/interface/desktop_viewtab.png" /></p>
|
|
</div>
|
|
<p>View options available on this tab:</p>
|
|
<ul>
|
|
<li><b>Headings</b> panel displays a list of all headings with corresponding nesting levels. Click the heading to jump directly to a specific page. </li>
|
|
<li><b>Zoom</b> allows you to zoom in and out of your PDF.</li>
|
|
<li><b>Fit to Page</b> allows you to resize the PDF so that the screen displays the page as a whole.</li>
|
|
<li><b>Fit to Width</b> allows you to resize the PDF so that the page scales to fit the width of the screen.</li>
|
|
<li><b>Interface Theme</b> allows changing interface theme by choosing a <b>Same as system</b>, <b>Light</b>, <b>Classic Light</b>, <b>Dark</b>, <b>Contrast Dark</b>, <b>Gray</b>, <b>Modern Light</b> or <b>Modern Dark</b> theme.</li>
|
|
<li><b>Dark Document</b> option becomes active when the Dark or Contrast Dark theme is enabled. Click it to make the working area dark too.</li>
|
|
</ul>
|
|
<p>The following options allow you to configure the elements to display or hide. Check the elements to make them visible:</p>
|
|
<ul>
|
|
<li><b>Always Show Toolbar</b> to make the top toolbar always visible.</li>
|
|
<li><b>Status Bar</b> to make the status bar always visible.</li>
|
|
<li><b>Left Panel</b> to make the left panel visible.</li>
|
|
<li><b>Right Panel</b> to make the right panel visible.</li>
|
|
</ul>
|
|
</div>
|
|
</body>
|
|
</html> |