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="guide" style="task" id="print-pagescaling" xml:lang="wa">
3
4  <info>
5    <link type="guide" xref="printing"/>
6    <revision pkgversion="1.25" version="0.1" date="2021-03-13" status="final"/>
7    <credit type="author">
8      <name>Ekaterina Gerasimova</name>
9      <email its:translate="no">kittykat3756@gmail.com</email>
10      <years>2015</years>
11    </credit>
12
13    <include xmlns="http://www.w3.org/2001/XInclude" href="legal-unported.xml"/>
14
15    <desc>Shrink or expand the document to fit the paper size.</desc>
16  </info>
17
18  <title>Scale page for printing</title>
19
20  <p>If you want to change the paper size of your document (for example, print
21  a US Letter-sized PDF on A4 paper), you can change the printing format for
22  the document.</p>
23
24  <steps>
25    <item>
26      <p>Open the menu at the top-right of the window, then select
27      <gui style="menuitem">Print…</gui>.</p>
28    </item>
29    <item>
30      <p>Select the <gui style="tab">Page Handling</gui> tab.</p>
31    </item>
32    <item>
33      <p>Choose a <em>Page Scaling</em> from the drop-down list.</p>
34      <list>
35        <item>
36          <p><em>None</em>: do not perform page scaling.</p>
37        </item>
38        <item>
39          <p><em>Shrink to Printable Area</em>: document pages larger than the
40          printable area are reduced to fit the printable area of the printer
41          page.</p>
42        </item>
43        <item>
44          <p><em>Fit to Printable Area</em>: document pages are enlarged or
45          reduced as required to fit the printable area of the printer
46          page.</p>
47        </item>
48      </list>
49    </item>
50    <item>
51      <p>Click <gui>Print</gui> to print your document.</p>
52    </item>
53  </steps>
54
55</page>
56