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 66 67 68 69 70 71 72
|
<?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/" type="topic" style="task" id="convertPostScript" xml:lang="ca">
<info>
<link type="guide" xref="index#tips"/>
<desc>Podeu convertir un document a PostScript.</desc>
<revision pkgversion="3.2" version="0.1" date="2011-09-05" status="final"/>
<revision pkgversion="3.10.3" date="2014-03-22" status="review"/>
<credit type="author">
<name>Phil Bull</name>
<email>philbull@gmail.com</email>
</credit>
<credit type="editor">
<name>Anna Philips</name>
<email>anna.cs.au@gmail.com</email>
</credit>
<license>
<p>Creative Commons Compartir Igual 3.0</p>
</license>
<mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
<mal:name>Carles Ferrando Garcia</mal:name>
<mal:email>carles.ferrando@gmail.com</mal:email>
<mal:years>2010</mal:years>
</mal:credit>
<mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
<mal:name>Xavier Roijals</mal:name>
<mal:email>xavier.roijals@gmail.com</mal:email>
<mal:years>2011</mal:years>
</mal:credit>
<mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
<mal:name>Gil Forcada</mal:name>
<mal:email>gilforcada@guifi.net</mal:email>
<mal:years>2013</mal:years>
</mal:credit>
</info>
<title>Conversió d'un document a PostScript</title>
<p>Podeu convertir els documents dels formats següents a fitxers PostScript:</p>
<list>
<item><p>DjVu (.djvu, .djv)</p></item>
<item><p>Format de document portable (.pdf)</p></item>
<item><p>Format de fitxer d'imatge etiquetada (.tiff, .tif)</p></item>
</list>
<p>Ho podeu fer si obriu el document amb el <app>Visualitzador de documents</app> i «imprimiu» el document com a fitxer PostScript.</p>
<steps>
<item>
<p>Click the <gui>File options</gui> menu in the top right corner 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>
|