<?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: Converting PDFs into Image Files (Citimortgage PDF Reprise)</title>
	<atom:link href="http://www.movingtofreedom.org/2008/02/16/convert-pdf-into-image-file/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.movingtofreedom.org/2008/02/16/convert-pdf-into-image-file/</link>
	<description>free software, free culture, free association</description>
	<lastBuildDate>Mon, 22 Feb 2010 21:17:29 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Scott Carpenter</title>
		<link>http://www.movingtofreedom.org/2008/02/16/convert-pdf-into-image-file/comment-page-1/#comment-3465</link>
		<dc:creator>Scott Carpenter</dc:creator>
		<pubDate>Fri, 22 Feb 2008 13:23:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.movingtofreedom.org/2008/02/16/convert-pdf-into-image-file/#comment-3465</guid>
		<description>I hadn&#039;t heard of gv but I&#039;ll give it a try the next time I&#039;m monkeying around with PDF files.  Thanks for the tip!</description>
		<content:encoded><![CDATA[<p>I hadn't heard of gv but I'll give it a try the next time I'm monkeying around with PDF files.  Thanks for the tip!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rcjhawk</title>
		<link>http://www.movingtofreedom.org/2008/02/16/convert-pdf-into-image-file/comment-page-1/#comment-3464</link>
		<dc:creator>rcjhawk</dc:creator>
		<pubDate>Fri, 22 Feb 2008 02:54:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.movingtofreedom.org/2008/02/16/convert-pdf-into-image-file/#comment-3464</guid>
		<description>Just a thought:  Have you tried using &lt;a href=&quot;http://www.gnu.org/software/gv/&quot; rel=&quot;nofollow&quot;&gt;gv&lt;/a&gt; to look at the PDF files?  gv is an old graphical front-end for ghostscript, and it does a reasonably good job on PDF.  It&#039;s light-weight, to boot, and you can &quot;print&quot; the file directly to postscript.  

Whether or not the postscript file will be smaller than the original PDF is left as an exercise for the reader.</description>
		<content:encoded><![CDATA[<p>Just a thought:  Have you tried using <a href="http://www.gnu.org/software/gv/" rel="nofollow">gv</a> to look at the PDF files?  gv is an old graphical front-end for ghostscript, and it does a reasonably good job on PDF.  It's light-weight, to boot, and you can "print" the file directly to postscript.  </p>
<p>Whether or not the postscript file will be smaller than the original PDF is left as an exercise for the reader.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Carpenter</title>
		<link>http://www.movingtofreedom.org/2008/02/16/convert-pdf-into-image-file/comment-page-1/#comment-3459</link>
		<dc:creator>Scott Carpenter</dc:creator>
		<pubDate>Wed, 20 Feb 2008 04:42:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.movingtofreedom.org/2008/02/16/convert-pdf-into-image-file/#comment-3459</guid>
		<description>Hi, ArtInvent.  Thanks for visiting and sharing your thoughts on this.</description>
		<content:encoded><![CDATA[<p>Hi, ArtInvent.  Thanks for visiting and sharing your thoughts on this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ArtInvent</title>
		<link>http://www.movingtofreedom.org/2008/02/16/convert-pdf-into-image-file/comment-page-1/#comment-3458</link>
		<dc:creator>ArtInvent</dc:creator>
		<pubDate>Tue, 19 Feb 2008 17:52:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.movingtofreedom.org/2008/02/16/convert-pdf-into-image-file/#comment-3458</guid>
		<description>Another option is stone simple: view the document large enough so you can read all the text and do a screen capture. This makes a super small file and you could even resave the png as a jpg - tiny. 

It doesn&#039;t convert to bitmaps, but one of my favorite PDF utilities is a little command line gem called pdftk (PDFToolkit). Say you want to take all your individual bank statement pdf&#039;s and combine them into one pdf file (which I like to do for the year end). Easy. Say you want to take page 3 from one pdf, rotate it 90 deg. do the same with page 12, and save that to a two-page pdf. Etc, etc. 

Supposedly the next version of Inkscape 0.46 due out early &#039;08 will also allow you to open a pdf file (single page) and export as an image file, amongst other things; possibly even re-export as pdf. As well as do all the drawing things etc Inkscape does so well.

Then there is PDFEdit which does even more and in a graphical interface and re-saves to pdf. You can extract text, rotate pages, delete stuff, change the text of a pdf if you don&#039;t like the math! It&#039;s getting better all the time.</description>
		<content:encoded><![CDATA[<p>Another option is stone simple: view the document large enough so you can read all the text and do a screen capture. This makes a super small file and you could even resave the png as a jpg - tiny. </p>
<p>It doesn't convert to bitmaps, but one of my favorite PDF utilities is a little command line gem called pdftk (PDFToolkit). Say you want to take all your individual bank statement pdf's and combine them into one pdf file (which I like to do for the year end). Easy. Say you want to take page 3 from one pdf, rotate it 90 deg. do the same with page 12, and save that to a two-page pdf. Etc, etc. </p>
<p>Supposedly the next version of Inkscape 0.46 due out early '08 will also allow you to open a pdf file (single page) and export as an image file, amongst other things; possibly even re-export as pdf. As well as do all the drawing things etc Inkscape does so well.</p>
<p>Then there is PDFEdit which does even more and in a graphical interface and re-saves to pdf. You can extract text, rotate pages, delete stuff, change the text of a pdf if you don't like the math! It's getting better all the time.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
