summaryrefslogtreecommitdiff
path: root/help/C/convertPostScript.page
diff options
context:
space:
mode:
Diffstat (limited to 'help/C/convertPostScript.page')
-rw-r--r--help/C/convertPostScript.page59
1 files changed, 59 insertions, 0 deletions
diff --git a/help/C/convertPostScript.page b/help/C/convertPostScript.page
new file mode 100644
index 00000000..cf49fbd4
--- /dev/null
+++ b/help/C/convertPostScript.page
@@ -0,0 +1,59 @@
+<page xmlns="http://projectmallard.org/1.0/"
+ type="topic" style="task"
+ id="convertPostScript">
+
+ <info>
+ <link type="guide" xref="index#tips"/>
+ <desc>You can convert a document to PostScript.</desc>
+ <revision pkgversion="1.25" version="0.1" date="2021-03-13" status="final"/>
+ <credit type="author">
+ <name>Phil Bull</name>
+ <email>[email protected]</email>
+ </credit>
+ <credit type="editor">
+ <name>Anna Philips</name>
+ <email>[email protected]</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 <app>Atril</app> and "printing" the document as a PostScript file.
+</p>
+<steps>
+ <item>
+ <p> Go to
+ <guiseq><gui style="menuitem">File</gui>
+ <gui style="menuitem">Print</gui></guiseq>
+ and
+ select <gui>Print</gui> or press
+ <keyseq><key>Ctrl</key><key>P</key></keyseq> 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 in which to save the file, then click <gui>Print</gui>.
+ The PostScript file will be saved in the folder you chose.
+ </p>
+ </item>
+</steps>
+</page>