<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>And Slaters Go Plop &#187; imagemagick</title>
	<atom:link href="http://damian.peterson.net.nz/tag/imagemagick/feed/" rel="self" type="application/rss+xml" />
	<link>http://damian.peterson.net.nz</link>
	<description>The Bloggery of Damian Peterson</description>
	<lastBuildDate>Thu, 03 Nov 2011 02:39:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Save multiple images to a PDF in Linux</title>
		<link>http://damian.peterson.net.nz/2009/12/04/save-multiple-images-to-a-pdf-in-linux/</link>
		<comments>http://damian.peterson.net.nz/2009/12/04/save-multiple-images-to-a-pdf-in-linux/#comments</comments>
		<pubDate>Thu, 03 Dec 2009 21:54:40 +0000</pubDate>
		<dc:creator>Damian</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[convert]]></category>
		<category><![CDATA[imagemagick]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[pdf]]></category>

		<guid isPermaLink="false">http://damian.peterson.net.nz/?p=453</guid>
		<description><![CDATA[Place all the images you want in the PDF into a new directory and in the console run the following from within that directory: convert * mynewfile.pdf The powerful convert command uses the ImageMagick library which can be installed (in Ubuntu) with the following console command: sudo apt-get install imagemagick]]></description>
			<content:encoded><![CDATA[<p>Place all the images you want in the PDF into a new directory and in the console run the following from within that directory:</p>
<p><code>convert * mynewfile.pdf</code></p>
<p>The powerful convert command uses the <a href="http://www.imagemagick.com">ImageMagick</a> library which can be installed (in Ubuntu) with the following console command:</p>
<p><code>sudo apt-get install imagemagick</code></p>
]]></content:encoded>
			<wfw:commentRss>http://damian.peterson.net.nz/2009/12/04/save-multiple-images-to-a-pdf-in-linux/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

