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
|
<?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/" type="task" id="printing-to-file" xml:lang="pl">
<info>
<link type="guide" xref="printing" group="#last"/>
<revision pkgversion="3.8" date="2013-03-29" status="review"/>
<revision pkgversion="3.13.92" date="2014-09-22" status="candidate"/>
<revision pkgversion="3.18" date="2015-09-29" status="final"/>
<credit type="author copyright">
<name>Ekaterina Gerasimova</name>
<email>kittykat3756@gmail.com</email>
<years>2013</years>
</credit>
<include xmlns="http://www.w3.org/2001/XInclude" href="legal.xml"/>
<desc>Zapisywanie dokumentu jako plik PDF, PostScript lub SVG zamiast drukowania go.</desc>
<mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
<mal:name>Piotr Drąg</mal:name>
<mal:email>piotrdrag@gmail.com</mal:email>
<mal:years>2017-2023</mal:years>
</mal:credit>
<mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
<mal:name>Aviary.pl</mal:name>
<mal:email>community-poland@mozilla.org</mal:email>
<mal:years>2017-2023</mal:years>
</mal:credit>
</info>
<title>Drukowanie do pliku</title>
<p>Można wybrać wydrukowanie dokumentu do pliku, zamiast wysyłać go do drukarki. Wydruk do pliku utworzy plik <sys>PDF</sys>, <sys>PostScript</sys> lub <sys>SVG</sys> zawierający dokument. Jest to przydatne do wysyłania dokumentu na inny komputer lub do kogoś innego.</p>
<steps>
<title>Aby wydrukować do pliku:</title>
<item>
<p>Otwórz okno wydruku naciskając klawisze <keyseq><key>Ctrl</key><key>P</key></keyseq>.</p>
</item>
<item>
<p>Select <gui>Print to File</gui> in the
<gui style="tab">General</gui> tab.</p>
</item>
<item>
<!-- "Save" button in GTK4, "Select" button in GTK3 -->
<p>To change the default filename and where the file is saved to, click
the filename below the printer selection. Click
<gui style="button">Select</gui> or <gui style="button">Save</gui>
once you have finished choosing.</p>
</item>
<item>
<p>Domyślny typ pliku dla dokumentu to <sys>PDF</sys>. Aby użyć innego <gui>Formatu wyjściowego</gui>, wybierz <sys>PostScript</sys> lub <sys>SVG</sys>.</p>
</item>
<item>
<p>Wybierz pozostałe preferencje strony.</p>
</item>
<item>
<p>Kliknij przycisk <gui style="button">Wydrukuj</gui>, aby zapisać plik.</p>
</item>
</steps>
</page>
|