Unix/Neoware/Font Issues


 
Thread Tools Search this Thread
Operating Systems Linux Unix/Neoware/Font Issues
# 1  
Old 10-03-2007
Unix/Neoware/Font Issues

Hi all,

My problem is that I have generated a text file on unix which I want to print on a neoware(Neolinux) box.

The problem is that the line length is 2 big so when I print it the text is wrapped around.In windows we have the option of reducing font and printing.Is there any such option available on Unix..?


The files to be printed will be placed on a Neoware machine ( a thin linux client ) which does not support any Unix print command except lpr (doesnt support a2ps/ensript/lp..)---> what I am looking for is a solution wherein I can either reduce the file font before hand on the unix machine and then send it to the Neoware for printing, or send the file to Neoware and print with a different font over there (though I tried all the lpr options on neoware..they arent working including page-left/landscape/lpi/cpi..etc)


Is there no way of reformatting the text on Unix, like decreasing file font and saving it in a new file? Or how to install a2ps command on neoware..?


Could someone suggest the best way for it..??
# 2  
Old 10-03-2007
man fmt

Code:
Reformatting page.  Please Wait... done

User Commands                                              fmt(1)

NAME
     fmt - simple text formatters

SYNOPSIS
     fmt [-cs] [-w width | -width]  [inputfile...]

DESCRIPTION
     fmt is a simple text formatter that fills  and  joins  lines
     to  produce output lines of (up to) the number of characters
     specified in the -w width option. The default  width is  72.
     fmt concatenates the inputfiles listed as arguments. If none
     are given, fmt formats text from the standard input.
...

# 3  
Old 10-06-2007
Font

Srry ..didnt work..I need to change the font size ..not reformat it,

Is there an option to decrease the size and save it in another file..?
Since the file has to be sent to a neoware box and printed there ,Im sure there wont be command available at that side..so Im looking to format my file at the AIX server only.
# 4  
Old 10-06-2007
My understanding with UNIX printers is that either you treat them as a line printer with pure fixed font text, or you use postscript which then includes all the font and layout information.
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. What is on Your Mind?

Quick Update on UNIX.COM Site Renovation: Bootstrap, Font Awesome and jQuery

Here is an update on the site renovation: After a lot of analysis and example programming, including testing out a number of Javascript framework and libraries, in the short term, we are getting the most bang-for-the-buck from these three basic, core tech areas: Bootstrap (CSS and... (2 Replies)
Discussion started by: Neo
2 Replies

2. Shell Programming and Scripting

Sending mail from UNIX in courier font

Need assistance . I have a cvs file which i changed to html file but when i try to send mail to outlook its indent goes wrong. any idea is appreciated . below are some commands i tried using Converting csv to html #!/bin/sh nawk 'BEGIN{ FS="," print "MIME-Version: 1.0" print ... (7 Replies)
Discussion started by: ajayram_arya
7 Replies

3. Shell Programming and Scripting

Font change in unix while sending email

Hi, I know that we would be require HTML to change the font and color of the text of the output, if we wnt to send that through the email. But I have managed to get below code, can someone look into it and let me know if i can acheive my requirement through this kind of code: Following can... (9 Replies)
Discussion started by: amit.mathur08
9 Replies

4. UNIX for Advanced & Expert Users

Unix Citrix font problem

Hello world! I have a problem with my solaris 8 and 9 machines running Citrix server, the fonts in X applications are hard to read and faulty scaled. Anybody know how to turn om some kind of anti-aliasing or font smoothing? /David (0 Replies)
Discussion started by: Esaia
0 Replies

5. HP-UX

How to change font and colour in mail sent from Unix

Dear All, We have following code to send mails from unix to users. We want to see few sentences of mail in bold font or to hightlight few lines in different colours. Could you please let me know how can we do it in function construct_body. ... (3 Replies)
Discussion started by: yogichavan
3 Replies

6. Shell Programming and Scripting

How to change the font colour in unix ?

Could you pls tell me how to change the font colour in unix ? What is the syntax ? (3 Replies)
Discussion started by: sars
3 Replies

7. UNIX Desktop Questions & Answers

Russian font in Unix

Hi, I've installed russian font (Cyrillic) in my system. But I could not type in those characters under unix. Especially for mail. Do I have to do any settings? Please advice. Regards, Venu. (7 Replies)
Discussion started by: vrvarier
7 Replies

8. UNIX for Dummies Questions & Answers

Different font size in Unix and Window

Hi, i will like to enquire whether anybody got encountered this problem before. When i try to print a report in pdf from window to the printer the size is what i want but when i batch print from Unix , calling a batch job the report that are generated out from the printer is of bigger font , why is... (0 Replies)
Discussion started by: blueberry80
0 Replies
Login or Register to Ask a Question