<?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>Elliot Lee &#187; GS</title>
	<atom:link href="http://www.intelliot.com/blog/tag/gs/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.intelliot.com/blog</link>
	<description>Thoughts, opinions and fascinating discoveries by Elliot, a student at USC</description>
	<lastBuildDate>Mon, 26 Jul 2010 02:11:19 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to Combine Multiple PDFs to Create a Multi-Page PDF</title>
		<link>http://www.intelliot.com/blog/2008/11/how-to-combine-multiple-pdfs-to-create-a-multi-page-pdf/</link>
		<comments>http://www.intelliot.com/blog/2008/11/how-to-combine-multiple-pdfs-to-create-a-multi-page-pdf/#comments</comments>
		<pubDate>Mon, 17 Nov 2008 10:39:45 +0000</pubDate>
		<dc:creator>Elliot Lee</dc:creator>
				<category><![CDATA[Travel]]></category>
		<category><![CDATA[CutePDF]]></category>
		<category><![CDATA[GhostScript]]></category>
		<category><![CDATA[GS]]></category>
		<category><![CDATA[PDF]]></category>

		<guid isPermaLink="false">http://www.intelliot.com/blog/?p=1787</guid>
		<description><![CDATA[I&#8217;ll clarify this later, but for now I&#8217;ll quickly show you the following example commands. These should point a geek in the right direction.

Example 1
C:\Users\Elliot\Pictures&#62;gswin32c -dNOPAUSE -sDEVICE=pdfwrite -sOUTPUTFILE=CS377
HW5ElliotLee.pdf -dBATCH first.pdf second.pdf third.pdf
Example 2
C:\Users\Elliot\Pictures&#62;gswin32c -dNOPAUSE -sDEVICE=pdfwrite -sOUTPUTFILE=Stude
ntOrganizationFundingGuide.pdf -dBATCH StudentOrganizationFundingGuide1.pdf Stud
entOrganizationFundingGuide2.pdf
 
GhostScript GPL (gswin32c) is downloaded automatically as part of the installation process for CutePDF.
Ah, it&#8217;s described here:
http://www.codejacked.com/combine-multiple-pdfs-into-one-merged-document/
One [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ll clarify this later, but for now I&#8217;ll quickly show you the following example commands. These should point a geek in the right direction.</p>
<p><span id="more-1787"></span></p>
<p><strong>Example 1</strong></p>
<p>C:\Users\Elliot\Pictures&gt;gswin32c -dNOPAUSE -sDEVICE=pdfwrite -sOUTPUTFILE=CS377</p>
<p>HW5ElliotLee.pdf -dBATCH first.pdf second.pdf third.pdf</p>
<p><strong>Example 2</strong></p>
<p>C:\Users\Elliot\Pictures&gt;gswin32c -dNOPAUSE -sDEVICE=pdfwrite -sOUTPUTFILE=Stude</p>
<p>ntOrganizationFundingGuide.pdf -dBATCH StudentOrganizationFundingGuide1.pdf Stud</p>
<p>entOrganizationFundingGuide2.pdf</p>
<p> </p>
<p>GhostScript GPL (gswin32c) is downloaded automatically as part of the installation process for CutePDF.</p>
<p>Ah, it&#8217;s described here:</p>
<p><a href="http://www.codejacked.com/combine-multiple-pdfs-into-one-merged-document/">http://www.codejacked.com/combine-multiple-pdfs-into-one-merged-document/</a></p>
<p>One note: you don&#8217;t have to restart, at least in Windows Vista. Just open a new command prompt after setting the PATH environment variable.</p>
<p>and for Linux:</p>
<p><a href="http://www.codejacked.com/combine-multiple-pdfs-into-one-file-in-linux/">http://www.codejacked.com/combine-multiple-pdfs-into-one-file-in-linux/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.intelliot.com/blog/2008/11/how-to-combine-multiple-pdfs-to-create-a-multi-page-pdf/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
