- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Printer problem - changing font size
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2004 09:27 AM
05-12-2004 09:27 AM
How can I rectify this situation. Do I need to download a new driver for the printer or is this where soft fonts come into play. I have little experience with configuring printers if you can't tell already.
Any help would be much appreciated...
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2004 09:44 AM
05-12-2004 09:44 AM
Re: Printer problem - changing font size
-denver
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2004 09:45 AM
05-12-2004 09:45 AM
SolutionDrivers in the sense that you mean are not used; instead an "interface" file (which is almost always a shell script) is used to control the printer. Look in /var/spool/lp/interface. You should see a file of the same name as your print queue. There will probably also be a file of the same name in the "model.orig" directory just below your current directory. In most cases, you can invoke a print job with -ooptions to display the available options.
echo "test" | lp -dmyprinter -ooptions
The text size defaults to that selected on the front-panel but can be overriden. You make wish to modify the existing interface file to assert a fixed text size.
Because this is a custom report and it is using a small font that suggests most strongly that the application itself is sending escape sequences to the printer. It is also possible that this report is the only one that write to this print queue and a different default text size id used. You can have multiple queues using the same physical printer.
You may have to go into the interface file and have it copy the output to a file so that you can examine the raw data stream.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2004 09:50 AM
05-12-2004 09:50 AM
Re: Printer problem - changing font size
It would also help to know if this is a plain text file or are you using graphics and multiple fonts.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2004 02:24 PM
05-12-2004 02:24 PM
Re: Printer problem - changing font size
So start by verifying the default font in the printer. There are dozens of menu layouts so you'll have to check with the 4100 owner's manual how to set the default font (PCL FONT=0) and character size (PCL FONT PITCH=10). Or, you can reset the printer back to factory defaults by selecting RESTORE FACTORY DEFAULTS from the front panel.
Of course, someone may have set different values for a reason and in the old days of one computer, one printer, that might be useful. But today with LAN-based printers and print servers, it makes no sense to manually change the printer's dedfault font. So just in case you aren't allowed to change the printer settings, you can use the -o options to set the font, pitch and line spacing. These will override the printer's defaults but only for one job.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2004 03:22 AM
05-13-2004 03:22 AM
Re: Printer problem - changing font size
This is the response I'm getting from the application team. Does this make any sense to you what they're asking for?
"We don't have any info. or competency to understand the printer manual at hardware level. What we need is simply a different initialisation string for a different driver with higher font size.
We don't want to setup each print job with different font at HP-UX level. We can accomplish this at Oracle level if you could provide us the initialisation string and driver for that."