1<?xml version="1.0" encoding="utf-8"?>
2<page xmlns="http://projectmallard.org/1.0/" xmlns:its="http://www.w3.org/2005/11/its" type="topic" style="task" id="password" xml:lang="bn">
3
4  <info>
5    <link type="guide" xref="index#reading"/>
6    <revision pkgversion="1.25" version="0.1" date="2021-03-13" status="final"/>
7    <credit type="author">
8      <name>Phil Bull</name>
9      <email its:translate="no">philbull@gmail.com</email>
10    </credit>
11    <credit type="editor">
12      <name>Ekaterina Gerasimova</name>
13      <email its:translate="no">kittykat3756@gmail.com</email>
14    </credit>
15
16    <include xmlns="http://www.w3.org/2001/XInclude" href="legal-unported.xml"/>
17
18    <desc>Handling password protected PDFs.</desc>
19  </info>
20
21  <title>Password-protected documents</title>
22
23  <p>If you try to open a PDF document that is protected with a password, a
24  window will appear asking you to enter the document password. Enter the
25  password and click <gui>Unlock Document</gui>.</p>
26
27<!-- TODO: not sure both types are relevant
28  <p>There are two types of passwords:</p>
29
30  <list>
31    <item>
32      <p>The <em>user password</em> is needed to view the document.</p>
33    </item>
34    <item>
35      <p>The <em>master password</em> is required to print the document as well
36      as view it.</p>
37    </item>
38  </list>
39
40  <note>
41    <p>These passwords are set by the person who created the document.</p>
42  </note>
43-->
44
45  <note>
46    <p>Passwords can be set by the person who created or edited the
47    document.</p>
48  </note>
49
50</page>
51