Font Size when printing too big....


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Font Size when printing too big....
# 1  
Old 08-11-2006
Font Size when printing too big....

Hello,

Can some please tell me how to change the font size when I print a document from SCO Unixware 7.1? Smilie

The fonts are showing up too big when printing and part of the text is cut off on the edges of the documet...

Any help is appreciated.

Thanks
# 2  
Old 08-11-2006
How are you printing it, from what program, to what printer?
# 3  
Old 08-11-2006
what make and model of printer as well?
# 4  
Old 08-14-2006
Its an HP LJ 1160 and a print server attached HP Jetdirect 750x. I am not using any specific program. Just a text file I created...
# 5  
Old 08-15-2006
So you're just catting it the printer port device, or what?
# 6  
Old 08-15-2006
Your printer accepts PCL code. Therefore, vi a file and do the following:

<crtl>v<ctrl>[(s0p12H

That is a zero not an uppercase "o". <ctrl> v will allow you input the escape character sequence ^[. The 12 is the pitch size. A larger number will give a smaller font size.

the line should like this:

^[(s0p12H

save and quit.

on the unix command line type:

cat <pcl file you created> <text file you wish to print>|lp -d<printer>
# 7  
Old 08-16-2006
THANKS! IT WORKED FINE!!

I appreciate your help in this...

Smilie Smilie Smilie Smilie Smilie Smilie
 
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Red Hat

Increase Font size

Hi friends I want increase font size in linux can anybody help me plese Example:this is my in put Filesystem Size Used Avail Use% Mounted on /dev/mapper/VolGroup00-LogVol00 18G 2.5G 14G 15% / /dev/sda2 ... (1 Reply)
Discussion started by: vasuibm
1 Replies

2. Shell Programming and Scripting

Font Size in shell!

hi all,, is it possible to change the font size of the first line of text? i search it to internet but i have no luk. Ex. Line 1: HI Line 2: back to normal font size. THanks, (4 Replies)
Discussion started by: nikki1200
4 Replies

3. Shell Programming and Scripting

Font Size

Hi All, Please can someone advise on how to change the font size of the output of a shell script. Best Regards, Shazin (2 Replies)
Discussion started by: Shazin
2 Replies

4. UNIX for Dummies Questions & Answers

Font size in VIM

Hello, I use VIM version 7.1.56 on Ubuntu OS. Can you tell me pls how can I change the font-size in VIM? Thanks, Iuli (1 Reply)
Discussion started by: ketchera
1 Replies

5. UNIX for Dummies Questions & Answers

set font size

can any one tell me how to set the font size in unix? (14 Replies)
Discussion started by: sachin.gangadha
14 Replies

6. Shell Programming and Scripting

bash script working for small size files but not for big size files.

Hi, I have one file stat. Stat file contents are as follows: for example. H50768020040913,00260100,507680,13,0000000643,0000000643,00000,0000 H50769520040808,00260100,507695,13,0000000000,0000000000,00000,0000 H50770620040611,00260100,507706,13,0000000000,0000000000,00000,0000 Now i... (1 Reply)
Discussion started by: davidpreml
1 Replies

7. UNIX for Dummies Questions & Answers

How can I enlarged the font size?

How can I enlarged the font size when I opened the pdf files with ghostscript or ghostview in solaris 8 for sparc. The font is so small that I can't see it!] Help me please! (0 Replies)
Discussion started by: new_hand
0 Replies

8. Solaris

font size printing

hi all , i was just wondering if i can specify the font size when i am printing from solaris . i am using solaris 9 and hp laserjet 1230 . i dont want to change the global variable for the printer driver . i just want to print a file with small font and the others with normal fonts . ... (1 Reply)
Discussion started by: ppass
1 Replies

9. UNIX for Dummies Questions & Answers

Font size

Hello all I am a new linux user (Redhat 7) and I am trying to learn how to operate the system. I have a couple problems one the font size for all windows withing the OS are too small and even though I found a couple places to configure font size I can't find where to change the font size for the... (2 Replies)
Discussion started by: elhefe
2 Replies
Login or Register to Ask a Question