Archive

Archive for the ‘Printing’ Category

So where IS the Printer Configuration output page on a Konica Minolta C452/C652/C656 printer?

August 13th, 2012 No comments

Under Utility –> User Settings –> Printer Settings – Print Reports

Print Reports Menu

Not under the Admin option, as most people would expect.

The complete list of reports in the Printer Settings –> Print Reports screen:

  • Configuration Page
  • Demo Page
  • PCL Font List
  • PS Font List
Categories: Printing Tags:

“Push customized printers down to XP client machines in domain environment?”

February 9th, 2012 No comments

This is a copy of a post which was on Ask MetaFilter, August 2, 2006.


In a Windows Server 2003 domain environment, is there a way to push printers to client machines if they are not shared printers? What about changing printer settings over the network?

I often need to setup networks of about 40 machines with 4 IP printers. They are all identical printers but with different IP addresses. I split them up in groups of 10, with each group printing to one of the printers. I would like to automatically push the printers to client machines.

My first thought was to create a share on the network, ie \\server1\Printers, and then create a login script that installs the printer. The problem with that is, it will attempt to install the printer every time the users log on unless I get rid of the script after the first login, which seems like it’d be counter-intuitive.

The other problem with this is that I need specific printer settings… paper size is Envelope Comm #10, landscape, paper source is Tray 1 (Manual Feed). Even if I could push an installation of the printer with a script, how would I push down these settings?

For my script to install the printer, I had something like this:
start /wait rundll32 printui.dll,PrintUIEntry /if /b "printer_name" /f \\server1\Printers\4350\hpc4x50b.inf /r "IP_192.168.0.252" /m "HP LaserJet 4250 PCL 5e" /z

I’ve read that with Windows Server 2003 R2 there is a new print management tool but I’ve also heard it’s only for network/shared printers.
(Client machines are XP Pro)

posted by Ekim Neems to computers & internet (2 answers total)


The printer share with mount on login (through login script) is the only real way to do this. You can map directly to the IP, but it doesn’t download the drivers to the workstation, configure the default settings of the printer, or allow you to manage who has access through permissions (which is what you’re doing when you mount the share on the workstation).

That is how print admins manage all those complex driver settings for individual users, manage permissions on the printers, and update/downgrade drivers when there are issues.

If you’re still worried about installing the printers every time, through VBScript (or more specifically, WSH) you can enumerate the printers on the workstation and then determine if you want to install the printers. Here’s some sample script:

' Declare variables.
Dim intInstallPrinterFlag, strPrinterName, WshNetwork, clPrinters

' This flag will determine if you want to remove the installed printer first (updated drivers, new settings etc.)
intInstallPrinterFlag = 0

' First argument to the script. Should be in the format \\SERVERNAME\PRINTERSHARENAME strPrinterName = WScript.Arguments.Item(0)

' Declare the WSH object to handle network printer connections.
Set WshNetwork = Script.CreateObject("WScript.Network")

' Enumerate all the printers on the local workstation.
Set clPrinters = WshNetwork.EnumPrinterConnections

' Install the printer, there are none on the workstation.
If clPrinters.Count <> 0 Then
WshNetwork.AddWindowsPrinterConnection strPrinterName

WshNetwork.SetDefaultPrinter strPrinterName

' Now, if there is a printer installed and the install printer flag is set, then remove the existing printer and re-install it.
ElseIf clPrinters.Count > 0 And intInstallPrinterFlag = 1 Then
WshNetwork.RemovePrinterConnection strPrinterName
WshNetwork.AddWindowsPrinterConnection strPrinterName
WshNetwork.SetDefaultPrinter strPrinterName
End If

Save the above in a .vbs file and add to the login script for a user.

