<?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>Too Far Afield &#187; pdf</title>
	<atom:link href="http://blog.nachtarbeiter.net/tag/pdf/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.nachtarbeiter.net</link>
	<description></description>
	<lastBuildDate>Mon, 09 Jan 2012 05:41:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Remove pages from PDF files on Linux</title>
		<link>http://blog.nachtarbeiter.net/2006/12/24/remove-pages-from-pdf-files-on-linux/</link>
		<comments>http://blog.nachtarbeiter.net/2006/12/24/remove-pages-from-pdf-files-on-linux/#comments</comments>
		<pubDate>Sun, 24 Dec 2006 19:24:03 +0000</pubDate>
		<dc:creator>Patrick</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[life]]></category>
		<category><![CDATA[pdf]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blog.nachtarbeiter.net/?p=392</guid>
		<description><![CDATA[Today I needed to remove some pages from a bunch of PDF files. In search of a tool, I came across the article Manipulating PDFs with the PDF Toolkit. To cut out pages 10-25 from a PDF type: pdftk old.pdf cat 1-9 26-end output new.pdf If you don&#8217;t have it already, you need to install [...]]]></description>
			<content:encoded><![CDATA[<p>Today I needed to remove some pages from a bunch of <abbr title="Portable Document Format">PDF</abbr> files. In search of a tool, I came across the article <a href="http://www.linux.com/feature/53701">Manipulating <abbr title="Portable Document Format">PDF</abbr>s with the <abbr title="Portable Document Format">PDF</abbr> Toolkit</a>. To cut out pages 10-25 from a <abbr title="Portable Document Format">PDF</abbr> type:</p>
<ol class="code">
<li><code>pdftk old.pdf cat 1-9 26-end output new.pdf</code>
</li>
</ol>
<p>If you don&#8217;t have it already, you need to install the Ubuntu/Debian package <code>pdftk</code> first.</p>
<p>In related news: It&#8217;s Christmas. So merry Christmas to everyone. I will be quite busy between the years (a translation of <cite lang="de">zwischen den Jahren</cite>, an expression used in Germany to describe the time between Christmas and the first day of the new year). I will participate in a bunch of Christmas-related events today and tomorrow and will be at the  <a href="http://events.ccc.de/congress/2006/Home">23rd Chaos Comminication Congress</a> in Berlin from December 26. See you there!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.nachtarbeiter.net/2006/12/24/remove-pages-from-pdf-files-on-linux/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

