mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-24 12:55:34 +08:00
32 lines
1.6 KiB
HTML
32 lines
1.6 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Redact tab</title>
|
|
<meta charset="utf-8" />
|
|
<meta name="description" content="Introducing the PDF Editor user interface - Redact 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>Redact tab</h1>
|
|
<p>The <b>Redact</b> tab in the <b>PDF Editor</b> allows you to black out, i.e. redact, sensitive information in a .pdf.</p>
|
|
<p>The corresponding window of the Online PDF Editor:</p>
|
|
<p><img alt="Redact tab" src="../images/interface/redacttab.png"></p>
|
|
<p>The corresponding window of the Desktop PDF Editor:</p>
|
|
<p><img alt="Redact tab" src="../images/interface/desktop_redacttab.png"></p>
|
|
<p>Using this tab, you can <a href="../UsageInstructions/Redact.htm" target="_blank">mark up text for redaction</a> in one of the following ways:</p>
|
|
<ul>
|
|
<li>by manually selecting text pieces,</li>
|
|
<li>by selecting pages,</li>
|
|
<li>by finding the required text pieces via the <b>Search</b> tool.</li>
|
|
</ul>
|
|
</div>
|
|
</body>
|
|
</html>
|