<?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>42 &#187; ps</title>
	<atom:link href="http://www.42.mach7x.com/tag/ps/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.42.mach7x.com</link>
	<description>Thoughts and tips about programming with Ruby on Rails</description>
	<lastBuildDate>Wed, 01 Feb 2012 14:38:36 +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>Combining multiple ps pages into a multiple page pdf file</title>
		<link>http://www.42.mach7x.com/2008/01/25/combining-multiple-ps-pages-into-a-multiple-page-pdf-file/</link>
		<comments>http://www.42.mach7x.com/2008/01/25/combining-multiple-ps-pages-into-a-multiple-page-pdf-file/#comments</comments>
		<pubDate>Fri, 25 Jan 2008 10:22:50 +0000</pubDate>
		<dc:creator>kosmas</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[ghostscript]]></category>
		<category><![CDATA[pdf]]></category>
		<category><![CDATA[ps]]></category>

		<guid isPermaLink="false">http://www.42.mach7x.com/2008/01/25/combining-multiple-ps-pages-into-a-multiple-page-pdf-file/</guid>
		<description><![CDATA[Problem You have a lot of ps files and you want to combine them into a single pdf file with multiple pages. Solution You can use Ghostscript: gs -q -sPAPERSIZE=a4 -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -sOutputFile=out.pdf in1.ps in2.ps in3.ps]]></description>
			<content:encoded><![CDATA[<p><strong>Problem</strong><br />
You have a lot of ps files and you want to combine them into a single pdf file with multiple pages.</p>
<p><strong>Solution</strong><br />
You can use Ghostscript:</p>
<pre class="code">gs -q -sPAPERSIZE=a4 -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -sOutputFile=out.pdf in1.ps in2.ps in3.ps</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.42.mach7x.com/2008/01/25/combining-multiple-ps-pages-into-a-multiple-page-pdf-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

