mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-24 09:22:26 +08:00
35 lines
1.9 KiB
HTML
35 lines
1.9 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Protection tab</title>
|
|
<meta charset="utf-8" />
|
|
<meta name="description" content="Introducing the PDF Editor user interface - Protection 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>Protection tab</h1>
|
|
<p>The <b>Protection</b> tab of the <a href="https://www.onlyoffice.com/form-creator?docs=download" target="_blank" onclick="onhyperlinkclick(this)"><b>Form Creator</b></a> allows protecting your PDF forms with a password.</p>
|
|
<div class="onlineDocumentFeatures">
|
|
<p>The corresponding window of the Online Form Creator:</p>
|
|
<p><img alt="Protection tab" src="../images/interface/protectiontab.png" /></p>
|
|
</div>
|
|
<div class="desktopDocumentFeatures">
|
|
<p>The corresponding window of the Desktop Form Creator:</p>
|
|
<p><img alt="Protection tab" src="../images/interface/desktop_protectiontab.png" /></p>
|
|
</div>
|
|
<p>Using this tab, you can:</p>
|
|
<ul>
|
|
<li><a href="../HelpfulHints/Password.htm" onclick="onhyperlinkclick(this)">set a password for your PDF form</a>,</li>
|
|
<li>change passwords and delete them,</li>
|
|
<li>remove PDF form protection altogether.</li>
|
|
</ul>
|
|
</div>
|
|
</body>
|
|
</html> |