<?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: Combine multiple PDFs into one file in Ubuntu Linux</title>
	<atom:link href="http://www.debianadmin.com/combine-multiple-pdfs-into-one-file-in-ubuntu-linux.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.debianadmin.com/combine-multiple-pdfs-into-one-file-in-ubuntu-linux.html</link>
	<description>Debian/Ubuntu Linux System Administration Tutorials,Howtos,Tips</description>
	<lastBuildDate>Mon, 06 Feb 2012 02:01:37 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: name</title>
		<link>http://www.debianadmin.com/combine-multiple-pdfs-into-one-file-in-ubuntu-linux.html/comment-page-1#comment-9319</link>
		<dc:creator>name</dc:creator>
		<pubDate>Wed, 18 Jan 2012 21:55:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/combine-multiple-pdfs-into-one-file-in-ubuntu-linux.html#comment-9319</guid>
		<description>Thanks for this.  BTW: the ps command worked fine for me without having pdftk installed.</description>
		<content:encoded><![CDATA[<p>Thanks for this.  BTW: the ps command worked fine for me without having pdftk installed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frank</title>
		<link>http://www.debianadmin.com/combine-multiple-pdfs-into-one-file-in-ubuntu-linux.html/comment-page-1#comment-9038</link>
		<dc:creator>Frank</dc:creator>
		<pubDate>Thu, 10 Nov 2011 04:54:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/combine-multiple-pdfs-into-one-file-in-ubuntu-linux.html#comment-9038</guid>
		<description>An easier alternative is pdfunite (poppler). You probably already have it installed.</description>
		<content:encoded><![CDATA[<p>An easier alternative is pdfunite (poppler). You probably already have it installed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jerry</title>
		<link>http://www.debianadmin.com/combine-multiple-pdfs-into-one-file-in-ubuntu-linux.html/comment-page-1#comment-8951</link>
		<dc:creator>Jerry</dc:creator>
		<pubDate>Fri, 07 Oct 2011 19:44:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/combine-multiple-pdfs-into-one-file-in-ubuntu-linux.html#comment-8951</guid>
		<description>@Rick Useful idea to encapsulate this into a script, but the argument expansion causes problems if your filenames have whitespace in them; to fix this, quote &quot;$@&quot; so the file reads as follows:

&lt;code&gt;
#!/bin/bash
gs -dNOPAUSE -sDEVICE=pdfwrite -sOUTPUTFILE=combined.pdf -dBATCH &quot;$@&quot;
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>@Rick Useful idea to encapsulate this into a script, but the argument expansion causes problems if your filenames have whitespace in them; to fix this, quote &#8220;$@&#8221; so the file reads as follows:</p>
<p><code><br />
#!/bin/bash<br />
gs -dNOPAUSE -sDEVICE=pdfwrite -sOUTPUTFILE=combined.pdf -dBATCH "$@"<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: corey</title>
		<link>http://www.debianadmin.com/combine-multiple-pdfs-into-one-file-in-ubuntu-linux.html/comment-page-1#comment-8245</link>
		<dc:creator>corey</dc:creator>
		<pubDate>Wed, 02 Mar 2011 01:32:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/combine-multiple-pdfs-into-one-file-in-ubuntu-linux.html#comment-8245</guid>
		<description>&gt;T. Williams says:
&gt;October 29, 2010 at 11:45 pm
&gt;
&gt;This application sucks! I never got it to work or even come up! I’ve uninsulated it and gone with PDF &gt;Editor. &gt;Perhaps someday there will be a way to use this program without having a programing degree.

I&#039;m 17 and had no problem with this program. it runs in the terminal. i use ubuntu (as reference). i too found it easier to navigate to the folder then use *.pdf to combine the pdf files. other than that it is a simple copy paste from above. mine is currently still running as i have over 100megs to combine into one but i&#039;m hoping for good results</description>
		<content:encoded><![CDATA[<p>&gt;T. Williams says:<br />
&gt;October 29, 2010 at 11:45 pm<br />
&gt;<br />
&gt;This application sucks! I never got it to work or even come up! I’ve uninsulated it and gone with PDF &gt;Editor. &gt;Perhaps someday there will be a way to use this program without having a programing degree.</p>
<p>I&#8217;m 17 and had no problem with this program. it runs in the terminal. i use ubuntu (as reference). i too found it easier to navigate to the folder then use *.pdf to combine the pdf files. other than that it is a simple copy paste from above. mine is currently still running as i have over 100megs to combine into one but i&#8217;m hoping for good results</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam</title>
		<link>http://www.debianadmin.com/combine-multiple-pdfs-into-one-file-in-ubuntu-linux.html/comment-page-1#comment-6313</link>
		<dc:creator>Sam</dc:creator>
		<pubDate>Thu, 09 Dec 2010 06:47:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/combine-multiple-pdfs-into-one-file-in-ubuntu-linux.html#comment-6313</guid>
		<description>Thanks alot..... God Bless</description>
		<content:encoded><![CDATA[<p>Thanks alot&#8230;.. God Bless</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: T. Williams</title>
		<link>http://www.debianadmin.com/combine-multiple-pdfs-into-one-file-in-ubuntu-linux.html/comment-page-1#comment-6176</link>
		<dc:creator>T. Williams</dc:creator>
		<pubDate>Fri, 29 Oct 2010 23:45:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/combine-multiple-pdfs-into-one-file-in-ubuntu-linux.html#comment-6176</guid>
		<description>This application sucks! I never got it to work or even come up! I&#039;ve uninsulated it and gone with PDF Editor. Perhaps someday there will be a way to use this program without having a programing degree.</description>
		<content:encoded><![CDATA[<p>This application sucks! I never got it to work or even come up! I&#8217;ve uninsulated it and gone with PDF Editor. Perhaps someday there will be a way to use this program without having a programing degree.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gerald</title>
		<link>http://www.debianadmin.com/combine-multiple-pdfs-into-one-file-in-ubuntu-linux.html/comment-page-1#comment-5608</link>
		<dc:creator>Gerald</dc:creator>
		<pubDate>Thu, 12 Aug 2010 11:38:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/combine-multiple-pdfs-into-one-file-in-ubuntu-linux.html#comment-5608</guid>
		<description>Does anyone know how to make it link the files without makin a pages per file. I mean, make them all together like linking pictures. In my case I have pictures of time series and I want to put one above the other, actually I get one page after the other.</description>
		<content:encoded><![CDATA[<p>Does anyone know how to make it link the files without makin a pages per file. I mean, make them all together like linking pictures. In my case I have pictures of time series and I want to put one above the other, actually I get one page after the other.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rick</title>
		<link>http://www.debianadmin.com/combine-multiple-pdfs-into-one-file-in-ubuntu-linux.html/comment-page-1#comment-4714</link>
		<dc:creator>Rick</dc:creator>
		<pubDate>Thu, 25 Mar 2010 01:42:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/combine-multiple-pdfs-into-one-file-in-ubuntu-linux.html#comment-4714</guid>
		<description>if you do this frequently, I&#039;d suggest creating a simple shell script:
#!/bin/bash
gs -dNOPAUSE -sDEVICE=pdfwrite -sOUTPUTFILE=combined.pdf -dBATCH $@

save as /usr/local/bin/combinepdf, make it executable, and run it with:
combinepdf a.pdf b.pdf c.pdf 
or even
combinepdf `ls -1 `</description>
		<content:encoded><![CDATA[<p>if you do this frequently, I&#8217;d suggest creating a simple shell script:<br />
#!/bin/bash<br />
gs -dNOPAUSE -sDEVICE=pdfwrite -sOUTPUTFILE=combined.pdf -dBATCH $@</p>
<p>save as /usr/local/bin/combinepdf, make it executable, and run it with:<br />
combinepdf a.pdf b.pdf c.pdf<br />
or even<br />
combinepdf `ls -1 `</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stuffit</title>
		<link>http://www.debianadmin.com/combine-multiple-pdfs-into-one-file-in-ubuntu-linux.html/comment-page-1#comment-4713</link>
		<dc:creator>stuffit</dc:creator>
		<pubDate>Wed, 24 Mar 2010 21:13:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/combine-multiple-pdfs-into-one-file-in-ubuntu-linux.html#comment-4713</guid>
		<description>thanks for that you have just saved me lots of time</description>
		<content:encoded><![CDATA[<p>thanks for that you have just saved me lots of time</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rick van der Zwet</title>
		<link>http://www.debianadmin.com/combine-multiple-pdfs-into-one-file-in-ubuntu-linux.html/comment-page-1#comment-4266</link>
		<dc:creator>Rick van der Zwet</dc:creator>
		<pubDate>Sun, 10 Jan 2010 19:18:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/combine-multiple-pdfs-into-one-file-in-ubuntu-linux.html#comment-4266</guid>
		<description>Works like a charm, thanks! 


FTI: To save some typing (filenames) you could also you shell expansions instead: 
    gs -dNOPAUSE -sDEVICE=pdfwrite -sOUTPUTFILE=combinedpdf.pdf -dBATCH ?.pdf</description>
		<content:encoded><![CDATA[<p>Works like a charm, thanks! </p>
<p>FTI: To save some typing (filenames) you could also you shell expansions instead:<br />
    gs -dNOPAUSE -sDEVICE=pdfwrite -sOUTPUTFILE=combinedpdf.pdf -dBATCH ?.pdf</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pem</title>
		<link>http://www.debianadmin.com/combine-multiple-pdfs-into-one-file-in-ubuntu-linux.html/comment-page-1#comment-2430</link>
		<dc:creator>pem</dc:creator>
		<pubDate>Sun, 22 Feb 2009 12:21:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/combine-multiple-pdfs-into-one-file-in-ubuntu-linux.html#comment-2430</guid>
		<description>pdftk a.pdf b.pdf c.pdf cat output abc.pdf


this command is easier to remember.</description>
		<content:encoded><![CDATA[<p>pdftk a.pdf b.pdf c.pdf cat output abc.pdf</p>
<p>this command is easier to remember.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lasse</title>
		<link>http://www.debianadmin.com/combine-multiple-pdfs-into-one-file-in-ubuntu-linux.html/comment-page-1#comment-1657</link>
		<dc:creator>Lasse</dc:creator>
		<pubDate>Thu, 11 Sep 2008 17:16:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/combine-multiple-pdfs-into-one-file-in-ubuntu-linux.html#comment-1657</guid>
		<description>Perfect!....just perfect. It even compresses the files a bit. Suited me just fine. Thx.</description>
		<content:encoded><![CDATA[<p>Perfect!&#8230;.just perfect. It even compresses the files a bit. Suited me just fine. Thx.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: allen</title>
		<link>http://www.debianadmin.com/combine-multiple-pdfs-into-one-file-in-ubuntu-linux.html/comment-page-1#comment-1656</link>
		<dc:creator>allen</dc:creator>
		<pubDate>Fri, 29 Aug 2008 03:40:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/combine-multiple-pdfs-into-one-file-in-ubuntu-linux.html#comment-1656</guid>
		<description>Excellent! thanks so much!</description>
		<content:encoded><![CDATA[<p>Excellent! thanks so much!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rick van der Zwet</title>
		<link>http://www.debianadmin.com/combine-multiple-pdfs-into-one-file-in-ubuntu-linux.html/comment-page-1#comment-1655</link>
		<dc:creator>Rick van der Zwet</dc:creator>
		<pubDate>Fri, 30 May 2008 13:21:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/combine-multiple-pdfs-into-one-file-in-ubuntu-linux.html#comment-1655</guid>
		<description>Works like a sharm, thanks!</description>
		<content:encoded><![CDATA[<p>Works like a sharm, thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: george m</title>
		<link>http://www.debianadmin.com/combine-multiple-pdfs-into-one-file-in-ubuntu-linux.html/comment-page-1#comment-1654</link>
		<dc:creator>george m</dc:creator>
		<pubDate>Sat, 03 May 2008 02:50:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/combine-multiple-pdfs-into-one-file-in-ubuntu-linux.html#comment-1654</guid>
		<description>I&#039;m a new ubuntu user. It&#039;s dissapointing that none of the PDF gui programs in the list have this feature.</description>
		<content:encoded><![CDATA[<p>I&#8217;m a new ubuntu user. It&#8217;s dissapointing that none of the PDF gui programs in the list have this feature.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: blah</title>
		<link>http://www.debianadmin.com/combine-multiple-pdfs-into-one-file-in-ubuntu-linux.html/comment-page-1#comment-1653</link>
		<dc:creator>blah</dc:creator>
		<pubDate>Thu, 27 Dec 2007 19:02:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/combine-multiple-pdfs-into-one-file-in-ubuntu-linux.html#comment-1653</guid>
		<description>weiß ich leider nicht, müsstest du mal den author fragen</description>
		<content:encoded><![CDATA[<p>weiß ich leider nicht, müsstest du mal den author fragen</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: versuchsanstalt</title>
		<link>http://www.debianadmin.com/combine-multiple-pdfs-into-one-file-in-ubuntu-linux.html/comment-page-1#comment-1652</link>
		<dc:creator>versuchsanstalt</dc:creator>
		<pubDate>Sun, 07 Jan 2007 20:58:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/combine-multiple-pdfs-into-one-file-in-ubuntu-linux.html#comment-1652</guid>
		<description>Will the appended files be preceded by a pagebreak?</description>
		<content:encoded><![CDATA[<p>Will the appended files be preceded by a pagebreak?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

