<?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>Blog of Finster &#187; pdf</title>
	<atom:link href="http://finster.co.uk/tag/pdf/feed/" rel="self" type="application/rss+xml" />
	<link>http://finster.co.uk</link>
	<description>Technical Notes</description>
	<lastBuildDate>Sun, 14 Feb 2010 20:58:35 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Combining PDF Files</title>
		<link>http://finster.co.uk/2009/01/02/combining-pdf-files/</link>
		<comments>http://finster.co.uk/2009/01/02/combining-pdf-files/#comments</comments>
		<pubDate>Fri, 02 Jan 2009 15:34:00 +0000</pubDate>
		<dc:creator>finster</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[pdf]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://finster.co.uk/?p=23</guid>
		<description><![CDATA[Combining PDF files in Linux is ridiculously easy &#8211; its just a matter of installing the PDF Toolkit package (pdftk) and then running the following command: -
pdftk file1.pdf file2.pdf file3.pdf cat output newfile.pdf
]]></description>
			<content:encoded><![CDATA[<p>Combining PDF files in Linux is ridiculously easy &#8211; its just a matter of installing the PDF Toolkit package (pdftk) and then running the following command: -</p>
<p><span style="font-size:85%;"><span style="font-family:courier new;">pdftk file1.pdf file2.pdf file3.pdf cat output newfile.pdf</span></span></p>
]]></content:encoded>
			<wfw:commentRss>http://finster.co.uk/2009/01/02/combining-pdf-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
