<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Ubuntu Tip:Howto reduce PDF file size from command line</title>
	<atom:link href="http://www.ubuntugeek.com/ubuntu-tiphowto-reduce-adobe-acrobat-file-size-from-command-line.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ubuntugeek.com/ubuntu-tiphowto-reduce-adobe-acrobat-file-size-from-command-line.html</link>
	<description>Ubuntu Linux Tutorials,Howtos,Tips &#38; News &#124; Oneiric,Natty,Maverick</description>
	<lastBuildDate>Mon, 06 Feb 2012 15:40:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: ThorX89</title>
		<link>http://www.ubuntugeek.com/ubuntu-tiphowto-reduce-adobe-acrobat-file-size-from-command-line.html/comment-page-1#comment-116351</link>
		<dc:creator>ThorX89</dc:creator>
		<pubDate>Tue, 29 Nov 2011 23:36:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=1765#comment-116351</guid>
		<description>I don&#039;t feel like resizing images inside my pdf files, however, I have just found another interesting way to significantly reduce the size of my pdf files.
Simply by compressing them.
*.pdf.gz files need not be decompressed if you want to open them in evince or okular.  
If, like me, you&#039;ve got quite a lot of pdf files, this can save you a few GIGs of space (! you won&#039;t be able to open the *.pdf.gz files in acroread and probably not on Windows either !)
USE ON YOUR OWN RESPONSIBILITY:
1)INSTALL pigz
$ sudo apt-get install pigz
(pigz is exactly like gzip, but it can work in multiple threads and thus utilize your multicore processor)
2)COMPRESS ALL PDFs IN YOUR $HOME
$  find &quot;$HOME&quot; -name &#039;*.pdf&#039; -print0 &#124; xargs -0 -n32 pigz -v</description>
		<content:encoded><![CDATA[<p>I don&#8217;t feel like resizing images inside my pdf files, however, I have just found another interesting way to significantly reduce the size of my pdf files.<br />
Simply by compressing them.<br />
*.pdf.gz files need not be decompressed if you want to open them in evince or okular.<br />
If, like me, you&#8217;ve got quite a lot of pdf files, this can save you a few GIGs of space (! you won&#8217;t be able to open the *.pdf.gz files in acroread and probably not on Windows either !)<br />
USE ON YOUR OWN RESPONSIBILITY:<br />
1)INSTALL pigz<br />
$ sudo apt-get install pigz<br />
(pigz is exactly like gzip, but it can work in multiple threads and thus utilize your multicore processor)<br />
2)COMPRESS ALL PDFs IN YOUR $HOME<br />
$  find &#8220;$HOME&#8221; -name &#8216;*.pdf&#8217; -print0 | xargs -0 -n32 pigz -v</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pritesh</title>
		<link>http://www.ubuntugeek.com/ubuntu-tiphowto-reduce-adobe-acrobat-file-size-from-command-line.html/comment-page-1#comment-115227</link>
		<dc:creator>Pritesh</dc:creator>
		<pubDate>Sun, 13 Nov 2011 20:58:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=1765#comment-115227</guid>
		<description>Thanks guys the command is awesome. Thanks a lot for you help.</description>
		<content:encoded><![CDATA[<p>Thanks guys the command is awesome. Thanks a lot for you help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tony</title>
		<link>http://www.ubuntugeek.com/ubuntu-tiphowto-reduce-adobe-acrobat-file-size-from-command-line.html/comment-page-1#comment-105009</link>
		<dc:creator>Tony</dc:creator>
		<pubDate>Wed, 01 Jun 2011 15:38:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=1765#comment-105009</guid>
		<description>Hi yifangt,

I&#039;m also a bit of a learner with bash scripts.

Maybe you need to do have something like
alias smallpdf=’/usr/bin/smallpdf.bash’;
or similar. 

I just created a folder called &#039;Programs&#039; in my home folder (rather than calling it &#039;bin&#039;), and stored the script there, then my bashrc line is:
alias smallpdf=’~/Programs/smallpdf’;

I&#039;m sure you&#039;ll get it right if you play around a bit with the locations/filenames, and permissions. Good luck!</description>
		<content:encoded><![CDATA[<p>Hi yifangt,</p>
<p>I&#8217;m also a bit of a learner with bash scripts.</p>
<p>Maybe you need to do have something like<br />
alias smallpdf=’/usr/bin/smallpdf.bash’;<br />
or similar. </p>
<p>I just created a folder called &#8216;Programs&#8217; in my home folder (rather than calling it &#8216;bin&#8217;), and stored the script there, then my bashrc line is:<br />
alias smallpdf=’~/Programs/smallpdf’;</p>
<p>I&#8217;m sure you&#8217;ll get it right if you play around a bit with the locations/filenames, and permissions. Good luck!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: yifangt</title>
		<link>http://www.ubuntugeek.com/ubuntu-tiphowto-reduce-adobe-acrobat-file-size-from-command-line.html/comment-page-1#comment-105007</link>
		<dc:creator>yifangt</dc:creator>
		<pubDate>Wed, 01 Jun 2011 15:18:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=1765#comment-105007</guid>
		<description>Thanks Tony!

This is what I was looking for and/as I am learning BASH!

I did as your post, but when I issue:

$ smallpdf my_pdf_file.pdf

There was an error message:

&quot;smallpdf: command not found!

The &quot;smallpdf.bash&quot; was made executable and put in my /usr/bin as I do not have a /home/user/bin/ folder in my Ubuntu 11.04. 
Also I put the alias line in my ~/.bashrc.

Each time I have to type:
 
$ smallpdf.bash my_input_file.pdf

It seems I am getting close, but not sure the place I missed. Thank you!</description>
		<content:encoded><![CDATA[<p>Thanks Tony!</p>
<p>This is what I was looking for and/as I am learning BASH!</p>
<p>I did as your post, but when I issue:</p>
<p>$ smallpdf my_pdf_file.pdf</p>
<p>There was an error message:</p>
<p>&#8220;smallpdf: command not found!</p>
<p>The &#8220;smallpdf.bash&#8221; was made executable and put in my /usr/bin as I do not have a /home/user/bin/ folder in my Ubuntu 11.04.<br />
Also I put the alias line in my ~/.bashrc.</p>
<p>Each time I have to type:</p>
<p>$ smallpdf.bash my_input_file.pdf</p>
<p>It seems I am getting close, but not sure the place I missed. Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tony</title>
		<link>http://www.ubuntugeek.com/ubuntu-tiphowto-reduce-adobe-acrobat-file-size-from-command-line.html/comment-page-1#comment-104835</link>
		<dc:creator>Tony</dc:creator>
		<pubDate>Thu, 26 May 2011 08:42:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=1765#comment-104835</guid>
		<description>In case anyone finds it useful; here is a very simple bash script that uses the above command to reduce the PDF size, while making a backup of the original, and printing the filesizes (old and new)
---------------------------------------------
#!/bin/bash
#set -x
File=&quot;&quot;
File=&quot;$1&quot;
OriginalFile=${File/%\.pdf/-lrg.pdf}
mv $File $OriginalFile
gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dPDFSETTINGS=/default -dNOPAUSE -dQUIET -dBATCH -sOutputFile=$File $OriginalFile 
du -sh  $OriginalFile
du -sh  $File
---------------------------------------------

You might call it smallpdf, place it in /home/user/bin, make executable, and add the following line to your ~/.bashrc
alias smallpdf=&#039;~/bin/smallpdf&#039;;

then in any folder do 
~$ smallpdf input.pdf 


I&#039;m sure the script could be improved/enhanced (e.g. optionally specify ebook/printer/press)</description>
		<content:encoded><![CDATA[<p>In case anyone finds it useful; here is a very simple bash script that uses the above command to reduce the PDF size, while making a backup of the original, and printing the filesizes (old and new)<br />
---------------------------------------------<br />
#!/bin/bash<br />
#set -x<br />
File=&#8221;"<br />
File=&#8221;$1&#8243;<br />
OriginalFile=${File/%\.pdf/-lrg.pdf}<br />
mv $File $OriginalFile<br />
gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dPDFSETTINGS=/default -dNOPAUSE -dQUIET -dBATCH -sOutputFile=$File $OriginalFile<br />
du -sh  $OriginalFile<br />
du -sh  $File<br />
---------------------------------------------</p>
<p>You might call it smallpdf, place it in /home/user/bin, make executable, and add the following line to your ~/.bashrc<br />
alias smallpdf=&#8217;~/bin/smallpdf&#8217;;</p>
<p>then in any folder do<br />
~$ smallpdf input.pdf </p>
<p>I&#8217;m sure the script could be improved/enhanced (e.g. optionally specify ebook/printer/press)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nico</title>
		<link>http://www.ubuntugeek.com/ubuntu-tiphowto-reduce-adobe-acrobat-file-size-from-command-line.html/comment-page-1#comment-92158</link>
		<dc:creator>Nico</dc:creator>
		<pubDate>Thu, 17 Feb 2011 15:51:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=1765#comment-92158</guid>
		<description>It gives me this error:

Error: /rangecheck in --run--
Operand stack:
   --dict:12/21(L)--   --dict:0/0(L)--   686.787   1.9519   1310.25   789.078
Execution stack:
   %interp_exit   .runexec2   --nostringval--   --nostringval--   --nostringval--   2   %stopped_push   --nostringval--   --nostringval--   --nostringval--   false   1   %stopped_push   1878   1   3   %oparray_pop   1877   1   3   %oparray_pop   1861   1   3   %oparray_pop   --nostringval--   --nostringval--   2   1   330   --nostringval--   %for_pos_int_continue   --nostringval--   --nostringval--   false   1   %stopped_push   --nostringval--
Dictionary stack:
   --dict:1157/1684(ro)(G)--   --dict:1/20(G)--   --dict:75/200(L)--   --dict:75/200(L)--   --dict:108/127(ro)(G)--   --dict:288/300(ro)(G)--   --dict:23/25(L)--   --dict:6/8(L)--   --dict:22/40(L)--
Current allocation mode is local
Last OS error: 2
GPL Ghostscript 8.71: Unrecoverable error, exit code 1
GPL Ghostscript 8.71: ERROR: A pdfmark destination page 330 points beyond the last page 1.</description>
		<content:encoded><![CDATA[<p>It gives me this error:</p>
<p>Error: /rangecheck in --run--<br />
Operand stack:<br />
   --dict:12/21(L)--   --dict:0/0(L)--   686.787   1.9519   1310.25   789.078<br />
Execution stack:<br />
   %interp_exit   .runexec2   --nostringval--   --nostringval--   --nostringval--   2   %stopped_push   --nostringval--   --nostringval--   --nostringval--   false   1   %stopped_push   1878   1   3   %oparray_pop   1877   1   3   %oparray_pop   1861   1   3   %oparray_pop   --nostringval--   --nostringval--   2   1   330   --nostringval--   %for_pos_int_continue   --nostringval--   --nostringval--   false   1   %stopped_push   --nostringval--<br />
Dictionary stack:<br />
   --dict:1157/1684(ro)(G)--   --dict:1/20(G)--   --dict:75/200(L)--   --dict:75/200(L)--   --dict:108/127(ro)(G)--   --dict:288/300(ro)(G)--   --dict:23/25(L)--   --dict:6/8(L)--   --dict:22/40(L)--<br />
Current allocation mode is local<br />
Last OS error: 2<br />
GPL Ghostscript 8.71: Unrecoverable error, exit code 1<br />
GPL Ghostscript 8.71: ERROR: A pdfmark destination page 330 points beyond the last page 1.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ShellyCat</title>
		<link>http://www.ubuntugeek.com/ubuntu-tiphowto-reduce-adobe-acrobat-file-size-from-command-line.html/comment-page-1#comment-88401</link>
		<dc:creator>ShellyCat</dc:creator>
		<pubDate>Sat, 15 Jan 2011 05:34:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=1765#comment-88401</guid>
		<description>Awesome tip! A lifesaver!

For me, using -dPDFSETTINGS=/screen worked great! I tried scanning my *10-page* document at several resolutions, and the smaller ones printed blurry documents, while the next available DPI made the final (combined) PDF too huge to post to a group service. I&#039;ve spent hours trying to shrink this in Xpdf and other programs (even with the CLI-program &quot;convert&quot;), with no success getting it small enough.

However, this GhostScript trick made the document *much* smaller without loss of quality, and it was the *simplest* thing I&#039;ve done all night! (Bear in mind, there are no photos in this document. Still, it brought the file from over 5 MB to only 659 kb!

Thanks tons and tons!</description>
		<content:encoded><![CDATA[<p>Awesome tip! A lifesaver!</p>
<p>For me, using -dPDFSETTINGS=/screen worked great! I tried scanning my *10-page* document at several resolutions, and the smaller ones printed blurry documents, while the next available DPI made the final (combined) PDF too huge to post to a group service. I&#8217;ve spent hours trying to shrink this in Xpdf and other programs (even with the CLI-program &#8220;convert&#8221;), with no success getting it small enough.</p>
<p>However, this GhostScript trick made the document *much* smaller without loss of quality, and it was the *simplest* thing I&#8217;ve done all night! (Bear in mind, there are no photos in this document. Still, it brought the file from over 5 MB to only 659 kb!</p>
<p>Thanks tons and tons!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zweifel</title>
		<link>http://www.ubuntugeek.com/ubuntu-tiphowto-reduce-adobe-acrobat-file-size-from-command-line.html/comment-page-1#comment-47585</link>
		<dc:creator>zweifel</dc:creator>
		<pubDate>Sun, 12 Sep 2010 01:12:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=1765#comment-47585</guid>
		<description>You can also use the following options for better adjustment:

-dPDFSETTINGS=/screen   (screen-view-only quality, 72 dpi images)
-dPDFSETTINGS=/ebook    (low quality, 150 dpi images)
-dPDFSETTINGS=/printer  (high quality, 300 dpi images)
-dPDFSETTINGS=/prepress (high quality, color preserving, 300 dpi imgs)
-dPDFSETTINGS=/default  (almost identical to /screen)

More options and fine tunning on the site: http://milan.kupcevic.net/ghostscript-ps-pdf/</description>
		<content:encoded><![CDATA[<p>You can also use the following options for better adjustment:</p>
<p>-dPDFSETTINGS=/screen   (screen-view-only quality, 72 dpi images)<br />
-dPDFSETTINGS=/ebook    (low quality, 150 dpi images)<br />
-dPDFSETTINGS=/printer  (high quality, 300 dpi images)<br />
-dPDFSETTINGS=/prepress (high quality, color preserving, 300 dpi imgs)<br />
-dPDFSETTINGS=/default  (almost identical to /screen)</p>
<p>More options and fine tunning on the site: <a href="http://milan.kupcevic.net/ghostscript-ps-pdf/" rel="nofollow">http://milan.kupcevic.net/ghostscript-ps-pdf/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eremin</title>
		<link>http://www.ubuntugeek.com/ubuntu-tiphowto-reduce-adobe-acrobat-file-size-from-command-line.html/comment-page-1#comment-44529</link>
		<dc:creator>eremin</dc:creator>
		<pubDate>Sat, 21 Aug 2010 14:02:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=1765#comment-44529</guid>
		<description>Thank you very very much! Exactly what I wanted!</description>
		<content:encoded><![CDATA[<p>Thank you very very much! Exactly what I wanted!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Travis Poppe</title>
		<link>http://www.ubuntugeek.com/ubuntu-tiphowto-reduce-adobe-acrobat-file-size-from-command-line.html/comment-page-1#comment-40590</link>
		<dc:creator>Travis Poppe</dc:creator>
		<pubDate>Tue, 13 Jul 2010 22:14:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=1765#comment-40590</guid>
		<description>I had to use -dUseCIEColor to maintain the correct colors in the conversion process (by default, all of the shades turn out weird).

If you&#039;d like to fine-tune the compression settings beyond what the presets offer (-dPDFSETTINGS)=/preset), you can manipulate the parameters directly; a list of them can be found here: http://pages.cs.wisc.edu/~ghost/doc/cvs/Ps2pdf.htm

I needed a target file size beyond what even /screen could produce, so I set the resolution to 38 (images really start to degrade at this point):

 gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dColorImageResolution=38 -dColorImageDownsampleType=/Average -dGrayImageDownsampleType=/Average -dGrayImageResolution=38 -dMonoImageResolution=38 -dMonoImageDownsampleType=/Average -dOptimize=true -dDownsampleColorImages=true -dDownsampleGrayImages=true -dDownsampleMonoImages=true -dUseCIEColor -dColorConversionStrategy=/sRGB -dNOPAUSE -dQUIET -dBATCH -sOutputFile=output.pdf input.pdf

Optimal results may require some experimenting.</description>
		<content:encoded><![CDATA[<p>I had to use -dUseCIEColor to maintain the correct colors in the conversion process (by default, all of the shades turn out weird).</p>
<p>If you&#8217;d like to fine-tune the compression settings beyond what the presets offer (-dPDFSETTINGS)=/preset), you can manipulate the parameters directly; a list of them can be found here: <a href="http://pages.cs.wisc.edu/~ghost/doc/cvs/Ps2pdf.htm" rel="nofollow">http://pages.cs.wisc.edu/~ghost/doc/cvs/Ps2pdf.htm</a></p>
<p>I needed a target file size beyond what even /screen could produce, so I set the resolution to 38 (images really start to degrade at this point):</p>
<p> gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dColorImageResolution=38 -dColorImageDownsampleType=/Average -dGrayImageDownsampleType=/Average -dGrayImageResolution=38 -dMonoImageResolution=38 -dMonoImageDownsampleType=/Average -dOptimize=true -dDownsampleColorImages=true -dDownsampleGrayImages=true -dDownsampleMonoImages=true -dUseCIEColor -dColorConversionStrategy=/sRGB -dNOPAUSE -dQUIET -dBATCH -sOutputFile=output.pdf input.pdf</p>
<p>Optimal results may require some experimenting.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jerico</title>
		<link>http://www.ubuntugeek.com/ubuntu-tiphowto-reduce-adobe-acrobat-file-size-from-command-line.html/comment-page-1#comment-29418</link>
		<dc:creator>jerico</dc:creator>
		<pubDate>Tue, 04 May 2010 04:23:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=1765#comment-29418</guid>
		<description>Hi:

Is there a way to use this command for multiple pdf files?

Thanks!</description>
		<content:encoded><![CDATA[<p>Hi:</p>
<p>Is there a way to use this command for multiple pdf files?</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sneza</title>
		<link>http://www.ubuntugeek.com/ubuntu-tiphowto-reduce-adobe-acrobat-file-size-from-command-line.html/comment-page-1#comment-29196</link>
		<dc:creator>Sneza</dc:creator>
		<pubDate>Sun, 02 May 2010 10:36:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=1765#comment-29196</guid>
		<description>Hi, 

I have a scanned pdf 2 pages, 380.8 kb and it got reduced to 292.7 kb. I need it to be bellow 100 kb. Any suggestions? It is scanned text, so it should still be readable...

Thanks in advance!</description>
		<content:encoded><![CDATA[<p>Hi, </p>
<p>I have a scanned pdf 2 pages, 380.8 kb and it got reduced to 292.7 kb. I need it to be bellow 100 kb. Any suggestions? It is scanned text, so it should still be readable&#8230;</p>
<p>Thanks in advance!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Swaprava</title>
		<link>http://www.ubuntugeek.com/ubuntu-tiphowto-reduce-adobe-acrobat-file-size-from-command-line.html/comment-page-1#comment-27253</link>
		<dc:creator>Swaprava</dc:creator>
		<pubDate>Wed, 07 Apr 2010 15:46:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=1765#comment-27253</guid>
		<description>Simply superb, that&#039;s why I love command line so much</description>
		<content:encoded><![CDATA[<p>Simply superb, that&#8217;s why I love command line so much</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kerneels</title>
		<link>http://www.ubuntugeek.com/ubuntu-tiphowto-reduce-adobe-acrobat-file-size-from-command-line.html/comment-page-1#comment-19099</link>
		<dc:creator>Kerneels</dc:creator>
		<pubDate>Thu, 17 Dec 2009 11:07:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=1765#comment-19099</guid>
		<description>Thanx this really helped.  Reduced my PDF from 32MB down to 2MB without any visible difference in quality.  Ideal for uploading.</description>
		<content:encoded><![CDATA[<p>Thanx this really helped.  Reduced my PDF from 32MB down to 2MB without any visible difference in quality.  Ideal for uploading.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Seemanta</title>
		<link>http://www.ubuntugeek.com/ubuntu-tiphowto-reduce-adobe-acrobat-file-size-from-command-line.html/comment-page-1#comment-18844</link>
		<dc:creator>Seemanta</dc:creator>
		<pubDate>Sun, 13 Dec 2009 15:09:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=1765#comment-18844</guid>
		<description>Thanks!!! This was *exactly* what I was looking for! You made my day!!</description>
		<content:encoded><![CDATA[<p>Thanks!!! This was *exactly* what I was looking for! You made my day!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anon</title>
		<link>http://www.ubuntugeek.com/ubuntu-tiphowto-reduce-adobe-acrobat-file-size-from-command-line.html/comment-page-1#comment-18693</link>
		<dc:creator>Anon</dc:creator>
		<pubDate>Fri, 11 Dec 2009 09:45:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=1765#comment-18693</guid>
		<description>This tends to munch special characters and embedded PDF images. :(</description>
		<content:encoded><![CDATA[<p>This tends to munch special characters and embedded PDF images. <img src='http://www.ubuntugeek.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tony</title>
		<link>http://www.ubuntugeek.com/ubuntu-tiphowto-reduce-adobe-acrobat-file-size-from-command-line.html/comment-page-1#comment-14762</link>
		<dc:creator>Tony</dc:creator>
		<pubDate>Thu, 22 Oct 2009 10:12:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=1765#comment-14762</guid>
		<description>Hi there, Many thanks for the tip. 

I tried reducing a PDF file of a scanned document of 2.5Mb, but the result was unreadable. (filesize 67Kb)

I found that by leaving out -dPDFSETTINGS=/screen, I got a very acceptable filesize of 250K 
- readable 
- small enough to send by email

Summary: leave out: -dPDFSETTINGS=/screen for better quality.</description>
		<content:encoded><![CDATA[<p>Hi there, Many thanks for the tip. </p>
<p>I tried reducing a PDF file of a scanned document of 2.5Mb, but the result was unreadable. (filesize 67Kb)</p>
<p>I found that by leaving out -dPDFSETTINGS=/screen, I got a very acceptable filesize of 250K<br />
- readable<br />
- small enough to send by email</p>
<p>Summary: leave out: -dPDFSETTINGS=/screen for better quality.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://www.ubuntugeek.com/ubuntu-tiphowto-reduce-adobe-acrobat-file-size-from-command-line.html/comment-page-1#comment-12149</link>
		<dc:creator>James</dc:creator>
		<pubDate>Wed, 19 Aug 2009 19:07:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=1765#comment-12149</guid>
		<description>Unless this applies only to PDF files created by Adobe Acrobat (i.e. because they&#039;re more bloated to begin with or something) I would suggest that your title should speak of &quot;PDF file size&quot; rather than &quot;Adobe Acrobat file size&quot;. Since 2008, PDF is an ISO standard and PDF viewing and creation may have nothing to do with Adobe software.</description>
		<content:encoded><![CDATA[<p>Unless this applies only to PDF files created by Adobe Acrobat (i.e. because they&#8217;re more bloated to begin with or something) I would suggest that your title should speak of &#8220;PDF file size&#8221; rather than &#8220;Adobe Acrobat file size&#8221;. Since 2008, PDF is an ISO standard and PDF viewing and creation may have nothing to do with Adobe software.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: claudio</title>
		<link>http://www.ubuntugeek.com/ubuntu-tiphowto-reduce-adobe-acrobat-file-size-from-command-line.html/comment-page-1#comment-12121</link>
		<dc:creator>claudio</dc:creator>
		<pubDate>Tue, 18 Aug 2009 06:05:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=1765#comment-12121</guid>
		<description>&quot;-dPDFSETTINGS=/screen&quot; suggest that the file is optimized for screen instead of printing. If this is the case you should point out to the readers that they are making files smaller, but removing quality needed for printing.</description>
		<content:encoded><![CDATA[<p>&#8220;-dPDFSETTINGS=/screen&#8221; suggest that the file is optimized for screen instead of printing. If this is the case you should point out to the readers that they are making files smaller, but removing quality needed for printing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: g3n1uss</title>
		<link>http://www.ubuntugeek.com/ubuntu-tiphowto-reduce-adobe-acrobat-file-size-from-command-line.html/comment-page-1#comment-12112</link>
		<dc:creator>g3n1uss</dc:creator>
		<pubDate>Mon, 17 Aug 2009 23:08:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=1765#comment-12112</guid>
		<description>My output file (66.5 KB) is bigger then input one (61.9 KB).</description>
		<content:encoded><![CDATA[<p>My output file (66.5 KB) is bigger then input one (61.9 KB).</p>
]]></content:encoded>
	</item>
</channel>
</rss>

