<?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>gHacks Technology News &#124; Latest Tech News, Software And Tutorials &#187; printer</title> <atom:link href="http://www.ghacks.net/tag/printer/feed/" rel="self" type="application/rss+xml" /><link>http://www.ghacks.net</link> <description>A technology news blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description> <lastBuildDate>Fri, 10 Feb 2012 20:51:26 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/> <item><title>HP LaserJet Firmware Update Mitigates Security Problems</title><link>http://www.ghacks.net/2011/12/26/hp-laserjet-firmware-update-mitigates-security-problems/</link> <comments>http://www.ghacks.net/2011/12/26/hp-laserjet-firmware-update-mitigates-security-problems/#comments</comments> <pubDate>Mon, 26 Dec 2011 19:08:50 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Security]]></category> <category><![CDATA[hp]]></category> <category><![CDATA[printer]]></category> <category><![CDATA[security vulnerability]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=54901</guid> <description><![CDATA[HP has released firmware updates for some of its LaserJet printer models that aims to mitigate a security vulnerability discovered in November. Researchers at Columbia University discovered that some HP LaserJet printers can be manipulated into accepting a modified firmware. The modified firmware can then be used to steal information, run network attacks or even [...]]]></description> <content:encoded><![CDATA[<p>HP has released firmware updates for some of its LaserJet printer models that aims to mitigate a security vulnerability discovered in November. Researchers at Columbia University discovered that some HP LaserJet printers can be manipulated into accepting a modified firmware. The modified firmware can then be used to steal information, run network attacks or even cause physical damage to the printer.</p><p>The vulnerability can be exploited remotely if printers supporting the remote firmware update process are not properly protected by firewalls. Local attacks are another possibility.</p><p>Consult <a
href="http://www.ghacks.net/2011/11/30/researchers-find-security-vulnerability-in-printers/">Researchers Find Security Vulnerability In Printers</a> for additional information about the vulnerability.</p><p>A press release issued by HP on December 23 confirms the availability of firmware updates that mitigate the security vulnerability. HP LaserJet printer owners are asked to <a
href="http://www.hp.com/support">visit the</a> HP Support website to download the firmware updates to their systems. Here they need to select Drivers &#038; Software, enter the product name or number into the form and select the product from the listing to be taken to a page where they can download the latest printer firmware for that model.</p><p>HP is furthermore offering security guidance for imaging and printing <a
href="http://h71028.www7.hp.com/enterprise/us/en/ipg/secure-printing-solutions.html?jumpid=ex_r2548_go/secureprinting">on this</a> web page.</p><p>The press release provides no details on the changes made by HP or on the printer models firmware updates have been released for. HP stated however that the company is communicating the availability of firmware updates &#8220;proactively to customers and partners&#8221;. It is however not clear at the time of writing how update news are communicated to HP&#8217;s customer base. The HP website for one is not listing the firmware update on the main page, nor on the support start page.</p><p>No customer of affected printers has reported unauthorized access to HP, according to the press release.</p><p>HP LaserJet users should seek out the HP Support page to find out if a firmware update is available for their printer. The firmware should be installed as soon as possible to protect the printer from the vulnerability.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2011/12/26/hp-laserjet-firmware-update-mitigates-security-problems/feed/</wfw:commentRss> <slash:comments>10</slash:comments> </item> <item><title>Winflushprintjobs, Restart Jammed Print Jobs</title><link>http://www.ghacks.net/2011/08/07/winflushprintjobs-restart-jammed-print-jobs/</link> <comments>http://www.ghacks.net/2011/08/07/winflushprintjobs-restart-jammed-print-jobs/#comments</comments> <pubDate>Sun, 07 Aug 2011 12:04:55 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Software]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[portable software]]></category> <category><![CDATA[print job]]></category> <category><![CDATA[printer]]></category> <category><![CDATA[printer jammed]]></category> <category><![CDATA[windows software]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=48730</guid> <description><![CDATA[In How To Deal With Stuck Print Jobs I explained how Windows users can recover from jammed print jobs manually either from the command line, by batch script or by restarting the Print Spooler service. Sometimes print jobs get jammed and cannot be removed from the print queue anymore. Even worse, they block all other [...]]]></description> <content:encoded><![CDATA[<p>In <a
href="http://www.ghacks.net/2008/12/11/how-to-deal-with-stuck-print-jobs/">How To Deal With Stuck Print Jobs</a> I explained how Windows users can recover from jammed print jobs manually either from the command line, by batch script or by restarting the Print Spooler service. Sometimes print jobs get jammed and cannot be removed from the print queue anymore. Even worse, they block all other print jobs that are send to the printer.</p><p>The free Open Source software Winflushprintjobs is basically an advanced version of the batch file that I posted in the stuck print jobs guide. The program is offered as an installer, portable version and source code. It ships with three different applications, a batch file called flush.bat a C program that has been specifically designed for Windows 95, 98 and ME, and a C program that deletes all print jobs on all local printers.</p><p>Most users will make use of the batch file to resolve the jammed printer issue. The batch script basically restarts the print spooler to resolve the issue. Restarting removes all print jobs from the queue including the stuck print job that cannot be deleted.</p><p>The C program on the other hand tries a different approach. Instead of resetting the print spooler, it tries to delete all print jobs on all local printers individually instead.</p><p>Both programs should be run from the command line if output is needed for verification, as no output is displayed if the programs are started with a double-click on the program icon.</p><p>Winflushprintjobs is a versatile program that&#8217;s best suited for situations where multiple printers are connected to a single desktop PC. The program does not support network printers.</p><p>Windows users can download the portable software <a
href="http://jesusnjim.com/code/windows/winflushprintjobs.html">from the</a> developer website. The program is offered as a 32-bit and 64-bit edition for all versions of the Microsoft Windows operating system.</p><p>Update: Download do not seem to work right now. You can download both releases from <a
href="http://sourceforge.net/projects/flushprintjobs/files/">Sourceforge</a> instead.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2011/08/07/winflushprintjobs-restart-jammed-print-jobs/feed/</wfw:commentRss> <slash:comments>5</slash:comments> </item> <item><title>When Working With PDF Printers, Watch The File Sizes</title><link>http://www.ghacks.net/2011/06/20/when-working-with-pdf-printers-watch-the-file-sizes/</link> <comments>http://www.ghacks.net/2011/06/20/when-working-with-pdf-printers-watch-the-file-sizes/#comments</comments> <pubDate>Mon, 20 Jun 2011 12:12:01 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Software]]></category> <category><![CDATA[dopdf]]></category> <category><![CDATA[pdf]]></category> <category><![CDATA[pdf document]]></category> <category><![CDATA[pdf printer]]></category> <category><![CDATA[print]]></category> <category><![CDATA[printer]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=46721</guid> <description><![CDATA[Roman just posted an interesting observation about pdf printers on the Ghacks forum. He noticed that the output file size of pdf printers differed considerably. In his own test, he noticed a difference of nearly 400% between the smallest file size and largest file size. While that&#8217;s just been a single test, it shows that [...]]]></description> <content:encoded><![CDATA[<p>Roman just posted an interesting observation about pdf printers on the <a
href="http://www.ghacks.net/forum/software/pdf-printers-experiment-output-file-size-1365/#post3632">Ghacks forum</a>. He noticed that the output file size of pdf printers differed considerably. In his own test, he noticed a difference of nearly 400% between the smallest file size and largest file size. While that&#8217;s just been a single test, it shows that users may do good to test various pdf printers if file size is a criteria for them.</p><p>Roman printed a webpage to pdf document that included text and some images. I decided to investigate the issue further, and came to similar conclusions.</p><p>The following pdf printers were used in the test:</p><ul><li><a
href="http://www.bullzip.com/products/pdf/info.php">Bullzip PDF printer</a></li><li><a
href="http://www.dopdf.com/">DoPDF 7</a></li><li><a
href="http://www.pdfforge.org/pdfcreator">PDF Creator</a></li><li><a
href="http://www.primopdf.com/index.aspx">PrimoPDF</a></li></ul><p>You can check out additional pdf printers over at the <a
href="http://www.freewaregenius.com/2011/06/16/the-best-freeware-virtual-pdf-printer-a-comparison/">overview at</a> Freeware Genius&#8217;s blog.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2011/06/dopdf.png" alt="dopdf" title="dopdf" width="553" height="383" class="alignnone size-full wp-image-46722" /></p><p>I have tested two different documents, first a Word document from <a
href="http://www.seomoz.org/files/articles/beginners-guide-to-search-engine-optimization.doc">SEOMoz</a>, and second the forum page containing Roman&#8217;s forum post.</p><p><strong>The results</strong></p><p>Word document, original file size 439 Kilobytes</p><p><strong>Bullzip PDF Printer:</strong> 350 Kilobytes<br
/> <strong>DoPDF 7:</strong> 317 Kilobytes<br
/> <strong>PDF Creator:</strong> 348 Kilobytes<br
/> <strong>Primo PDF:</strong> 512 Kilobytes</p><p>Web page, original file size 450 Kilobytes</p><p><strong>Bullzip PDF Printer:</strong> 256 Kilobytes<br
/> <strong>DoPDF 7:</strong> 212 Kilobytes<br
/> <strong>PDF Creator:</strong> 240 Kilobytes<br
/> <strong>Primo PDF:</strong> 172 Kilobytes</p><p>The differences are not nearly as wide in range as Roman&#8217;s findings, but they may still be considerable. Especially the Word document differences are noteworthy. While Bullzip PDF Printer, DoPDF 7 and PDF Creator remain between 317 and 350 Kilobytes, Primo PDF breaks out resulting in a file size increase of 150 to 200 Kilobytes.</p><p>It is rather surprising that the pdf printer with the largest file size managed to create the lowest file size converting the web page. The three other printers are again close to each other, with DoPDF a little bit better than the other two.</p><p>Some pdf printers may come with options to reduce the file size of the resulting pdf documents, for instance by compressing images. All tests have been conducted with the default settings.</p><p>This test concentrates on file size, and there may be other factors playing a role for users, pdf quality a top one. A difference of a few hundred Kilobytes makes no big difference if the documents are stored on a desktop PC, they can however have an impact if the pdf documents are stored and accessed on mobile devices like ebook readers or smartphones with limited space and processing capabilities.</p><p>My suggestion would be to install at least two different pdf printers on the system for best results. Ideally two different printers, for instance one that utilizes Ghostscript (which many pdf printers do) and another one that does not use Ghostscript.</p><p>Have you been working with pdf printers? If you did, tell us about your experience in the comments.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2011/06/20/when-working-with-pdf-printers-watch-the-file-sizes/feed/</wfw:commentRss> <slash:comments>8</slash:comments> </item> <item><title>Why can we still not print from Smartphones and Tablets?</title><link>http://www.ghacks.net/2011/06/17/why-can-we-still-not-print-from-smartphones-and-tablets/</link> <comments>http://www.ghacks.net/2011/06/17/why-can-we-still-not-print-from-smartphones-and-tablets/#comments</comments> <pubDate>Fri, 17 Jun 2011 13:47:37 +0000</pubDate> <dc:creator>Mike Halsey MVP</dc:creator> <category><![CDATA[Hardware]]></category> <category><![CDATA[print]]></category> <category><![CDATA[printer]]></category> <category><![CDATA[printing]]></category> <category><![CDATA[smartphone]]></category> <category><![CDATA[tablet]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=46586</guid> <description><![CDATA[When mankind first started using computers one of the very first peripherals anybody would buy was a printer. Printing documents was just about the one thing people liked having computers for, and in the early days of dot matrix and bubblejet printers (before ink prices soared) people would print anything and everything at length. Now [...]]]></description> <content:encoded><![CDATA[<p>When mankind first started using computers one of the very first peripherals anybody would buy was a printer. Printing documents was just about the one thing people liked having computers for, and in the early days of dot matrix and bubblejet printers (before ink prices soared) people would print anything and everything at length.</p><p>Now people are beginning a wholesale move across to mobile devices, smartphones and tablets. Yet for some reason I&#8217;m still completely unable to phathom these devices still don&#8217;t seem to come with native printer support.</p><p><img
class="alignleft" src="http://www.ghacks.net/wp-content/uploads/2011/06/dotmatrix.jpg" alt="dot matrix" width="194" height="152" /></p><p>To make matters even more confusing, many modern printers have supported wireless connectivity now for several years, more than long enough to allow the mobile and tablet operating system manufacturers to pull their collective fingers out.</p><p>This constantly boggles and amazes me as there are all manner of things we want to do with our phones and tablets, from booking journeys to online shopping and email, where printing support would come in extremely handy. Yet, still nothing but stony silence from the major operating system manufacturers.</p><p>It doesn&#8217;t even strike me as technically difficult either. If you are connecting to a remote printer you will be doing so via wi-fi. The printer manufacturers would probably fall over backwards to add smartphone and tablet support to their driver-ranges, and it still doesn&#8217;t happen.</p><p>It&#8217;s not as if modern devices don&#8217;t have the storage and the processing power for these drivers. Many smartphones regularly come with at least 8Gb or 16Gb of storage and they&#8217;re now apperaring with dual-core processors.</p><p>So the great mystery continues. Why, unless we spend money on expensive third-party addons which may not even exist for your platform, are we being denied the one thing that was a cornerstone of the modern computing revolution? How is it that Microsoft, RIM, Apple and Google don&#8217;t see printing as being either important or relevant to our daily lives?</p><p>It&#8217;s not often I write a rhetorical article such as this. There is, sadly, no answer to this question at all and no hope that we&#8217;ll get some any time soon. It&#8217;s not a subject that any of the major operating system companies ever mention, despite printer manufacturers no doubt chomping at the bit to get into new markets and modern phones such as Nokia&#8217;s N8 coming with USB ports.</p><p>So we&#8217;re left in a strange place where the whole computing market is moving slowly and inexorably towards new forms of mobile computing and, at ever-increasing speed, away from the home office, while at the same time needing to keep the home office around for the next time we want to print a booking confirmation or an email.</p><p>Personally I find this situation immensely frustrating;after all, how hard can it be for printer manufacturers to come together to develop a single universal driver that will do the basics of text and photos (which is all we really need) that can then be bundled by default with modern smartphone and tablet operating systems. Such a driver would connect to compatible printers via wi-fi and, before you can say paper jam, there would be your hard copy&#8230; well, you know what I mean.</p><p>I&#8217;m really hoping that this situation resolves itself before too long so please, please show this article to every influential person you can find. I&#8217;d imaging you&#8217;ll probably have to hand them a device where they can read it on the screen though :/</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2011/06/17/why-can-we-still-not-print-from-smartphones-and-tablets/feed/</wfw:commentRss> <slash:comments>16</slash:comments> </item> <item><title>Printer Management And Inventory Software Page Countster</title><link>http://www.ghacks.net/2009/12/13/printer-management-and-inventory-software-page-countster/</link> <comments>http://www.ghacks.net/2009/12/13/printer-management-and-inventory-software-page-countster/#comments</comments> <pubDate>Sun, 13 Dec 2009 17:06:56 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Software]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[donation-coder]]></category> <category><![CDATA[page countster]]></category> <category><![CDATA[portable software]]></category> <category><![CDATA[printer]]></category> <category><![CDATA[printer inventory]]></category> <category><![CDATA[printer management]]></category> <category><![CDATA[printer software]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=21392</guid> <description><![CDATA[The official Donation Coder NANY 2009 challenge has been announced less than 24 hours ago and there have already been several software contributions that can be downloaded from the website. One of those is the printer management and inventory software Page Countster which can be used to get a quick over view of the printers [...]]]></description> <content:encoded><![CDATA[<p>The official <a
href="http://www.ghacks.net/2009/12/13/donation-coder-nany-2009-coding-event-announcement/">Donation Coder NANY 2009</a> challenge has been announced less than 24 hours ago and there have already been several software contributions that can be downloaded from the website. One of those is the printer management and inventory software Page Countster which can be used to get a quick over view of the printers that are installed in a computer network.</p><p>The highly configurable software will create a report that contains printer IP addresses, mac addresses, host names, printer models, serial numbers, the total page count and color count as well as printer ink levels.</p><p><span
id="more-21392"></span><img
src="http://www.ghacks.net/wp-content/uploads/2009/12/printer_management-500x197.jpg" alt="printer management" title="printer management" width="500" height="197" class="alignnone size-medium wp-image-21393" /></p><p>Each scan begins with the selection of the starting and ending network IP address and subnet mask as well as the SNMP community name.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2009/12/network_printer_scan.jpg" alt="network printer scan" title="network printer scan" width="440" height="269" class="alignnone size-full wp-image-21394" /></p><p>Results can be saved in csv files or emailed to a specific email address. One of the interesting options of the printer management software is the ability to edit various printer information including a printer&#8217;s serial number (HP printers only), total page count, color page count and host name. Another great feature is the ability to send a test page to any network printer without needing a driver.</p><p>Page Countster is a portable software program for the Windows operating system that can come in very handy to create a printer inventory report with several additional printer management features.</p><p>It can be downloaded <a
href="http://www.donationcoder.com/forum/index.php?topic=20903.0">directly</a> from the Donation Coder website.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2009/12/13/printer-management-and-inventory-software-page-countster/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Eco-Friendly Printer RiTi Suggests Coffee And Tea Instead Of Ink</title><link>http://www.ghacks.net/2009/08/07/eco-friendly-printer-riti-suggests-coffee-and-tea-instead-of-ink/</link> <comments>http://www.ghacks.net/2009/08/07/eco-friendly-printer-riti-suggests-coffee-and-tea-instead-of-ink/#comments</comments> <pubDate>Fri, 07 Aug 2009 12:56:44 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Hardware]]></category> <category><![CDATA[coffee ink]]></category> <category><![CDATA[computer printer]]></category> <category><![CDATA[eco-friendly printer]]></category> <category><![CDATA[printer]]></category> <category><![CDATA[printing]]></category> <category><![CDATA[riti printer]]></category> <category><![CDATA[tea ink]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=15117</guid> <description><![CDATA[Many computer users have one thing in common: They drink coffee, lots of it. The coffee dregs usually lands in the bin. This can be a thing of the past if the eco-friendly printer RiTi makes it from concept to prototype in the near future. The RiTi Printer replaces traditional printer ink with coffee or [...]]]></description> <content:encoded><![CDATA[<p><img
src="http://www.ghacks.net/wp-content/uploads/2009/08/eco-friendly_printer.jpg" alt="eco-friendly printer" title="eco-friendly printer" width="128" height="87" class="alignleft size-full wp-image-15118" />Many computer users have one thing in common: They drink coffee, lots of it. The coffee dregs usually lands in the bin. This can be a thing of the past if the eco-friendly printer RiTi makes it from concept to prototype in the near future. The RiTi Printer replaces traditional printer ink with coffee or tea dregs. Anyone who ever tried to print with coffee grounds knows that the colors are lighter than printouts with printer ink. They are on the other hand perfectly readable which might make them a good alternative for internal use.</p><p>The concept of the RiTi printer goes further than that. It does not require a power source for the actual printing process which is also something that traditional printers require. The printout is created by moving the ink case left and right manually. This obviously means that this method is not suited for printing out many papers at once.</p><p><span
id="more-15117"></span><a
href="http://www.ghacks.net/wp-content/uploads/2009/08/eco_friendly_printer.jpg"><img
src="http://www.ghacks.net/wp-content/uploads/2009/08/eco_friendly_printer-500x375.jpg" alt="eco friendly printer" title="eco friendly printer" width="500" height="375" class="alignnone size-medium wp-image-15121" /></a><a
href="http://www.ghacks.net/wp-content/uploads/2009/08/printer.jpg"><img
src="http://www.ghacks.net/wp-content/uploads/2009/08/printer-500x375.jpg" alt="printer" title="printer" width="500" height="375" class="alignnone size-medium wp-image-15119" /></a><a
href="http://www.ghacks.net/wp-content/uploads/2009/08/riti_printer.jpg"><img
src="http://www.ghacks.net/wp-content/uploads/2009/08/riti_printer-500x375.jpg" alt="riti printer" title="riti printer" width="500" height="375" class="alignnone size-medium wp-image-15120" /></a></p><p>Users who work regularly with printers might not be inclined to give that new printer concept a try as it opens a can of questions and possible problems:</p><ul><li>It is not practicable to print many documents</li><li>The quality of the printout differs</li><li>Only black and white printouts</li><li>Coffee or tea dregs required to print</li></ul><p>The RiTi printer could on the other hand prove to be the printer of choice for environmentally interested users who do occasional printouts.</p><p>source Greener Gadgets</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2009/08/07/eco-friendly-printer-riti-suggests-coffee-and-tea-instead-of-ink/feed/</wfw:commentRss> <slash:comments>5</slash:comments> </item> <item><title>Save Printer Ink With EcoFont</title><link>http://www.ghacks.net/2009/08/02/save-printer-ink-with-ecofont/</link> <comments>http://www.ghacks.net/2009/08/02/save-printer-ink-with-ecofont/#comments</comments> <pubDate>Sun, 02 Aug 2009 18:31:04 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Tutorials Basic]]></category> <category><![CDATA[ecofont]]></category> <category><![CDATA[font]]></category> <category><![CDATA[ink]]></category> <category><![CDATA[printer]]></category> <category><![CDATA[printer ink]]></category> <category><![CDATA[printer tips]]></category> <category><![CDATA[printing tips]]></category> <category><![CDATA[save ink]]></category> <category><![CDATA[save printer ink]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=14989</guid> <description><![CDATA[Printer Ink is often referred to as liquid gold. It is pretty expensive and ways to save printer ink are always in high regard as they can save individuals and companies lots of money over the years. There are basically two things users can do once the printer has been bought and installed to save [...]]]></description> <content:encoded><![CDATA[<p><img
src="http://www.ghacks.net/wp-content/uploads/2009/04/microsoft_windows.jpg" alt="microsoft windows" title="microsoft windows" width="128" height="128" class="alignleft size-full wp-image-11907" />Printer Ink is often referred to as liquid gold. It is pretty expensive and ways to save printer ink are always in high regard as they can save individuals and companies lots of money over the years. There are basically two things users can do once the printer has been bought and installed to save printer ink. The first is to optimize the layout and elements that get printed while the second is all about how it gets printed on the paper.</p><p>A good way to save printer ink using optimization is to remove elements that are not needed in a printout. A user who wants to print out an article on a website might not need the menus, advertisements and comments that go along with it on the website. The second option comes down to specifying a print quality and font.</p><p><span
id="more-14989"></span>Ecofont has been designed for this exact purpose. Its nature does not make it applicable for all printouts but should be fine for internal printouts. The font makes use of a very obvious observation which centers around the idea that a font with less visible areas requires less ink. Ecofont therefor is a font with holes. This holes can save up to 20% of the usual amount of ink needed to print pages with a normal font.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2009/08/save_printer_ink-500x252.jpg" alt="save printer ink" title="save printer ink" width="500" height="252" class="alignnone size-medium wp-image-14990" /></p><p>It should be pretty obvious that this font is usually not one that should be used to print out important papers. <a
href="http://www.ecofont.com/en/products/green/font/download-the-ink-saving-font.html">Ecofont</a> is offered as a free download at the creator&#8217;s website.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2009/08/02/save-printer-ink-with-ecofont/feed/</wfw:commentRss> <slash:comments>5</slash:comments> </item> <item><title>ID Card Photo Printing</title><link>http://www.ghacks.net/2009/03/10/id-card-photo-printing/</link> <comments>http://www.ghacks.net/2009/03/10/id-card-photo-printing/#comments</comments> <pubDate>Tue, 10 Mar 2009 12:10:02 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Software]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[id]]></category> <category><![CDATA[id card]]></category> <category><![CDATA[id card photo]]></category> <category><![CDATA[id printing]]></category> <category><![CDATA[photo printing]]></category> <category><![CDATA[print photos]]></category> <category><![CDATA[printer]]></category> <category><![CDATA[printing]]></category> <category><![CDATA[printing software]]></category> <category><![CDATA[windows software]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=11068</guid> <description><![CDATA[ID card photo printing refers to the process of printing a number of photos in ID card format on a local printer. The ID photo has to be on the computer system and can be loaded directly into the ID card photo printing software. Once the photo has been loaded it is possible to select [...]]]></description> <content:encoded><![CDATA[<p>ID card photo printing refers to the process of printing a number of photos in ID card format on a local printer. The ID photo has to be on the computer system and can be loaded directly into the ID card photo printing software. Once the photo has been loaded it is possible to select the number of photos per page that shall be printed. The maximum number of photos per page is 30.</p><p>A click on the Print Now button will send the print job to the local printer so that the ID card photo can be printed the selected amount of times on the page.</p><p>There is not anything special about this printing software and the same effect could be initiated by almost any software that can display images and provide printing possibilities. The main advantage of using ID card photo printing software is the ease of use. It does not take longer than a few seconds to start the <a
href="http://www.ghacks.net/2008/12/11/how-to-deal-with-stuck-print-jobs/">print job</a> whereas it usually takes longer to do the same in non-specialized software programs.</p><p><span
id="more-11068"></span><img
src="http://www.ghacks.net/wp-content/uploads/2009/03/id_card_photo.gif" alt="id card photo" title="id card photo" width="361" height="343" class="alignnone size-full wp-image-11069" /></p><p>ID Card Photo is compatible with most versions and editions of the Microsoft Windows operating system. It can be <a
href="http://www.kcsoftwares.com/index.php?idps">downloaded</a> directly from the developer&#8217;s website and requires that at least one printer is installed on the computer system.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2009/03/10/id-card-photo-printing/feed/</wfw:commentRss> <slash:comments>5</slash:comments> </item> <item><title>Stalled Printer Repair</title><link>http://www.ghacks.net/2008/12/22/stalled-printer-repair/</link> <comments>http://www.ghacks.net/2008/12/22/stalled-printer-repair/#comments</comments> <pubDate>Mon, 22 Dec 2008 16:23:36 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Software]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[portable software]]></category> <category><![CDATA[print jobs]]></category> <category><![CDATA[print queue]]></category> <category><![CDATA[print software]]></category> <category><![CDATA[printer]]></category> <category><![CDATA[printer tips]]></category> <category><![CDATA[stalled print jobs]]></category> <category><![CDATA[stalled printer repair]]></category> <category><![CDATA[stuck print jobs]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=9278</guid> <description><![CDATA[If you regularly print documents on your computer you will eventually encounter a rather annoying problem: stuck print jobs. It happens that a print job gets stuck somehow. Sometimes these print jobs cannot be deleted from the print queue. The consequence is that all later print jobs will be blocked by the stuck one. We [...]]]></description> <content:encoded><![CDATA[<p>If you regularly print documents on your computer you will eventually encounter a rather annoying problem: stuck print jobs. It happens that a print job gets stuck somehow. Sometimes these print jobs cannot be deleted from the print queue. The consequence is that all later print jobs will be blocked by the stuck one.</p><p>We already mentioned how you can manually deal with stuck <a
href="http://www.ghacks.net/2008/12/11/how-to-deal-with-stuck-print-jobs/">print jobs</a> which basically involved stopping the Print Spooler service in Windows and deleting the stuck print jobs manually in the Windows directory.</p><p>Disabling and enabling the Print Spooler service and deleting files is definitely not the most comfortable way of dealing with stuck print jobs. The portable software <a
href="http://www.portablefreeware.com/index.php?id=1740">Stalled Printer Repair</a> (via <a
href="http://www.instantfundas.com/2008/12/how-to-fix-stuck-printer-jobs.html">Instant Fundas</a>) offers a one-click solution to the problem. This is good news for everyone who has to deal with stuck print jobs regularly on his computer system.</p><p><span
id="more-9278"></span><img
src="http://www.ghacks.net/wp-content/uploads/2008/12/stalled_print_jobs.jpg" alt="stalled print jobs" title="stalled print jobs" width="350" height="380" class="alignnone size-full wp-image-9279" /></p><p>The software program will detect a stuck print job automatically and display them in the program&#8217;s interface. A click on the Purge Print Job button will delete all stalled print jobs on the computer system so that the printer queue and printer can be used again on the computer.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2008/12/22/stalled-printer-repair/feed/</wfw:commentRss> <slash:comments>7</slash:comments> </item> <item><title>Ghacks Christmas Giveaway: FinePrint</title><link>http://www.ghacks.net/2008/12/19/ghacks-christmas-giveaway-fineprint/</link> <comments>http://www.ghacks.net/2008/12/19/ghacks-christmas-giveaway-fineprint/#comments</comments> <pubDate>Fri, 19 Dec 2008 10:00:13 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Software]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[computer ink]]></category> <category><![CDATA[fineprint]]></category> <category><![CDATA[ghacks Christmas giveaway]]></category> <category><![CDATA[ink]]></category> <category><![CDATA[printer]]></category> <category><![CDATA[printer ink]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=9177</guid> <description><![CDATA[Five days to go before the Ghacks Christmas Giveaway ends. We have given away lots of licenses to many popular software programs and today&#8217;s program is no exception to that rule. FinePrint is a printing software that can be used to manage print jobs before they are send to an actual printer on the computer [...]]]></description> <content:encoded><![CDATA[<p>Five days to go before the Ghacks Christmas Giveaway ends. We have given away lots of licenses to many popular software programs and today&#8217;s program is no exception to that rule. <a
href="http://www.fineprint.com">FinePrint</a> is a printing software that can be used to manage print jobs before they are send to an actual printer on the computer system. It is basically a tool to reduce paper and ink usage on a computer system without reducing the quality of the prints.</p><p>If you regularly print out websites or documents you must have noticed that they do not fit perfectly on paper all the time. Websites are usually to large to fit correctly on paper which will move some elements &#8211; usually those on the right side that do not fit on the print &#8211; to a second paper. This could leave you with menus that will be printed on their own paper, something that is not normally needed at all.</p><p>FinePrint offers ways to deal with those pages and a few additional features that make it an interesting software for everyone who prints out those documents regularly.</p><p><span
id="more-9177"></span>Installation of FinePrint should go through without problems. It adds itself as a virtual printer to the computer system suggesting to the user that it should be set as the default printer on the system. Either way print jobs can then be send to the software application where they will be listed in the main interface.</p><p>You can send multiple print jobs to FinePrint and the software will display them all in its interface. One of the major features of the software is to remove pages that are not needed in the printout. You can flip through the pages and zoom in on them to find out if a page is needed or not. Pages that are not needed can be removed easily with the click of the button.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2008/12/fineprint-465x500.jpg" alt="fineprint" title="fineprint" width="465" height="500" class="alignnone size-medium wp-image-9178" /></p><p>FinePrint will display the paper savings in the status bar which should give you an indication of its effectiveness.</p><p>Removing papers from a print job is one thing, combining pages on one paper is another. The printing software can print 1,2,4 or 8 sheets of the print job on a single sheet. It can also print them double-sided if the printer is supporting that feature. Printing 8 pages on one sheet is good for eagle-eye users or archiving purposes.</p><p>Additional options are available to save computer ink. Graphics can be removed from the printouts and the quality can be set to grayscale to use only black ink when printing. You can define borders, margins and bindings and also add stamps (confidential, proof, internal use etc) to the papers.</p><p>If the document is ready for printing you can simply send it to one of the connected printers by pressing the printer button in the FinePrint interface.</p><p>The only thing that is missing is the ability to remove or move objects on a page as well. Other than that is is a great application to save paper. Could be very handy in office or for users who regularly print out websites and other documents.</p><p>We are giving away five FinePrint licenses to lucky readers. If you want to win a copy leave a comment and tell us how many trees you would save with this software ;)</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2008/12/19/ghacks-christmas-giveaway-fineprint/feed/</wfw:commentRss> <slash:comments>91</slash:comments> </item> <item><title>Share Printer</title><link>http://www.ghacks.net/2008/09/27/share-printer/</link> <comments>http://www.ghacks.net/2008/09/27/share-printer/#comments</comments> <pubDate>Sat, 27 Sep 2008 08:08:43 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Software]]></category> <category><![CDATA[The Web]]></category> <category><![CDATA[print server]]></category> <category><![CDATA[printer]]></category> <category><![CDATA[printer share]]></category> <category><![CDATA[printer sharing]]></category> <category><![CDATA[remote printing]]></category> <category><![CDATA[share printer]]></category> <category><![CDATA[virtual printer]]></category> <category><![CDATA[web printer]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=7249</guid> <description><![CDATA[Using the Internet to send print jobs to another computer that has a printer connected to it is usually more comfortable than trying to install the printer as a network device in a network. Share Printer software makes it as easy as possible to send a print job to another computer and connected printer. It [...]]]></description> <content:encoded><![CDATA[<p>Using the Internet to send <a
href="http://www.ghacks.net/2007/11/27/send-print-jobs-over-the-internet/">print jobs</a> to another computer that has a printer connected to it is usually more comfortable than trying to install the printer as a network device in a network. Share Printer software makes it as easy as possible to send a print job to another computer and connected printer. It usually only means that both computers have to run the same software to share the printer.</p><p>Samer recently discovered the software <a
href="http://www.printershare.com/">Printer Share</a> which advertises itself as the ultimate no-brainer remote printing solution. One advantage of Printer Share is that the development company provides clients for Windows, Macintosh and Linux. The only requirement is an Internet connection on both computers to send the date.</p><p>Speaking of which. The company that developed Printer Share mentioned on their website that all data is encrypted before it is send which might make this printer software interesting for smaller businesses with at least two separate offices.</p><p><span
id="more-7249"></span>Sharing a printer could not be much easier. Both clients download the Printer Share software from the Internet and install it on their computer. Each has to register an account which will assign a unique username to it. The setup will also create a virtual printer called PrinterShare. If the user wants to print a document remotely he would simply send the document to the virtual printer which in turn asks the user where he wants to print it providing there is more than one remote location that is sharing a printer.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2008/09/share_printer.jpg" alt="share printer" title="share printer" width="200" height="285" class="alignnone size-medium wp-image-7250" /></p><p>Any printers that are connected to a system can be shared by the system&#8217;s owner. This is one mandatory step if the owner wants to share a printer with other users.</p><p>The service is offered as a paid and free service. The main difference is that a cover page is printed when using the free service which contains advertisement. This is not the case in the paid version which however costs $19.95 per month.</p><p>This software might appeal most to users and businesses who print papers on a daily basis. Users who have no need for a printer and print documents once or twice a month could as easily send the documents to the other computer owner per mail or use some other sort of file transfer and initiate the print job that way.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2008/09/27/share-printer/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>Combine Printer And Scanner Into A Photocopier</title><link>http://www.ghacks.net/2008/08/26/combine-printer-and-scanner-into-a-photocopier/</link> <comments>http://www.ghacks.net/2008/08/26/combine-printer-and-scanner-into-a-photocopier/#comments</comments> <pubDate>Tue, 26 Aug 2008 14:42:18 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Software]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[copier software]]></category> <category><![CDATA[photo copier]]></category> <category><![CDATA[photo copier software]]></category> <category><![CDATA[photo copying]]></category> <category><![CDATA[photocopier]]></category> <category><![CDATA[printer]]></category> <category><![CDATA[scanner]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=6493</guid> <description><![CDATA[Combining a printer and scanner into a photocopier is probably not suited for people who have to photocopy many documents each day but it can be a valid and great way to quickly make some photocopies when you need some and have no photocopier but a scanner and printer at hand. Photocopier (via Inspect My [...]]]></description> <content:encoded><![CDATA[<p>Combining a printer and scanner into a photocopier is probably not suited for people who have to photocopy many documents each day but it can be a valid and great way to quickly make some photocopies when you need some and have no photocopier but a scanner and printer at hand.</p><p><a
href="http://www.nicocuppen.com/pit/editor/page_detail.php?id=10103">Photocopier</a> (via <a
href="http://www.inspectmygadget.com/2008/08/26/windows-software-photocopier-303/">Inspect My Gadget</a>) is a name of a free software program that can emulate a photocopier by utilizing a connected printer and scanner. The process itself has been designed to be as uncomplicated as possible. At best the only requirement is to put the paper into the scanner and press the copy button to start the photocopying process.</p><p>If everything goes as planned the printer should print out a copy of the document that has been put into the scanner. The Photocopier software program runs on all Windows operating systems starting with Windows 95 including Windows XP and Windows Vista.</p><p><span
id="more-6493"></span><img
src="http://www.ghacks.net/wp-content/uploads/2008/08/photocopier1.jpg" alt="photocopier" title="photocopier" width="486" height="312" class="alignnone size-medium wp-image-6495" /></p><p>The only other requirements are a printer that is connected to the system and a scanner that supports Twain. A few other settings are available. The user can pick the number of copies that should be made, the brightness of the scan, the scanning mode and basic scaling.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2008/08/26/combine-printer-and-scanner-into-a-photocopier/feed/</wfw:commentRss> <slash:comments>4</slash:comments> </item> <item><title>Color Laser Printers and Tracking Dots</title><link>http://www.ghacks.net/2008/06/14/color-laser-printers-and-tracking-dots/</link> <comments>http://www.ghacks.net/2008/06/14/color-laser-printers-and-tracking-dots/#comments</comments> <pubDate>Sat, 14 Jun 2008 20:49:00 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Hardware]]></category> <category><![CDATA[Security]]></category> <category><![CDATA[color laser printers]]></category> <category><![CDATA[eff]]></category> <category><![CDATA[laser printers]]></category> <category><![CDATA[printer]]></category> <category><![CDATA[privacy]]></category> <category><![CDATA[tracking dots]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=4988</guid> <description><![CDATA[Did you know that a lot of newer color laser printers create yellow tracking dots on their output which can be used to identify the printer and probably even the person that printed the document ? It&#8217;s not a fictional scenario and the EFF, the Electronic Frontier Foundation, started creating a list of color laser [...]]]></description> <content:encoded><![CDATA[<p>Did you know that a lot of newer color laser printers create yellow tracking dots on their output which can be used to identify the printer and probably even the person that printed the document ? It&#8217;s not a fictional scenario and the EFF, the Electronic Frontier Foundation, started creating a <a
href="http://www.eff.org/pages/list-printers-which-do-or-do-not-display-tracking-dots">list</a> of color laser printers that do and do no create the tracking dots.</p><p>It&#8217;s interesting that they state that the cannot be sure that the printers that did not create the tracking dots are not using another way to add a tracking code to the printed documents. The printer manufacturers <a
href="http://www.eff.org/issues/printers">apparently</a> gave in to the demands of the US Government in a  &#8220;purported effort to identify counterfeiters&#8221;.</p><p>Currently there is not enough information to validate a tracking dot with a 100% certainty unless the manufacturer himself stated that the printer would indeed make use of it. The EFF has been using three sources of information to compile the list:</p><p><span
id="more-4988"></span><br
/><blockquote>We looked at printer output under a blue light and/or a computer microscope; we consulted press reports about printers (e.g. at Druckerchannel); we relied on printer manuals and other manufacturer statements.</p></blockquote><p>The two companies that have a completely green &#8211; meaning no yellow dots to be seen &#8211; listing are Okidata and Samsung. As the EFF states this does not necessarily mean that they do not use another method to add the information to the printouts but as of know nothing of this kind could be spotted.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2008/06/14/color-laser-printers-and-tracking-dots/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>HP Smart Web Printing</title><link>http://www.ghacks.net/2008/05/24/hp-smart-web-printing/</link> <comments>http://www.ghacks.net/2008/05/24/hp-smart-web-printing/#comments</comments> <pubDate>Sat, 24 May 2008 15:35:02 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Software]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[Firefox]]></category> <category><![CDATA[hp]]></category> <category><![CDATA[HP Smart Web Printing]]></category> <category><![CDATA[internet-explorer]]></category> <category><![CDATA[printer]]></category> <category><![CDATA[printing]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=4250</guid> <description><![CDATA[Websites can be scrolled to print an area that is not totally visible on the screen. The snippets can be copied or added as clips to the Clip Book from where they can be printed and edited. What really surprised me was the fact that the contents of the clip book are available both in [...]]]></description> <content:encoded><![CDATA[<p>Websites can be scrolled to print an area that is not totally visible on the screen. The snippets can be copied or added as clips to the Clip Book from where they can be printed and edited. What really surprised me was the fact that the contents of the clip book are available both in Internet Explorer and Firefox which means it is not problematic to switch browsers.</p><p><a
href="http://h71036.www7.hp.com/hho/cache/482779-0-0-225-121.html">HP Smart Web Printing</a> (thanks Archer for the tip) adds a button to Internet Explorer and Firefox after installation. This button was immediately accessible in Internet Explorer. It is added to the Navigation Toolbar in Firefox which is disabled on my system by default. I had to enable the toolbar and drag and drop the button to another toolbar in Firefox to be able to access it.</p><p>Clips can be selected by pressing the HP Smart Select button and the sidebar that displays all created clips can be opened with the shortcut SHIFT CTRL K or by selecting the menu of the button.</p><p><span
id="more-4250"></span><img
src="http://www.ghacks.net/wp-content/uploads/2008/05/hp_smart_web_print.jpg" alt="hp smart web print" title="hp smart web print" width="232" height="417" class="alignnone size-medium wp-image-4251" /></p><p>The HP Smart Web Printing application integrates itself nicely into both browsers and provides a very interesting feature to be able to print exactly the area of the screen that should be printed. Definitely a must have for users who print regularly.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2008/05/24/hp-smart-web-printing/feed/</wfw:commentRss> <slash:comments>6</slash:comments> </item> <item><title>Create Printer Profiles</title><link>http://www.ghacks.net/2008/04/11/create-printer-profiles/</link> <comments>http://www.ghacks.net/2008/04/11/create-printer-profiles/#comments</comments> <pubDate>Fri, 11 Apr 2008 16:52:30 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Knowledge]]></category> <category><![CDATA[Operating Systems]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[hp]]></category> <category><![CDATA[photos]]></category> <category><![CDATA[print]]></category> <category><![CDATA[printer]]></category> <category><![CDATA[printer profiles]]></category> <category><![CDATA[windows tips]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=3780</guid> <description><![CDATA[My parents are using their HP printer most of the time to print text documents but every now and then they also use it to print a picture they have shot with their digital camera. Their normal printer settings have been optimized heavily so that the ink cartridges last longer. This includes the exclusive use [...]]]></description> <content:encoded><![CDATA[<p>My parents are using their HP printer most of the time to print text documents but every now and then they also use it to print a picture they have shot with their digital camera. Their normal printer settings have been optimized heavily so that the ink cartridges last longer. This includes the exclusive use of black for all text documents for instance and a quality setting that uses as little ink as possible without interfering with the quality of the printout.</p><p>Their problem was that they always had to change the settings when they wanted to print a picture that they took with the digital camera. Here is what I did so that they did not have to change those settings all the time. You all know that it is possible to add additional printers to your system. What most users do not know is that you can also add the same printer again and configure it with different settings. What I did was I installed the printer again in Windows Vista.</p><p>This had the result that I now had two printer profiles. I started by naming them accordingly. One was named Print Text Documents while the other was named Print Photo. Since the profiles are independent of each other it was easy to keep the text document settings of the default printer and optimize the settings of the photo printer to print pictures in best quality.</p><p><span
id="more-3780"></span>No magic involved here, sorry. Whenever they want to print a photo they simply use the second profile with the name Print Photo. It&#8217;s theoretically possible to create additional profiles if need arises.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2008/04/11/create-printer-profiles/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>Epson Software Resetter</title><link>http://www.ghacks.net/2008/03/18/epson-software-resetter/</link> <comments>http://www.ghacks.net/2008/03/18/epson-software-resetter/#comments</comments> <pubDate>Tue, 18 Mar 2008 15:22:02 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Hardware]]></category> <category><![CDATA[Software]]></category> <category><![CDATA[epson]]></category> <category><![CDATA[epson printer]]></category> <category><![CDATA[Epson Software Resetter]]></category> <category><![CDATA[printer]]></category> <category><![CDATA[printer cartridges]]></category> <category><![CDATA[refill]]></category> <guid
isPermaLink="false">http://www.ghacks.net/2008/03/18/epson-software-resetter/</guid> <description><![CDATA[One way to save lots of money is to refill printer cartridges instead of buying new ones. The process itself was rather messy in the past but it has become easier now and there are even shops that refill the ink for you. Some printer cartridges however have a chip build in that prevents that the printer is recognizing the refilled cartridges effectively preventing users from using this low cost method.]]></description> <content:encoded><![CDATA[<p>One way to save lots of money is to refill printer cartridges instead of buying new ones. The process itself was rather messy in the past but it has become easier now and there are even shops that refill the ink for you. Some printer cartridges however have a chip build in that prevents that the printer is recognizing the refilled cartridges effectively preventing users from using this low cost method.</p><p>The Epson Software Resetter is a tool <a
href="http://www.ssclg.com/epsone.shtml">that</a> can reset the chip on the printer cartridge so that the printer will recognize the cartridge as if it would be a newly bought one. Supported are more than 100 Epson printers of several different printer series like the Epson Stylus Color or Epson Stylus Photo series of printers.</p><p>The application runs under every Microsoft operating system except for Windows Vista and pre Windows 95 systems. Several functions beside resetting the chip are available. It is possible to rewrite the chip, freeze or reset the internal link counters, hot swap cartridges, reset the protection counter and use advanced cleaning modes.</p><p><span
id="more-3549"></span><img
src='http://www.ghacks.net/wp-content/uploads/2008/03/epson_software_resetter.jpg' alt='epson software resetter' /></p><p>A list of supported printers which is updated all the time can be accessed on <a
href="http://www.ssclg.com/epsons.shtml">one</a> of the developers pages.</p><p>Oh and by the way. A great online store that is selling Epson printer cartridges for 75% off is 123 Inkjets. You can use the following coupon to take an extra 5% off your purchase, thought that might be interesting to some: SAVE5<br
/> <img
src="http://www.awltovhc.com/image-2341002-10488505" width="1" height="1" border="0"/></p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2008/03/18/epson-software-resetter/feed/</wfw:commentRss> <slash:comments>55</slash:comments> </item> <item><title>Change the Print Spooler Directory</title><link>http://www.ghacks.net/2008/02/24/change-the-print-spooler-directory/</link> <comments>http://www.ghacks.net/2008/02/24/change-the-print-spooler-directory/#comments</comments> <pubDate>Sun, 24 Feb 2008 18:35:59 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Knowledge]]></category> <category><![CDATA[Operating Systems]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[printer]]></category> <category><![CDATA[registry tips]]></category> <category><![CDATA[spooler]]></category> <category><![CDATA[windows registry]]></category> <category><![CDATA[windows tips]]></category> <guid
isPermaLink="false">http://www.ghacks.net/2008/02/24/change-the-print-spooler-directory/</guid> <description><![CDATA[The default Print Spooler directory is located in system32/spool/PRINTERS on the system partition. Changing that directory to another one can have several positive side effects. It could speed up printing if you move it to another hard drive which normally reduces the slow down users experience when printing documents. This is basically the same effect that you experience when moving the Pagefile to another hard drive.]]></description> <content:encoded><![CDATA[<p>The default Print Spooler directory is located in system32/spool/PRINTERS on the system partition. Changing that directory to another one can have several positive side effects. It could speed up printing if you move it to another hard drive which normally reduces the slow down users experience when printing documents. This is basically the same effect that you experience when moving the Pagefile to another hard drive.</p><p>Changing the Print Spooler directory is an easy task. It can be done by changing the default directory in the Windows Registry. Press Windows R, type regedit and hit enter. This loads the Registry editor. Navigate to the key HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Print\Printers and change the value of the key DefaultSpoolDirectory from C:\Windows\system32\spool\printers to another directory of your choice.</p><p>The setting can be alternatively changed in the Control Panel. Double-Click Printers and Faxes. Click on file, Server Properties and change tot he Advanced tab. Type the path of the new directory in the Spool Folder box.</p><p><span
id="more-3327"></span>It is furthermore possible to change the directory for a selected printer instead. To do that click on the key of the specific printer in the Registry (subdirectory of Printers) and check if the value SpoolDirectory exists.</p><p>If the value does not exist create it by right-clicking in the right pane and creating a new REG_SZ value. Name it SpoolDirectory. Now double-click that value and add the path that you want to assign to this printer.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2008/02/24/change-the-print-spooler-directory/feed/</wfw:commentRss> <slash:comments>4</slash:comments> </item> <item><title>Save Ink (and a tree) with Greenprint</title><link>http://www.ghacks.net/2008/01/29/save-ink-and-a-tree-with-greenprint/</link> <comments>http://www.ghacks.net/2008/01/29/save-ink-and-a-tree-with-greenprint/#comments</comments> <pubDate>Tue, 29 Jan 2008 11:07:07 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Operating Systems]]></category> <category><![CDATA[Software]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[greenprint]]></category> <category><![CDATA[printer]]></category> <category><![CDATA[save ink]]></category> <guid
isPermaLink="false">http://www.ghacks.net/2008/01/29/save-ink-and-a-tree-with-greenprint/</guid> <description><![CDATA[Ink is expensive, I think we can all agree on this fact, yet programs with ink saving technologies are not available widely. Free programs that save ink are even rarer and it is nice to see that a program named Greenprint is now available in a free version which does have reduced functionality and ads.]]></description> <content:encoded><![CDATA[<p>Ink is expensive, I think we can all agree on this fact, yet programs with ink saving technologies are not available widely. Free programs that save ink are even rarer and it is nice to see that a program named Greenprint is now available in a free version which does have reduced functionality and ads.</p><p>But what&#8217;s so special about Greenprint which I discovered at the <a
href="http://downloadsquad.switched.com/2008/01/28/greenprint-new-free-edition-saves-you-money-and-saves-the-tree/">Download Squad</a> ?  Greenprint gives you options before you start the print job. It displays all pages and determines those that are most likely not needed, this can be for instance pages with just a footer which would be a waste of ink. Besides that users can remove certain elements from pages that do get printed by right-clicking those pages and selecting one of the three available options to remove certain elements on the page.</p><p>Elements that can be removed are images, text and the whole page much like a basic version of the Firefox extension <a
href="https://addons.mozilla.org/en-US/firefox/addon/aardvark/">Aardvark</a>. The advantage of Greenprint is that it is available in all types of applications because it installs itself as a virtual printer, the disadvantage is that you can&#8217;t select single elements on a page and remove only those. It&#8217;s all or nothing. Documents can also be saved instead of printed using Greenprint.</p><p><span
id="more-3030"></span>Statistics displays how many pages you did not print because of Greenprint and how many money has been saved because of this measure. The companies estimation is that individuals can save $90 per year if they do use Greenprint continuously. The figure seems a bit high because their estimation is that 1400 pages will not be printed because of Greenprint which would mean that a user would not print 4 pages per day. Maybe it&#8217;s aimed at companies where this figure becomes more likely.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2008/01/29/save-ink-and-a-tree-with-greenprint/feed/</wfw:commentRss> <slash:comments>5</slash:comments> </item> <item><title>Send Print jobs over the Internet</title><link>http://www.ghacks.net/2007/11/27/send-print-jobs-over-the-internet/</link> <comments>http://www.ghacks.net/2007/11/27/send-print-jobs-over-the-internet/#comments</comments> <pubDate>Tue, 27 Nov 2007 08:13:37 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Operating Systems]]></category> <category><![CDATA[Software]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[printer]]></category> <category><![CDATA[windows software]]></category> <guid
isPermaLink="false">http://www.ghacks.net/2007/11/27/send-print-jobs-over-the-internet/</guid> <description><![CDATA[I do not like printers that much, they always seem to run out of ink, have paper problems or do not react when needed. Setting up a printer in a local area network can be frustrating as well but this could be - thanks to Printer Anywhere - a thing of the past. Printer Anywhere makes it easy to send a print job to another computer that is also running Printer Anywhere.]]></description> <content:encoded><![CDATA[<p>I do not like printers that much, they always seem to run out of ink, have paper problems or do not react when needed. Setting up a printer in a local area network can be frustrating as well but this could be &#8211; thanks to Printer Anywhere &#8211; a thing of the past. Printer Anywhere makes it easy to send a print job to another computer that is also running Printer Anywhere.</p><p>The benefit is that the software uses the Internet to send it to the other computer which means that no cable or wireless connection to the computer is needed to get the job done. Another benefit is that you can print papers in a different office, city or even country using Printer Anywhere which might be interesting for companies who have offices in different cities and countries.</p><p>Your local printers (yes even network printers) will be shown in the application and you can select if you want to share them. It is also possible to encrypt the print job before sending it over the Internet.</p><p><span
id="more-2339"></span><img
src="http://www.ghacks.net/files/screens/2007/11/printer-anywhere.jpg" alt="print over the internet" /></p><p>A new printer called Printer Anywhere will be added during installation and you can choose all active printers that are connected using the Printer Anywhere software for a print job if you choose to print on that new printer.</p><p>If the remote printer is not available right now the print job will land in a queue. Once the printer goes back online the user at the other end has the option to print on the printer it has been send to or on another printer in his network.</p><p>Update: The Printer Anywhere website is no longer available. It seems as if the program&#8217;s name was changed to <a
href="http://www.printershare.com/">PrinterShare</a> instead. The new website of the project offers downloads for Windows, Apple Macintosh and mobile devices. The software&#8217;s functionality appears to have remained largely the same. It is still required to run clients on both PCs to send print jobs from one to the other over the Internet.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2007/11/27/send-print-jobs-over-the-internet/feed/</wfw:commentRss> <slash:comments>4</slash:comments> </item> <item><title>Use your Printer and Scanner as a Copier</title><link>http://www.ghacks.net/2007/08/09/use-your-printer-and-scanner-as-a-copier/</link> <comments>http://www.ghacks.net/2007/08/09/use-your-printer-and-scanner-as-a-copier/#comments</comments> <pubDate>Thu, 09 Aug 2007 10:37:29 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Hardware]]></category> <category><![CDATA[Operating Systems]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[copier]]></category> <category><![CDATA[icopy]]></category> <category><![CDATA[printer]]></category> <category><![CDATA[scanner]]></category> <category><![CDATA[turn scanner into copier]]></category> <guid
isPermaLink="false">http://www.ghacks.net/2007/08/09/use-your-printer-and-scanner-as-a-copier/</guid> <description><![CDATA[A copier machine is basically a scanner and printer in one device. The clever folks that coded iCopy thought that it would be equally nice to use two machines - that is a printer and a scanner - to emulate a copier. You can use iCopy to scan a document with your scanner and print it afterwards on your copier, all in one task and hassle free.]]></description> <content:encoded><![CDATA[<p>A copier machine is basically a scanner and printer in one device. The clever folks that coded <a
href="http://sourceforge.net/projects/icopy/">iCopy</a> thought that it would be equally nice to use two machines &#8211; that is a printer and a scanner &#8211; to emulate a copier. You can use iCopy to scan a document with your scanner and print it afterwards on your copier, all in one task and hassle free.</p><p>I found this nice tip at the <a
href="http://www.onetipaday.com/2007/08/08/icopy-turn-your-printer-and-scanner-into-a-copier/">One Tip a Day</a> blog who himself got it from <a
href="http://labnol.blogspot.com/2007/08/turn-your-printer-and-scanner-into.html">Digital Inspirations</a>. The open source software iCopy does not require installation and can be run from any location including USB devices.</p><p>Just place a document on your scanner and press a button in iCopy to start the process that prints the document in the end. It&#8217;s possible to set a quality level in iCopy as well as a brightness and contrast level for the scanned image. Several copies can be printed one after another as well.</p><p><span
id="more-1851"></span><img
src="http://www.ghacks.net/files/screens/2007/08/icopy.jpg" alt="turn printer and scanner into copier" /></p><p>iCopy works with Windows XP, Windows Vista and Microsoft Server 2003 with the Microsoft .NET Framework 2.0 or higher installed.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2007/08/09/use-your-printer-and-scanner-as-a-copier/feed/</wfw:commentRss> <slash:comments>3</slash:comments> </item> </channel> </rss>
