<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Thu, Dec 27, 2012 at 6:17 AM, Ranjan Maitra<span dir="ltr"></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
But I was wondering if there is an open source way to achieve the same<br>
result in Fedora?<br>
<br></blockquote></div><br></div><div class="gmail_extra">I&#39;ve used ghostscript to &quot;optimize&quot; some very large PDF documents. Maybe not exactly what you want, but it worked pretty well in my case, thus:<br><br>
gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dPDFSETTINGS=/ebook -dNOPAUSE -dQUIET -dBATCH -sOutputFile=&lt;output file&gt; &lt;input file&gt;<br></div></div>