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

« back to all changes in this revision

Viewing changes to help/fi/noprint.page

  • Committer: Bazaar Package Importer
  • Author(s): Frederic Peters
  • Date: 2011-04-14 16:20:57 UTC
  • mfrom: (1.6.4 upstream)
  • mto: (1.3.5 experimental)
  • mto: This revision was merged to the branch mainline in revision 138.
  • Revision ID: james.westby@ubuntu.com-20110414162057-0ofhbd139zs6ev6y
ImportĀ upstreamĀ versionĀ 3.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8"?>
 
2
<page xmlns="http://projectmallard.org/1.0/" type="topic" style="task" id="noprint" xml:lang="fi">
 
3
 
 
4
  <info>
 
5
    <link type="guide" xref="index#printing"/>
 
6
    <desc>The author may have put printing restrictions on the document.</desc>
 
7
    <revision pkgversion="2.30.3" version="0.1" date="2010-07-26" status="review"/>
 
8
    <credit type="author">
 
9
      <name>Phil Bull</name>
 
10
      <email>philbull@gmail.com</email>
 
11
    </credit>
 
12
    <license>
 
13
      <p>Creative Commons Share Alike 3.0</p>
 
14
    </license>
 
15
 
 
16
  </info>
 
17
 
 
18
<title>I Can't Print A Document</title>
 
19
 
 
20
<p>A document might not print because of:</p>
 
21
 <list>
 
22
  <item><p>Printer problems or, </p></item>
 
23
  <item><p>PDF printing restrictions.</p></item>
 
24
 </list>
 
25
 
 
26
 
 
27
<section>
 
28
  <title>Printer Problems</title>
 
29
  <p>
 
30
  There are many reasons why your printer might not be working. For example, it
 
31
  could be out of paper or ink, or unplugged or damaged.
 
32
  </p>
 
33
 
 
34
  <p>To check if your printer is printing correctly:</p>
 
35
  <steps>
 
36
   <item><p>Choose <guiseq><gui>System</gui><gui>Administration</gui><gui>Printing</gui></guiseq></p></item>
 
37
   <item><p>Double click on your printer in the list.</p></item>
 
38
   <item><p>Select <gui>Settings</gui> in the left menu.   Click on <gui>Print Test Page</gui>.  A page should be sent to your printer.</p>
 
39
<note>
 
40
 <p>
 
41
If this fails, see your printer's manual
 
42
  to see what else you can do.
 
43
</p>
 
44
</note>
 
45
 
 
46
</item>
 
47
  </steps>
 
48
 
 
49
 
 
50
</section>
 
51
 
 
52
<section>
 
53
  <title>PDF Printing Restrictions</title>
 
54
  <p>
 
55
  Some PDF documents have a setting which prevents you from printing them.
 
56
  Authors can set this printing restriction when they write a document.
 
57
  Evince overrides this restriction by default, but you may want to check
 
58
  that it hasn't been disabled:
 
59
  </p>
 
60
 
 
61
  <steps>
 
62
    <item>
 
63
      <p>
 
64
      Press <keyseq><key>Alt</key><key>F2</key></keyseq> to open the Run
 
65
      Application window.
 
66
      </p>
 
67
    </item>
 
68
    <item>
 
69
      <p>
 
70
      Type <input>gconf-editor</input> into the text box and click
 
71
      <gui>Run</gui>. The Configuration Editor will open.
 
72
      </p>
 
73
    </item>
 
74
    <item><p>Browse to <sys>/apps/evince</sys> using the side pane.</p></item>
 
75
    <item>
 
76
      <p>
 
77
      Make sure that the <gui>override_restrictions</gui> option is checked.
 
78
      </p>
 
79
    </item>
 
80
    <item>
 
81
      <p>
 
82
      Go back to the Document Viewer and try to print the document again.
 
83
      </p>
 
84
    </item>
 
85
  </steps>
 
86
</section>
 
87
 
 
88
</page>