This can obviously be built upon (for instance, the duplicate AddWindowsPrinterConnection calls could be wrapped up into a function or sub to prevent duplication.
Extra logic could be added to handle multiple printers on the workstations and how to assign the default printer etc.

If there are any bugs in the script I apologize. I wrote it quickly and from memory. You can find a lot of information about WSH at devguru.
posted by purephase at 12:03 PM on August 2, 2006


As for doing the settings: Open the printer’s Properties sheet, click the Advanced tab, then click the Printing Defaults button. This brings up a window that looks exactly like the usual Printing Preferences window except that the window title is "blah blah Printing Defaults" instead of "blah blah Printing Preferences". Any settings you make here will become the defaults for any new installation of or connection to that printer.
posted by flabdablet at 9:09 PM on August 2, 2006

Categories: How To, Printing Tags:

The Case Of The First Problem Revisited

November 28th, 2011 No comments

“Have you got any idea on why this stupid postscript driver for the digital printer/copier keeps spitting out the output below?”

Postscript language dump

‘Yes, the printer does not have the postscript option fitted, and is dumping out the raw postscript language code.’

It’s a variant of the “Case Of The First Problem”, where we had a customer order a printer without the postscript card* fitted.

* – I say card, but most likely these days, the postscript option is installed, but requires an expensive visit from the copier tech to enable the option.

10 free PDF creators, and some split/merge tools

August 1st, 2010 No comments

Adobe PDF Logo picture

PDF, as a document format, I find really useful.  I find it useful because I can share a document with you, and it will be formatted as I intended it.  In other words, you’ll see the same page layout as I see.

To create PDFs, I use CutePDF Writer.  I love it so much, that in the past, I deployed to over 10,000+ computers I managed.  But if you’ve tried CutePDF Writer, and didn’t like it, well here are some other choices.

Program 64-bit support? Free?
BullZip PDF Printer Yes (up to 10 users)
CC PDF Convertor ? Yes
CutePDF Writer Yes (non-commercial use)
doPDF Yes Yes
gDoc Yes Yes & No.
PDFCreator ? Yes
PDFTools No Yes
PrimoPDF Yes Yes
Print2PDF – Free Edition Yes Yes
qVPDF No Yes

Got Open Office or Microsoft Office 2007 SP2+
Well you can print to PDF, without using one of the above programs.

Want to spilt and merge PDFs?  Try one of these:
Adolix Split & Merge PDF
Gios PDF Splitter and Merger
PDFill PDF Tools
PDFsam

Bookmark and Share

Categories: Freeware, Printing, Utilities Tags:

What is that font?

July 1st, 2010 2 comments

I was given a paper document which I was asked to scan in and convert to a Microsoft Word document.  That isn’t as hard as it sounds, as Optical Character Recognition (OCR) software has been available for a long time.

What is difficult though, is trying to match up the exact font the original document used.  I’m not a graphical designer, or a typesetter. I work in IT, so recognising a particular font is not easy for me.

Fortunately there is the WhatTheFont site, which makes font detection just a little easier.  It’s a three step process.

  1. You upload a picture of your font
    WhatTheFont - What is this font
  2. WhatTheFont then analyses what you uploaded,
    then asks you confirm each letter,
    WhatTheFont - Character selection
  3. And finally gives you some font choices.
    WhatTheFont - result

I’m going to use “Times New Roman PS”, as I believe it’s the most likely font the original document author used..

Update: This article might be useful: How To Pick The Perfect Typeface

Bookmark and Share

Categories: How To, Printing Tags: ,

My PC Is A Printer

May 3rd, 2010 No comments

Well it could be according to HP:

My PC is a Printer

No, I don’t know why the HP Detection tool would think that …

Bookmark and Share

Categories: It's A Bug, Printing Tags:

HP Printer Status Notification Pop-up messages

March 15th, 2010 7 comments

HP makes it easy to hate them.  And I’m not the only one who does.  Angry Technician does a fine line of HP hatingToday’s hate post topic?  The HP Printer Status Notification Pop-up (SNP) message:

HP Status Notification Messages - non admin 

One of our customers complained about the message.  They don’t want to be bugged by any printer messages.  I don’t want to see these messages either, as I think it’s blatant advertising.  “Shop for Supplies”, ha!

The escalated support call landed on my desk.  This was after our talented Level 2 support folks couldn’t find the solution.  I don’t entirely blame them, as you can’t disable it from the customer’s desktop.  The tech I blame is the chap who installed the driver in the first place.  As he/she should have noticed the problem, and disabled SNP.

To remove the notification , you need to log on the server, or PC, which is hosting the printer.  When you do, you see the SNP has an additional option, “Notification Settings”. 

HP Status Notification Messages

Sufficient to say, every HP printer in the Wisefaq domain has this set to Disabled.

Bookmark and Share

Categories: Printing Tags: , ,

Printer toner

January 27th, 2010 No comments

Printer toner, depending on who you ask, is cancerogenic.

Or not.

The Material Safety Data Sheets I’ve seen, say not.  But I still wouldn’t breath toner in.

Now some of the printers I’ve worked on over the years, have conspired to leak toner over me. 

There was the StorageTek mainframe printer, with the toner hopper.  You’d open the 5 litre toner container and pour the toner into the hopper.  Great clouds of toner would float up and cover the FNG* tasked to refill the toner.  And because of this, it was only ever the FNG who had to refill the toner on this printer.

The DataProducts LZR960.   You know, you could ship most laser printers and not be to worried that they survive the journey.  The LZR960?  Like a nervous puppy, it would leak toner when the shipping box “This Way Up” sign was not rigorously followed.  Resulting in me being covered in toner, and one expensive service bill later.

Things have gotten better over time, and since I had not had toner leaked on me for a few years, I thought

how much toner was left in the Lanier|Ricoh Photocopier toner cartridge when it said it was “out of toner”?*

An impressively small amount as it turns out.  I’m very impressed that Lanier|Ricoh are not ripping me off on toner.

Other things.

  • In theory, the cartridge is designed to be disassembled.
    Theory is good, but I used a Dremel tool.
  • Cartridge seemed very well engineered.
  • Benefit of hindsight, I would have cut the other end of the cartridge off.  This would have allowed me to have a nice pile like The Angry Technician did.
  • You should wash toner off with COLD soapy water.
    Warm or hot water will cause the toner to bind to you.

* Friendly New Guy
* idea first seen over at The Angry Technician.

Bookmark and Share

Categories: How To, Other Blogs, Printing Tags: ,

The Elephant and The Mouse

September 22nd, 2009 No comments

pantone The Pantone Matching System is a wonderful idea.  Imagine being able to say “I want that exact shade of red on my poster.”  And actually get it.

That, in a nutshell, is what the Pantone Matching System is about.  It’s a system of describing colors, so the color you ask for on your commercially printed page, is what you get.  That makes it very popular with the print industry.

elephant-mouse The Pantone Matching System was first created in 1963, and Pantone have jealously guarded their intellectual property rights ever since.  They particularly dislike attempts to create conversion charts.  Not that I blame them, color charts are a big part of their business.

Now the picture of the Elephant and the Mouse is from a site which did offer a PMS <->RGB lookup.  Pantone told them to stop.

And they did.

(Much to his regret, Dale has neither printer’s ink or graphic designers flair, coursing though his veins.  He is very grateful to have spent time working as the IT guy for a large printing company.)

Bookmark and Share

Categories: Businesses I like, Printing Tags: ,

24 Screen Capture Utilities

September 12th, 2009 No comments

Since my last update in June, I find myself using the Microsoft Snipping Tool more often for those quick screen capture jobs.  But I am still using Printkey 2000 and Timesnapper.

Here are some others …

Free

Name & download link Comments
Bug Shooting “Bug Shooting is a free screenshot utility that was developed for software testers who use bug tracking systems”
Cropper Capture "It offers a resizable, translucent capture area that can be moved and sized freely to capture the portions that you want to grab."
Gadwin PrintScreen  
Greenshot “Greenshot is a revolutionary screenshot tool optimized for productivity.”
HoverSnap “HoverSnap is a a free handy snapshot tool with jpg, png, bmp and gif support.HoverSnap can take snapshots of the full screen, active window or a selected area.”
Jing Recommended by Leo Laporte.
Lightscreen automates the capture of screenshots.
Microsoft Snipping Tool for XP Tablet For those times when you just want to “snip” part of a screen.
Microsoft Snipping Tool Vista It’s included!
MWsnap multi-language
PicPick  
PrintKey 2000 This is what I use.
See my previous blog post about it.
Screenshot Captor Donation-ware
Screen Hunter  
Snippy  
Wink  

Read more…