<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1">
<title></title>
</head>
<body text="#000000" bgcolor="#ffffff">
<pre wrap="">Date: Wed, 13 Oct 2004 21:00:52 +0200
From: FabioDB <a class="moz-txt-link-rfc2396E"
href="mailto:fabiodib@email.it"><fabiodib@email.it></a>
Subject: Re: [LUG] Aggiornamento press-kit
To: <a class="moz-txt-link-abbreviated" href="mailto:lug@lists.linux.it">lug@lists.linux.it</a>
Il mer, 2004-10-13 alle 13:57, Antonio Gallo ha scritto:
</pre>
<blockquote type="cite">
<pre wrap=""><span class="moz-txt-citetags">> </span>Il Mon, 11 Oct 2004 07:28:25 +0200 FabioDB <a
class="moz-txt-link-rfc2396E" href="mailto:fabiodib@email.it"><fabiodib@email.it></a> scriveva:
</pre>
<blockquote type="cite">
<pre wrap=""><span class="moz-txt-citetags">> > </span><a
class="moz-txt-link-freetext"
href="http://www.openlug.org/images/altraqua/LD2004-PKit/LD2004-PKit-0.4.sxw">http://www.openlug.org/images/altraqua/LD2004-PKit/LD2004-PKit-0.4.sxw</a>
</pre>
</blockquote>
<pre wrap=""><span class="moz-txt-citetags">> </span>
<span class="moz-txt-citetags">> </span>Come si fa' a generare il PDF a 300DPI ?
</pre>
</blockquote>
<pre wrap=""><!---->
</pre>
<blockquote>Uhmmm... sicuramente passando per Ghostscript, ma
precisamente non<br>
saprei, ma perchè? Il PDF è vettoriale!<br>
</blockquote>
<pre wrap="">
A seguire dal man di gs lo switch per la risoluzione; poi un riferimento per scrivere le caratteristiche nei device.
La domanda ha luogo a procedere perchè oltre al testo, che è vettoriale, e dei grafici in un file può starci un immagine, che, prima o poi, dovrà essere scalata sulla risoluzione del dispositivo di output.
Un file con dentro immagini a 1200 dpi peserà 4 volte di più di un file con immagini a 300 dpi, quindi meglio scalarle prima se vuoi distribuire il file via rete e non su cd. Sulla HDSL telecom da ancora il traffico (salvo sconti) a 0,43 c€ a Mbyte...
Best regards,
Vincenzo Virgilio
-rnumber1xnumber2
Equivalent to -dDEVICEXRESOLUTION=number1 and -dDEVICEYRESOLU-
TION=number2. This is for the benefit of devices such as print-
ers that support multiple X and Y resolutions. If only one num-
ber is given, it is used for both X and Y resolutions.
</pre>
<blockquote type="cite">
<pre wrap=""><span class="moz-txt-citetags">> </span>Togli il @ a ILS che non centra.
</pre>
</blockquote>
<br>
<br>
<br>
X RESOURCES<br>
Ghostscript looks for the following resources under the
program name<br>
"Ghostscript":<br>
<br>
xResolution<br>
The number of x pixels per inch (default is
computed from<br>
WidthOfScreen and WidthMMOfScreen).<br>
<br>
yResolution<br>
The number of y pixels per inch (default is
computed from<br>
HeightOfScreen and HeightMMOfScreen).<br>
<br>
</body>
</html>