<?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: Concatenate (Add Together) PDF Files in Linux</title>
	<atom:link href="http://madebyparker.com/blog/2009/03/concatenate-add-together-pdf-files-in-linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://madebyparker.com/blog/2009/03/concatenate-add-together-pdf-files-in-linux/</link>
	<description>and stuff</description>
	<lastBuildDate>Thu, 27 May 2010 14:32:40 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: butubot</title>
		<link>http://madebyparker.com/blog/2009/03/concatenate-add-together-pdf-files-in-linux/comment-page-1/#comment-3233</link>
		<dc:creator>butubot</dc:creator>
		<pubDate>Thu, 17 Sep 2009 13:32:00 +0000</pubDate>
		<guid isPermaLink="false">http://madebyparker.com/blog/?p=216#comment-3233</guid>
		<description>pdftk does a better job in my opinion. The output pdf of the gs command cannot be searched. there might be a switch that can be included in the gs command to allow this (who knows?). 

The pdftk command is simpler, too 

pdftk *.pdf cat output MyOutput.pdf

Just make sure that the input pdf files are named in sequence  (alphabetically or numerically) so they show up in the output file in order.

One good thing about Linux is that you have a lot of choices to accomplish this particular task -- and they&#039;re all free.</description>
		<content:encoded><![CDATA[<p>pdftk does a better job in my opinion. The output pdf of the gs command cannot be searched. there might be a switch that can be included in the gs command to allow this (who knows?). </p>
<p>The pdftk command is simpler, too </p>
<p>pdftk *.pdf cat output MyOutput.pdf</p>
<p>Just make sure that the input pdf files are named in sequence  (alphabetically or numerically) so they show up in the output file in order.</p>
<p>One good thing about Linux is that you have a lot of choices to accomplish this particular task &#8212; and they&#8217;re all free.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
