<?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>How I kill time.... :) &#187; merge multiple pdf&#8217;s</title>
	<atom:link href="http://www.pratik.info/tag/merge-multiple-pdfs/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pratik.info</link>
	<description>Blog of Pratik Jagdishwala</description>
	<lastBuildDate>Tue, 21 Jun 2011 14:06:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Merge multiple pdf&#8217;sinto a single pdf</title>
		<link>http://www.pratik.info/2010/03/03/merge-multiple-pdfsinto-a-single-pdf/</link>
		<comments>http://www.pratik.info/2010/03/03/merge-multiple-pdfsinto-a-single-pdf/#comments</comments>
		<pubDate>Wed, 03 Mar 2010 05:21:09 +0000</pubDate>
		<dc:creator>pratik</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[merge multiple pdf's]]></category>

		<guid isPermaLink="false">http://www.pratik.info/2010/03/03/merge-multiple-pdfsinto-a-single-pdf/</guid>
		<description><![CDATA[Handling multiple pdf&#8217;s can be a pain, and combining multiple pdf&#8217;s is not as easy as merging doc files. So how to achieve this? The simplest and the fastest way is using pdftk. Install Ubuntu if you are not a regular user, install this on a VirtualBox image and install pdftk on your instance by [...]]]></description>
			<content:encoded><![CDATA[<p>Handling multiple pdf&#8217;s can be a pain, and combining multiple pdf&#8217;s is not as easy as merging doc files. So how to achieve this?</p>
<p>The simplest and the fastest way is using pdftk. Install Ubuntu if you are not a regular user, install this on a VirtualBox image and install pdftk on your instance by typing</p>
<p><em>sudo apt-get install pdftk</em></p>
<p>Once the installation is complete, you can now start merging pdf files on the fly by using the following command</p>
<p><em>pdftk *.pdf cat output merged.pdf</em></p>
<p><em>or</em></p>
<p><em>pdftk 1.pdf 2.pdf 3.pdf cat output merged.pdf</em></p>
<p>There are mutiple options to this which you can find out using man or using google <img src='http://www.pratik.info/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<hr /><small>Copyright &copy; 2008<br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:<br /> )</small>]]></content:encoded>
			<wfw:commentRss>http://www.pratik.info/2010/03/03/merge-multiple-pdfsinto-a-single-pdf/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

