<?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>nuri!123 &#187; pdftk</title>
	<atom:link href="http://www.jirolu.net/tag/pdftk/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jirolu.net</link>
	<description>where there is love there is life ~ Gandhi</description>
	<lastBuildDate>Thu, 09 Feb 2012 12:00:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>[Linux] Merge Multiple PDF Files Into One File</title>
		<link>http://www.jirolu.net/2008/12/17/linux-merge-multiple-pdf-files-into-one-file/</link>
		<comments>http://www.jirolu.net/2008/12/17/linux-merge-multiple-pdf-files-into-one-file/#comments</comments>
		<pubDate>Wed, 17 Dec 2008 03:23:05 +0000</pubDate>
		<dc:creator>nuri</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[merge pdf]]></category>
		<category><![CDATA[pdftk]]></category>

		<guid isPermaLink="false">http://nuy.jirolu.net/?p=1499</guid>
		<description><![CDATA[<p>I&#8217;m using <a href="http://www.linuxmint.com/" target="_blank">Linux Mint</a> on my Dell GX260 desktop. It&#8217;s another Linux distro based on (and compatible with) <a href="http://www.ubuntu.com/" target="_blank">Ubuntu Linux</a>. Therefore this installation tutorial might be more suitable for you who&#8217;s using Ubuntu and anyother distro based on it. But overall, you can install the package on any Linux [...] <a href="http://www.jirolu.net/2008/12/17/linux-merge-multiple-pdf-files-into-one-file/" class="read_more">Read more</a></p>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m using <a href="http://www.linuxmint.com/" target="_blank">Linux Mint</a> on my Dell GX260 desktop. It&#8217;s another Linux distro based on (and compatible with) <a href="http://www.ubuntu.com/" target="_blank">Ubuntu Linux</a>. Therefore this installation tutorial might be more suitable for you who&#8217;s using Ubuntu and anyother distro based on it. But overall, you can install the package on any Linux distro you&#8217;re using now.</p>
<p>1. Install Ghostscript&nbsp; (PostScript and PDF language interpreter and pre‐viewer), use command:</p>
<p># sudo apt-get install gs</p>
<p><a href="http://nuy.jirolu.net/wp-content/uploads/image/apt-get-gs.png"><img width="400" height="179" border="0" src="http://nuy.jirolu.net/wp-content/uploads/image/apt-get-gs.png" alt="sudo apt-get install gs" /></a></p>
<p>2. Install PDFtk (A handy tool for manipulating PDF), using command:</p>
<p># sudo apt-get install pdftk</p>
<p><a href="http://nuy.jirolu.net/wp-content/uploads/image/apt-get-pdftk.png" target="_blank"><img width="400" height="219" border="0" src="http://nuy.jirolu.net/wp-content/uploads/image/apt-get-pdftk.png" alt="sudo apt-get install pdftk" /> </a></p>
<p>3. run the command line</p>
<p><u>Merge 2 files (or more) into one file:</u><br />
<strong>pdftk</strong> doc_1.pdf doc_2.pdf doc_3.pdf <strong>cat output</strong> doc_combined_123.pdf</p>
<p><img width="413" height="313" border="0" src="http://nuy.jirolu.net/wp-content/uploads/image/pdftk.png" alt="pdftk" /></p>
<p><strong>Other Commands:</strong></p>
<p><u>Using Handles:</u><br />
<strong>pdftk</strong> A=doc_1.pdf B=doc_2.pdf <strong>cat</strong> A B <strong>output</strong> doc_combined_12.pdf</p>
<p><u>Using Wildcards:</u><br />
<strong>pdftk</strong> *.pdf cat <strong>output</strong> doc_combined.pdf</p>
<p><u>Split Selected Pages from Multiple PDFs into one new PDF file:</u><br />
<strong>pdftk</strong> A=one.pdf B=two.pdf <strong>cat</strong> A1-7 B1-5 A8 <strong>output</strong> combined.pdf</p>
<p><u>Encrypt a PDF using default 128-Bit Strength and Withhold All Permissions</u>:<br />
<strong>pdftk</strong> mydoc.pdf <strong>output</strong> encrypted_doc.128.pdf <strong>owner_pw</strong> your_password_here</p>
<p><u>Same as Above, Except a Password is Required to Open the PDF:</u><br />
<strong>pdftk</strong> mydoc.pdf <strong>output</strong> encrypted_doc.128.pdf <strong>owner_pw </strong>blablabla <strong>user_pw</strong> helloworld</p>
<p><u>Same as Above, Except Printing is Allowed (after the PDF is Open):</u><br />
<strong>pdftk</strong> mydoc.pdf <strong>output</strong> encrypted_doc.128.pdf <strong>owner_pw</strong> blablabla <strong>user_pw</strong> helloworld <strong>allow printing</strong></p>
<p><strong>Decrypt</strong>:<br />
<strong>pdftk</strong> encrypted_doc.pdf <strong>input_pw </strong>helloworld <strong>output</strong> decrypted_doc.pdf</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jirolu.net/2008/12/17/linux-merge-multiple-pdf-files-into-one-file/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

