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="tr">
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
20    <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
21      <mal:name>Fatih Demir</mal:name>
22      <mal:email>kabalak@kabalak.net</mal:email>
23      <mal:years>2000.</mal:years>
24    </mal:credit>
25
26    <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
27      <mal:name>Görkem Çetin</mal:name>
28      <mal:email>gorkem@gelecek.com.tr</mal:email>
29      <mal:years>2002/2003.</mal:years>
30    </mal:credit>
31
32    <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
33      <mal:name>Barış Çicek</mal:name>
34      <mal:email>baris@teamforce.name.tr</mal:email>
35      <mal:years>2004, 2008, 2009.</mal:years>
36    </mal:credit>
37
38    <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
39      <mal:name>Muhammet Kara</mal:name>
40      <mal:email>muhammet.k@gmail.com</mal:email>
41      <mal:years>2011.</mal:years>
42    </mal:credit>
43
44    <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
45      <mal:name>hsngrms</mal:name>
46      <mal:email>dead-bodies-everywhere@hotmail.com</mal:email>
47      <mal:years>2012</mal:years>
48    </mal:credit>
49
50    <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
51      <mal:name>Atilla Öntaş</mal:name>
52      <mal:email>tarakbumba@gmail.com</mal:email>
53      <mal:years>2014</mal:years>
54    </mal:credit>
55
56    <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
57      <mal:name>Emre FIRAT</mal:name>
58      <mal:email>emrefirat93@gmail.com</mal:email>
59      <mal:years>2013, 2014, 2015</mal:years>
60    </mal:credit>
61  </info>
62
63  <title>Password-protected documents</title>
64
65  <p>If you try to open a PDF document that is protected with a password, a
66  window will appear asking you to enter the document password. Enter the
67  password and click <gui>Unlock Document</gui>.</p>
68
69<!-- TODO: not sure both types are relevant
70  <p>There are two types of passwords:</p>
71
72  <list>
73    <item>
74      <p>The <em>user password</em> is needed to view the document.</p>
75    </item>
76    <item>
77      <p>The <em>master password</em> is required to print the document as well
78      as view it.</p>
79    </item>
80  </list>
81
82  <note>
83    <p>These passwords are set by the person who created the document.</p>
84  </note>
85-->
86
87  <note>
88    <p>Passwords can be set by the person who created or edited the
89    document.</p>
90  </note>
91
92</page>
93