<?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>Pablo Endres's Blog &#187; pdfmerge</title>
	<atom:link href="http://www.pabloendres.com/tag/pdfmerge/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pabloendres.com</link>
	<description></description>
	<lastBuildDate>Tue, 18 May 2010 21:16:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Merging PDF files</title>
		<link>http://www.pabloendres.com/2009/05/05/merging-pdf-files/</link>
		<comments>http://www.pabloendres.com/2009/05/05/merging-pdf-files/#comments</comments>
		<pubDate>Tue, 05 May 2009 19:37:24 +0000</pubDate>
		<dc:creator>Pablo Endres</dc:creator>
				<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[merge]]></category>
		<category><![CDATA[pdf]]></category>
		<category><![CDATA[pdfmerge]]></category>

		<guid isPermaLink="false">http://www.pabloendres.com/?p=78</guid>
		<description><![CDATA[Have you ever scanned a pile of documents on a &#8220;non enterprise&#8221; o home scanner, or just got distracted when using the big Xerox machine in the office.  You&#8217;ll end up with a ton of individual pdf files.  After a little google and man reading I found these 2 solutions. On linux just use pdfmerge:   [...]]]></description>
			<content:encoded><![CDATA[<p>Have you ever scanned a pile of documents on a &#8220;non enterprise&#8221; o home scanner, or just got distracted when using the big Xerox machine in the office.  You&#8217;ll end up with a ton of individual pdf files.  After a little google and man reading I found these 2 solutions.</p>
<ol>
<li>On linux just use <a href="http://sourceforge.net/projects/pdfmerge/" target="_blank">pdfmerge</a>:   <em>sudo yum install pdfmerge</em> or download the windows version</li>
<li>Do it by hand with ghostscript:</li>
</ol>
<blockquote><p><em>gs -dBATCH -dNOPAUSE -q -sDEVICE=pdfwrite -sOutputFile=finished.pdf Scan001.pdf Scan002.pdf</em></p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.pabloendres.com/2009/05/05/merging-pdf-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
