Operating System - HP-UX
1837887 Members
4671 Online
110122 Solutions
New Discussion

Re: Removing a banner from a printer

 
SOLVED
Go to solution
Jonathan Caplette
Regular Advisor

Removing a banner from a printer

Hi guys!

I want to remove the banner that the printer prints when I send it a job. The printer is a LaserJet 4050 N. Do I remove this on the printer or can I force the printer to don't print this when I'm using lp...

Thanks!
Jon
4 REPLIES 4
Dave La Mar
Honored Contributor
Solution

Re: Removing a banner from a printer

Jet Admin will allow you to turn this option off.
dl
"I'm not dumb. I just have a command of thoroughly useless information."
Sanjay_6
Honored Contributor

Re: Removing a banner from a printer

Hi Jonathan,

Normally printer does not print banner on its own. you should disable the banner printing either through command line when you give the print job or you should edit the interface file and comment out the banner part of the interface script.

To disable banner using lp command add "-onb" with the lp command.

To remove banner by editing the interface script, do a vi on the script and look for a variable called banner or nobanner. Just read thru the logic and you should be able to work out the solution.

Hope this helps.

Regds
Jonathan Caplette
Regular Advisor

Re: Removing a banner from a printer

Thanks guys!!!

It worked perfectly... with JetDirect and within the command line!!

ciao!
Bill McNAMARA_1
Honored Contributor

Re: Removing a banner from a printer

individually for command line,

ioscan -fnk | lp -onb -o12 -olandscape

option no banner
option font size 12
option landscape

Later,
Bill
It works for me (tm)