1<?xml version="1.0" encoding="utf-8"?>
2<page xmlns="http://projectmallard.org/1.0/" type="topic" style="task" id="convertPostScript" xml:lang="tr">
3
4  <info>
5    <link type="guide" xref="index#tips"/>
6    <desc>You can convert a document to PostScript.</desc>
7    <revision pkgversion="1.25" version="0.1" date="2021-03-13" status="final"/>
8    <credit type="author">
9      <name>Phil Bull</name>
10      <email>philbull@gmail.com</email>
11    </credit>
12    <credit type="editor">
13      <name>Anna Philips</name>
14      <email>anna.cs.au@gmail.com</email>
15    </credit>
16    <license>
17      <p>Creative Commons Share Alike 3.0</p>
18    </license>
19
20
21    <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
22      <mal:name>Fatih Demir</mal:name>
23      <mal:email>kabalak@kabalak.net</mal:email>
24      <mal:years>2000.</mal:years>
25    </mal:credit>
26
27    <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
28      <mal:name>Görkem Çetin</mal:name>
29      <mal:email>gorkem@gelecek.com.tr</mal:email>
30      <mal:years>2002/2003.</mal:years>
31    </mal:credit>
32
33    <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
34      <mal:name>Barış Çicek</mal:name>
35      <mal:email>baris@teamforce.name.tr</mal:email>
36      <mal:years>2004, 2008, 2009.</mal:years>
37    </mal:credit>
38
39    <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
40      <mal:name>Muhammet Kara</mal:name>
41      <mal:email>muhammet.k@gmail.com</mal:email>
42      <mal:years>2011.</mal:years>
43    </mal:credit>
44
45    <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
46      <mal:name>hsngrms</mal:name>
47      <mal:email>dead-bodies-everywhere@hotmail.com</mal:email>
48      <mal:years>2012</mal:years>
49    </mal:credit>
50
51    <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
52      <mal:name>Atilla Öntaş</mal:name>
53      <mal:email>tarakbumba@gmail.com</mal:email>
54      <mal:years>2014</mal:years>
55    </mal:credit>
56
57    <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
58      <mal:name>Emre FIRAT</mal:name>
59      <mal:email>emrefirat93@gmail.com</mal:email>
60      <mal:years>2013, 2014, 2015</mal:years>
61    </mal:credit>
62  </info>
63
64<title>Converting a document to PostScript</title>
65
66<p>
67You can convert documents of the following format types to PostScript files:
68</p>
69<list>
70 <item><p>DjVu (.djvu, .djv)</p></item>
71 <item><p>Portable Document Format (.pdf)</p></item>
72 <item><p>Tagged Image File Format (.tiff, .tif)</p></item>
73</list>
74<p>
75This works by opening the file in <app>Atril</app> and "printing" the document as a PostScript file.
76</p>
77<steps>
78    <item>
79     <p> Go to
80     <guiseq><gui style="menuitem">File</gui>
81     <gui style="menuitem">Print</gui></guiseq>
82      and
83      select <gui>Print</gui> or press
84      <keyseq><key>Ctrl</key><key>P</key></keyseq> and go to the
85      <gui>General</gui> tab.</p>
86    </item>
87    <item>
88      <p>
89      Select <gui>Print to File</gui> and choose PostScript as the
90      <gui>Output format</gui>.
91      </p>
92    </item>
93    <item>
94      <p>
95      Choose a name and folder in which to save the file, then click <gui>Print</gui>.
96      The PostScript file will be saved in the folder you chose.
97      </p>
98    </item>
99</steps>
100</page>
101