<?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>Linux Neophyte &#187; CUPS</title>
	<atom:link href="http://linuxneophyte.com/tag/cups/feed/" rel="self" type="application/rss+xml" />
	<link>http://linuxneophyte.com</link>
	<description>Trials of a Linux Newb.</description>
	<lastBuildDate>Mon, 20 Oct 2008 12:42:52 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Print to PDF: cups-pdf</title>
		<link>http://linuxneophyte.com/print-to-pdf-cups-pdf/</link>
		<comments>http://linuxneophyte.com/print-to-pdf-cups-pdf/#comments</comments>
		<pubDate>Mon, 20 Nov 2006 16:14:12 +0000</pubDate>
		<dc:creator>M@</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[CUPS]]></category>
		<category><![CDATA[Edgy]]></category>
		<category><![CDATA[FC6]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[PDF]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://newbie.linuxworldnet.com/print-to-pdf-cups-pdf/</guid>
		<description><![CDATA[Something I&#8217;ve been missing since my migration to Linux is the ability to print whatever I want to a PDF.  I find it insanely useful when I want a copy of purchase receipts or just about anything else that I should have a record of.  I usually don&#8217;t print anything to paper, simply [...]]]></description>
			<content:encoded><![CDATA[<p>Something I&#8217;ve been missing since my migration to Linux is the ability to print whatever I want to a PDF.  I find it insanely useful when I want a copy of purchase receipts or just about anything else that I should have a record of.  I usually don&#8217;t print anything to paper, simply because I&#8217;ll just lose it or recycle it and then regret it 6 months later when I need a copy.  Enter cups-pdf, a super easy way of outputting &#8220;stuff&#8221; to PDF.</p>
<p><strong>Installing on Ubuntu 6.10:</strong></p>
<p><font face="Courier, monospace">sudo apt-get install cups-pdf </font></p>
<p>Create the printer:</p>
<ol>
<li>From the Gnome System menu, navigate to System > Administration > Printing.</li>
<li>Double click on New Printer</li>
<li>PDF Printer should already be selected under Use a detected printer, click Forward</li>
<li>Select Generic from the Manufacturer drop down menu</li>
<li>Select Postscript Printer in the Model section, click Forward</li>
<li>Name your printer (I chose PDF-Printer) and click Apply</li>
</ol>
<p>All set, you can now opt to print web pages, or whatever else to your Cups/PDF-Printer.  Ubuntu saves the PDFs to your <font face="Courier, monospace">~/PDF/</font> directory (if you want to change the default location, use the last paragraph on this post as a guide).</p>
<p><strong>Installing on Fedora Core 6:</strong></p>
<p>Fedora keeps this package in the extras repo, you can install it using the command below.</p>
<p><font face="Courier, monospace">su -c &#8216;yum install cups-pdf&#8217;</font></p>
<p>A few seconds later I had a new printer named <em>Cups-PDF</em>, that when selected would print whatever I wanted to a PDF on my desktop.  I personally don&#8217;t want all of my PDFs saved to the desktop so I created a PDF folder in my home dir and made a change to the config file:</p>
<p>As root, edit <font face="Courier, monospace">/etc/cups/cups-pdf.conf</font>, locate the line that reads <font face="Courier, monospace">Out ${HOME}/Desktop</font> and change it to <font face="Courier, monospace">Out ${HOME}/PDF</font>.  I didn&#8217;t need to restart the CUPS service to apply the change, it just worked. <img src='http://linuxneophyte.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://linuxneophyte.com/print-to-pdf-cups-pdf/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
