<?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>How To Ubuntu &#187; Printing</title>
	<atom:link href="http://howto-ubuntu.net/category/printing/feed/" rel="self" type="application/rss+xml" />
	<link>http://howto-ubuntu.net</link>
	<description>Focusing on the Long Term Support release -- Lucid 10.04</description>
	<lastBuildDate>Fri, 30 Jul 2010 12:30:55 +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 print a file from your desktop with one click</title>
		<link>http://howto-ubuntu.net/how-to-print-a-file-from-your-desktop-with-one-click/</link>
		<comments>http://howto-ubuntu.net/how-to-print-a-file-from-your-desktop-with-one-click/#comments</comments>
		<pubDate>Fri, 30 Jul 2010 12:30:55 +0000</pubDate>
		<dc:creator>Eli</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Printing]]></category>

		<guid isPermaLink="false">http://howto-ubuntu.net/?p=634</guid>
		<description><![CDATA[<p>Do you have certain files that you print quite often? Would you prefer to be able to just click on a desktop icon, or a panel icon to print the file? This is so much quicker than opening the file in Open Office, Abiword, or whatever, and then printing it.</p>
<p></p>
<p>This is something that&#8217;s been very [...]]]></description>
			<content:encoded><![CDATA[<p>Do you have certain files that you print quite often? Would you prefer to be able to just click on a desktop icon, or a panel icon to print the file? This is so much quicker than opening the file in Open Office, Abiword, or whatever, and then printing it.</p>
<p><span id="more-634"></span></p>
<p>This is something that&#8217;s been very helpful to me. I have several files that I print on a somewhat regular basis. Files which only change every six months or so. Opening up the file, and then printing it can take several seconds, and mouse clicks. With this method, your file can be on its way to the printer in less time than it would take you to open it up. Here&#8217;s how you do it.</p>
<p>Before proceeding any further, you need to make sure that you have assigned a default printer for CUPS to use when printing with a command. Please see my post about this, <a href="http://howto-ubuntu.net/how-to-print-from-the-command-line">here</a>, to set that up. Now, on to the one click printing.</p>
<p>We&#8217;re going to use a panel launcher for this example, though these instructions can be modified to put this launcher on your desktop as well.</p>
<ol>
<li>Right-click on the panel you want the launcher to appear &#038; select <b>Add to Panel</b>.</li>
<li>Choose <b>Custom Application Launcher</b>, and the <b>Create Launcher</b> box should pop up.</li>
<li>Name your launcher, and give it a comment that will pop up when hovered over by the mouse pointer.</li>
<li>For the command, you&#8217;ll need something like this&#8230;
<p><code>lp /home/user/pathtofile</code></li>
<li>You can click on the little springboard to the left to give your launcher an icon, or not.</li>
<li>Click on <b>OK</b> to finish</li>
<li>Now you have an icon on your panel that will print a file for you with one click of your mouse.</li>
</ol>
<p><a href="http://howto-ubuntu.net/wp-content/uploads/2010/07/Screenshot-Create-Launcher.png"><img src="http://howto-ubuntu.net/wp-content/uploads/2010/07/Screenshot-Create-Launcher.png" alt="" title="Screenshot-Create Launcher" width="429" height="211" class="aligncenter size-full wp-image-751" /></a></p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fhowto-ubuntu.net%2Fhow-to-print-a-file-from-your-desktop-with-one-click%2F&amp;linkname=How%20to%20print%20a%20file%20from%20your%20desktop%20with%20one%20click"><img src="http://howto-ubuntu.net/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://howto-ubuntu.net/how-to-print-a-file-from-your-desktop-with-one-click/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to print from the command line</title>
		<link>http://howto-ubuntu.net/how-to-print-from-the-command-line/</link>
		<comments>http://howto-ubuntu.net/how-to-print-from-the-command-line/#comments</comments>
		<pubDate>Thu, 29 Jul 2010 13:40:29 +0000</pubDate>
		<dc:creator>Eli</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Printing]]></category>

		<guid isPermaLink="false">http://howto-ubuntu.net/?p=633</guid>
		<description><![CDATA[<p>Printing from the command line can let you get things done very quickly. It can also open up a world of one-click printing of files, which we&#8217;ll get into with a future post. So, to get started, navigate to http://localhost:631 in your browser. If you have a default Ubuntu installation, you should now be looking [...]]]></description>
			<content:encoded><![CDATA[<p>Printing from the command line can let you get things done very quickly. It can also open up a world of one-click printing of files, which we&#8217;ll get into with a future post. So, to get started, navigate to <a href="http://localhost:631">http://localhost:631</a> in your browser. If you have a default Ubuntu installation, you should now be looking at your CUPS (formerly Common Unix Printing System) page.</p>
<p><span id="more-633"></span></p>
<p>Once there you&#8217;ll need to go into the <a href="http://localhost:631/help/options.html">Command-Line Printing and Options</a> page. Its here that we find the instructions we need. Now, printing a file from the command line may be as simple as running one command. Here&#8217;s what this page has to say about this process.</p>
<blockquote><p>CUPS understands many different types of files directly, including text, PostScript, PDF, and image files. This allows you to print from inside your applications or at the command-line, whichever is most convenient! Type either of the following commands to print a file to the default (or only) printer on the system:</p></blockquote>
<p><code>lp filename<br />lpr filename</code></p>
<p>If you only have one printer on your system, that&#8217;s probably all you&#8217;ll need. You may however, have to tell CUPS which is your default printer. CUPS tells us how to do this as well. The first thing you need to do is find out the name of your printer. Here&#8217;s how you can do this.</p>
<p><code>lpstat -p -d</code></p>
<p>Now you have the name of your printer(s). Choose the one you want to primarily use, with this command.</p>
<p><code>lpoptions -d printername</code></p>
<p>Now, when you run your <code>lp</code> or <code>lpr</code> command to print a file, CUPS knows which printer to send the job to. There are tons of other options, all laid out on the <a href="http://localhost:631/help/options.html">Command-Line Printing and Options</a> page. Keep in mind that all of this info assumes that you already have the requisite print drivers installed and configured on your system.</p>
<p><a title="Command-Line Printing and Options" href="http://howto-ubuntu.net/wp-content/uploads/2010/07/screenshot1.png"><img src="http://howto-ubuntu.net/wp-content/uploads/2010/07/screenshot1.png" alt="Command-Line Printing and Options" width="500" height="281" class="aligncenter size-full wp-image-726" /></a></p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fhowto-ubuntu.net%2Fhow-to-print-from-the-command-line%2F&amp;linkname=How%20to%20print%20from%20the%20command%20line"><img src="http://howto-ubuntu.net/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://howto-ubuntu.net/how-to-print-from-the-command-line/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to set up HP printing on Ubuntu &#8212; HP Laserjet P1005</title>
		<link>http://howto-ubuntu.net/how-to-set-up-hp-printing-on-ubuntu/</link>
		<comments>http://howto-ubuntu.net/how-to-set-up-hp-printing-on-ubuntu/#comments</comments>
		<pubDate>Sat, 06 Dec 2008 11:40:27 +0000</pubDate>
		<dc:creator>Eli</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Printing]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[hplip]]></category>
		<category><![CDATA[sourceforge]]></category>

		<guid isPermaLink="false">http://howtoubuntu.wordpress.com/?p=21</guid>
		<description><![CDATA[<p>Some HP printers can use one of the drivers already installed by default in Ubuntu. In those cases, all you usually need to do is plug your printer into your computer, and Ubuntu will recognize it and prompt you to set it up. It&#8217;s super quick &#38; easy. The HP Laserjet P1005 that I purchased [...]]]></description>
			<content:encoded><![CDATA[<p>Some HP printers can use one of the drivers already installed by default in Ubuntu. In those cases, all you usually need to do is plug your printer into your computer, and Ubuntu will recognize it and prompt you to set it up. It&#8217;s super quick &amp; easy. The HP Laserjet P1005 that I purchased needed something more. This is a good quality, small, quiet, and cheap ($75 shipped from Newegg) monochrome <em>laser</em> printer. It comes with drivers, Windows drivers of course, which do you no good with Ubuntu. I read that I needed <em><strong>hplip</strong></em>. Turns out that I already had <em>hplip</em> installed on my system by default (which will work for many HP printers), but it didn&#8217;t do me any good. I needed to download &amp; install the newest version. Here&#8217;s how I did it&#8230;</p>
<p><span id="more-21"></span></p>
<p>Download the automatic installer file <a href="http://hplip.sourceforge.net/downloads.html">here</a>, the sourceforge page for <em>hplip</em>. Once downloaded follow the instructions on the download page to complete the installation. It will download some more stuff, and then install everything. It will also configure your HP printer. Now you&#8217;ll have the <strong>HP Device Manager</strong> in the <strong>Accessories</strong> menu, and you&#8217;ll also have nice, smooth printing.</p>
<p><img class="alignnone size-full wp-image-177" title="screenshot-hp-device-manager-hp-laserjet-p1005" src="http://howtoubuntu.files.wordpress.com/2008/12/screenshot-hp-device-manager-hp-laserjet-p1005.png" alt="screenshot-hp-device-manager-hp-laserjet-p1005" width="500" height="278" /></p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fhowto-ubuntu.net%2Fhow-to-set-up-hp-printing-on-ubuntu%2F&amp;linkname=How%20to%20set%20up%20HP%20printing%20on%20Ubuntu%20%26%238212%3B%20HP%20Laserjet%20P1005"><img src="http://howto-ubuntu.net/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://howto-ubuntu.net/how-to-set-up-hp-printing-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
