<?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: Splitting a PDF into multiple pages</title>
	<atom:link href="http://blogs.linux.ie/balor/2006/02/13/splitting-a-pdf-into-multiple-pages/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.linux.ie/balor/2006/02/13/splitting-a-pdf-into-multiple-pages/</link>
	<description>We eat cats whilst you code.</description>
	<lastBuildDate>Thu, 17 May 2012 00:31:11 +0100</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
	<item>
		<title>By: Xeraan</title>
		<link>http://blogs.linux.ie/balor/2006/02/13/splitting-a-pdf-into-multiple-pages/comment-page-1/#comment-171</link>
		<dc:creator>Xeraan</dc:creator>
		<pubDate>Wed, 22 Feb 2006 20:20:52 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.linux.ie/balor/?p=154#comment-171</guid>
		<description>In case you don&#039;t know perl, you can just print each page separate using a pdf-printer.</description>
		<content:encoded><![CDATA[<p>In case you don&#8217;t know perl, you can just print each page separate using a pdf-printer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vishal</title>
		<link>http://blogs.linux.ie/balor/2006/02/13/splitting-a-pdf-into-multiple-pages/comment-page-1/#comment-166</link>
		<dc:creator>vishal</dc:creator>
		<pubDate>Mon, 13 Feb 2006 17:18:32 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.linux.ie/balor/?p=154#comment-166</guid>
		<description>and if you want to convert pdf&#039;s into handout form:
----------------------------------------------
#!/bin/sh

outFile=`echo $1  &#124; sed -e &#039;s/\.pdf$//&#039;`
pdftops -level2sep $1 - &#124; psnup -pletter  \
        -d -6 -b1 -l -m3 &#124; ps2pdf - $outFile&quot;_handout.pdf&quot;
-------------------------------------------------
enjoy.</description>
		<content:encoded><![CDATA[<p>and if you want to convert pdf&#8217;s into handout form:<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
#!/bin/sh</p>
<p>outFile=`echo $1  | sed -e &#8216;s/\.pdf$//&#8217;`<br />
pdftops -level2sep $1 &#8211; | psnup -pletter  \<br />
        -d -6 -b1 -l -m3 | ps2pdf &#8211; $outFile&#8221;_handout.pdf&#8221;<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
enjoy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Des Traynor</title>
		<link>http://blogs.linux.ie/balor/2006/02/13/splitting-a-pdf-into-multiple-pages/comment-page-1/#comment-164</link>
		<dc:creator>Des Traynor</dc:creator>
		<pubDate>Mon, 13 Feb 2006 15:45:04 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.linux.ie/balor/?p=154#comment-164</guid>
		<description>Excellent stuff, thats handy Aidan. 
I suppose I&#039;ll provide the converse...

https://www.cs.tcd.ie/Shane.OConchuir/Misc/MergingPDFs.html</description>
		<content:encoded><![CDATA[<p>Excellent stuff, thats handy Aidan.<br />
I suppose I&#8217;ll provide the converse&#8230;</p>
<p><a href="https://www.cs.tcd.ie/Shane.OConchuir/Misc/MergingPDFs.html" rel="nofollow">https://www.cs.tcd.ie/Shane.OConchuir/Misc/MergingPDFs.html</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
