diff options
Diffstat (limited to 'help/C/password.page')
-rw-r--r-- | help/C/password.page | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/help/C/password.page b/help/C/password.page new file mode 100644 index 00000000..dd4d6615 --- /dev/null +++ b/help/C/password.page @@ -0,0 +1,52 @@ +<page xmlns="http://projectmallard.org/1.0/" + xmlns:its="http://www.w3.org/2005/11/its" + type="topic" style="task" + id="password"> + + <info> + <link type="guide" xref="index#reading"/> + <revision pkgversion="1.25" version="0.1" date="2021-03-13" status="final"/> + <credit type="author"> + <name>Phil Bull</name> + <email its:translate="no">[email protected]</email> + </credit> + <credit type="editor"> + <name>Ekaterina Gerasimova</name> + <email its:translate="no">[email protected]</email> + </credit> + + <include href="legal-unported.xml" xmlns="http://www.w3.org/2001/XInclude"/> + + <desc>Handling password protected PDFs.</desc> + </info> + + <title>Password-protected documents</title> + + <p>If you try to open a PDF document that is protected with a password, a + window will appear asking you to enter the document password. Enter the + password and click <gui>Unlock Document</gui>.</p> + +<!-- TODO: not sure both types are relevant + <p>There are two types of passwords:</p> + + <list> + <item> + <p>The <em>user password</em> is needed to view the document.</p> + </item> + <item> + <p>The <em>master password</em> is required to print the document as well + as view it.</p> + </item> + </list> + + <note> + <p>These passwords are set by the person who created the document.</p> + </note> +--> + + <note> + <p>Passwords can be set by the person who created or edited the + document.</p> + </note> + +</page> |