<?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: Bulk Export Images to JPG from PDF &#8211; bash one liner</title>
	<atom:link href="http://www.opensourcetutor.com/2008/10/19/bulk-export-images-to-jpg-from-pdf-bash-one-liner/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.opensourcetutor.com/2008/10/19/bulk-export-images-to-jpg-from-pdf-bash-one-liner/</link>
	<description>On Linux, Web Development, Joomla and Magento commerce</description>
	<lastBuildDate>Sun, 25 Nov 2012 10:44:13 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Nadine</title>
		<link>http://www.opensourcetutor.com/2008/10/19/bulk-export-images-to-jpg-from-pdf-bash-one-liner/comment-page-1/#comment-1282</link>
		<dc:creator>Nadine</dc:creator>
		<pubDate>Mon, 15 Jun 2009 17:45:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.opensourcetutor.com/2008/10/19/bulk-export-images-to-jpg-from-pdf-bash-one-liner/#comment-1282</guid>
		<description><![CDATA[Wow - thanks for this! Exactly what I was looking for. I seemed to remember there being an export image function in Acrobat but couldn&#039;t find it... Any way to have the images exported with a white background? (mine all had black ones).

Nadine]]></description>
		<content:encoded><![CDATA[<p>Wow &#8211; thanks for this! Exactly what I was looking for. I seemed to remember there being an export image function in Acrobat but couldn&#8217;t find it&#8230; Any way to have the images exported with a white background? (mine all had black ones).</p>
<p>Nadine</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: greg</title>
		<link>http://www.opensourcetutor.com/2008/10/19/bulk-export-images-to-jpg-from-pdf-bash-one-liner/comment-page-1/#comment-258</link>
		<dc:creator>greg</dc:creator>
		<pubDate>Sun, 14 Dec 2008 21:56:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.opensourcetutor.com/2008/10/19/bulk-export-images-to-jpg-from-pdf-bash-one-liner/#comment-258</guid>
		<description><![CDATA[it took me a while to figure out, but to handle spaces in filenames for that kind of bash-loop, you quote the second argument, it does not work with backtic args like: for i in `ls *gif`; 

for i in *.pdf; do pdfimages &quot;$i&quot; ; done]]></description>
		<content:encoded><![CDATA[<p>it took me a while to figure out, but to handle spaces in filenames for that kind of bash-loop, you quote the second argument, it does not work with backtic args like: for i in `ls *gif`; </p>
<p>for i in *.pdf; do pdfimages &#8220;$i&#8221; ; done</p>
]]></content:encoded>
	</item>
</channel>
</rss>
