<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN">
<html><body>
<p>Gabriel Ortiz Lour писал 06.10.2012 17:07:</p>
<blockquote type="cite" style="padding-left:5px; border-left:#1010ff 2px solid; margin-left:5px; width:100%"><!-- html ignored --><!-- head ignored --><!-- meta ignored -->
<p>I am using this command to generate the TIFF from a PDF:<br /><br />/usr/bin/gs -q -sDEVICE=tiffg3 -sPAPERSIZE=a4 -r204x196 -dNOPAUSE -sOutputFile=$tiffFile -- $pdfFile<br /><br /></p>
</blockquote>
<p>I use imagemagic's convert instead of gs, for gs gave me lots of problems I had no time to debug:</p>
<p>/usr/local/bin/convert &nbsp;-density 204x98 -resize 1728x1346 -units pixelsperinch -monochrome -compress Fax $timestamp.pdf $timestamp.tif</p>
<p>And it works perfectly with multipage PDFs</p>
<div>
<pre><span class="sig"><span style="color: #999999;">-- </span><br /><span style="color: #999999;">With Best Regards</span><br /><span style="color: #999999;"><a title="mailto:mlischuk@itx.com.ua" href="mailto:mlischuk@itx.com.ua">Mikhail Lischuk</a></span><br /><span style="color: #999999;"><br /></span></span></pre>
<pre><span class="sig"><span style="color: #999999;">+380681244933</span></span></pre>
<pre><span class="sig"><span style="color: #999999;">+380504182274</span><br /><br /></span></pre>
</div>
</body></html>