File: print-differentsize.page

package info (click to toggle)
papers 48.3-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 23,096 kB
  • sloc: ansic: 38,478; sh: 195; xml: 127; makefile: 117
file content (68 lines) | stat: -rw-r--r-- 1,880 bytes parent folder | download | duplicates (6)
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
<page xmlns="http://projectmallard.org/1.0/"
      xmlns:its="http://www.w3.org/2005/11/its"
      type="guide" style="task"
      id="print-differentsize">

  <info>
    <link type="guide" xref="printing"/>

    <revision pkgversion="3.2" date="2011-09-05" status="final"/>
    <revision pkgversion="3.16" date="2015-01-26" status="review"/>

    <credit type="author">
      <name>Phil Bull</name>
      <email its:translate="no">philbull@gmail.com</email>
    </credit>
    <credit type="author">
      <name>Ekaterina Gerasimova</name>
      <email its:translate="no">kittykat3756@gmail.com</email>
      <years>2015</years>
    </credit>

    <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>

    <desc>Printing a document on paper of a different size or
    orientation.</desc>
  </info>

  <title>Changing the paper size when printing</title>

  <p>If you want to change the paper size of your document (for example, print
  a US Letter-sized PDF on A4 paper), you can change the printing format for
  the document.</p>

  <steps>
    <item>
      <p>Press the menu button in the top-right corner of the window and press the <gui style="button">Print</gui> button.</p>
    </item>
    <item>
      <p>Select the <gui>Page Setup</gui> tab.</p>
    </item>
    <item>
      <p>Under the <em>Paper</em> column, choose your <em>Paper size</em> from
      the drop-down list.</p>
    </item>
    <item>
      <p>Click <gui>Print</gui> and your document should print.</p>
    </item>
  </steps>

  <p>You can also use the <em>Orientation</em> menu to choose a different
  orientation:</p>

  <list>
    <item>
      <p><gui>Portrait</gui></p>
    </item>
    <item>
      <p><gui>Landscape</gui></p>
    </item>
    <item>
      <p><gui>Reverse portrait</gui></p>
    </item>
    <item>
      <p><gui>Reverse landscape</gui></p>
    </item>
  </list>

</page>