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

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
<?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/" type="topic" style="task" id="convertPostScript" xml:lang="en_GB">

  <info>
    <link type="guide" xref="index#tips"/>
    <desc>You can convert a document to PostScript.</desc>

    <revision pkgversion="2.30.3" version="0.1" date="2010-07-26" status="review"/>
    <credit type="author">
      <name>Phil Bull</name>
      <email>philbull@gmail.com</email>
    </credit>
    <license>
      <p>Creative Commons Share Alike 3.0</p>
    </license>

  </info>

<title>Converting A Document To PostScript</title>

<p>
You can convert documents of the following format types to PostScript files:
</p>
<list>
 <item><p>DjVu (.djvu, .djv)</p></item>
 <item><p>Portable Document Format (.pdf)</p></item>
 <item><p>Tagged Image File Format (.tiff, .tif)</p></item>
</list>
<p>
This works by opening the file in Document Viewer and "printing" the document as a PostScript file.
</p>
<steps>
    <item>
      <p>
      Click <guiseq><gui>File</gui><gui>Print</gui></guiseq> and go to the
      <gui>General</gui> tab.
      </p>
    </item>
    <item>
      <p>
      Select <gui>Print to File</gui> and choose PostScript as the
      <gui>Output format</gui>.
      </p>
    </item>
    <item>
      <p>
      Choose a name and folder to save the file in, then click <gui>Print</gui>.
      The PostScript file will be saved in the folder you chose.
      </p>
    </item>
</steps>
</page>