~ubuntu-branches/ubuntu/oneiric/evince/oneiric

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
<?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/" type="topic" style="task" id="noprint" xml:lang="fr">

  <info>
    <link type="guide" xref="index#printing"/>
    <desc>The author may have put printing restrictions on the document.</desc>
    <revision pkgversion="2.30.3" version="0.1" date="2010-07-26" status="review"/>
    <credit type="author">
      <name>Phil Bull</name>
      <email>philbull@gmail.com</email>
    </credit>
    <license>
      <p>Creative Commons Share Alike 3.0</p>
    </license>

  </info>

<title>I Can't Print A Document</title>

<p>A document might not print because of:</p>
 <list>
  <item><p>Printer problems or, </p></item>
  <item><p>PDF printing restrictions.</p></item>
 </list>


<section>
  <title>Printer Problems</title>
  <p>
  There are many reasons why your printer might not be working. For example, it
  could be out of paper or ink, or unplugged or damaged.
  </p>

  <p>To check if your printer is printing correctly:</p>
  <steps>
   <item><p>Click your name on the topbar and select <gui>System Settings</gui>.</p></item>
   <item><p>Click on your printer in the list.</p></item>
   <item><p>Click on <gui>Print Test Page</gui>.  A page should be sent to your printer.</p>
<note>
 <p>
If this fails, see <link href="ghelp:gnome-help?printing">Printing help</link>.  You may also need to see your printer's manual to see what else you can do.
</p>
</note>

</item>
  </steps>


</section>

<section>
  <title>PDF Printing Restrictions</title>
  <p>
  Some PDF documents have a setting which prevents you from printing them.
  Authors can set this printing restriction when they write a document.
  Evince overrides this restriction by default, but you may want to check
  that it hasn't been disabled:
  </p>

  <steps>
    <item>
      <p>
      Press <keyseq><key>Alt</key><key>F2</key></keyseq> to open the Run
      Application window.
      </p>
    </item>
    <item>
      <p>
      Type <input>gconf-editor</input> into the text box and click
      <gui>Run</gui>. The Configuration Editor will open.
      </p>
    </item>
    <item><p>Browse to <sys>/apps/evince</sys> using the side pane.</p></item>
    <item>
      <p>
      Make sure that the <gui>override_restrictions</gui> option is checked.
      </p>
    </item>
    <item>
      <p>
      Go back to the Document Viewer and try to print the document again.
      </p>
    </item>
  </steps>
</section>

</page>