Print from unix to hp printer attached on WINDOW


 
Thread Tools Search this Thread
Operating Systems SCO Print from unix to hp printer attached on WINDOW
# 1  
Old 12-04-2008
Print from unix to hp printer attached on WINDOW

I try to send print spool on WINDOW XP Print server HP printer which generated in rmcobol on sco unix in following way to change the font, font style and font size but failed to succeed
Forexmple
in Cobol program I gives before the text which want to print in font style Bold

FILLER PIC X(5) `^[(s3B`
OR
FILLER PIC X(8) '\033(s3B'


Please help me in contents for which is generic on each HP printer which attached on Window and use from sco unix
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

File Transfer from Window server to UNIX and UNIX to UNIX

Dear All, Can someone help to command or program to transfer the file from windows to Unix server and from one unix server to another Unix server in secure way. I would request no samba client. (4 Replies)
Discussion started by: yadavricky
4 Replies

2. UNIX for Dummies Questions & Answers

Print to a network printer on DG/UX

i need to print a file on a network printer with an ip 128.233.1.6 (for example) on a DG/UX (System V) Release 5.4R3.10 so that when telnet from windows client can print on the network printer. (2 Replies)
Discussion started by: kamwa
2 Replies

3. Windows & DOS: Issues & Discussions

Print using Window Default Printer

Looking for a program to print a file created in MKS Korn Shell and using the default Windows Vista printer without user interaction (0 Replies)
Discussion started by: njysprez
0 Replies

4. Programming

Print from unix to hp printer attached on WINDOW

I try to send print on WINDOW XP Print server HP printer which generated in rmcobol on sco unix in following way to change the font, font style and font size but failed to succeed Forexmple in Cobol program I gives before the text which want to print in font style Bold FILLER PIC X(5) `^ (2 Replies)
Discussion started by: muzammilalikhan
2 Replies

5. UNIX for Advanced & Expert Users

Print from unix to hp printer attached on WINDOW

I try to send print spool on WINDOW XP Print server HP printer which generated in rmcobol on sco unix in following way to change the font, font style and font size but failed to succeed Forexmple in Cobol program I gives before the text which want to print in font style Bold FILLER PIC... (1 Reply)
Discussion started by: muzammilalikhan
1 Replies

6. UNIX for Advanced & Expert Users

Unix: print on printer on another machine (host)

Hi all,sorry for my english but i don't speak it very well. I have a problem, i need to print a file from a unix machine to a printer on another unix machine (with another host). I think that it's possible making a connection with telnet to this machine and after to print on the machine in... (3 Replies)
Discussion started by: giugy
3 Replies

7. Shell Programming and Scripting

Help Required: To run the attached UNIX script

Hi, This Script contains update statements and running without error. But the update result is not getting reflected in the database. i.e may be Script fails to connect to the database. it would be of great help if you could figure out the problem. Thanks, Shruti Script follows here:... (5 Replies)
Discussion started by: Shrutiduggal
5 Replies

8. UNIX for Advanced & Expert Users

need UNIX command to print to Dell printer

i need a UNIX command to print to a Dell printer. i was successful printing to a HP printer using qprt -Pprinter, but it doesn't work for Dell printer. any suggestions??? much appreciated. (3 Replies)
Discussion started by: bones91
3 Replies

9. UNIX for Advanced & Expert Users

Configure SCO Unix to print on windows base XP printer

Hi, I have done this year ago, and now I need to do it again, but did not remember how I do it. I have a slip printer on a windows xp workstation and i need to print from SCO unix application to that printer. I try to create a remote printer but the only option available is unix, the other to... (0 Replies)
Discussion started by: comsiconsa
0 Replies
Login or Register to Ask a Question
UNIPRINT(1)							  LINUX COMMANDS						       UNIPRINT(1)

NAME
uniprint - produce postscript output from unicode text for printing SYNOPSIS
uniprint [ -out output-file ] [ -in input-file ] [ -decode encoding ] [ -printer printer ] [ -L ] [ -media media ] [ -us ] [ -nus ] [ -break ] [ -wrap ] [ -left ] [ -right ] [ -size font-size ] [ -hsize header-font-size ] [ -font truetype-font-file ] DESCRIPTION
uniprint is a program from the yudit distribution. It makes a formatted poscript output that can be saved or directly sent to the printer. The program needs a TrueType font that has unicode table in order to operate. If you are running Linux you most probably have unicode truetype fonts, because there are very few vendors, if any. who give discount if you do not buy Windows. If you are running other Unices it is still possible to get a freely available font. I have made ciberbit.ttf a default font for uniprint, mainly because it is freely downloadable from http://www.bitstream.com/. The postcript output contains all drawing information. No extra fonts are needed, and it can be printed on any postscript printer. You may encounter probkems with old ghostview or old printers. I used this program with ghostscript 5.10 because 2.6.2 gave me stack overflow error. OPTIONS
-out ouput-file Do not sent the output to the printer, put it in the file instead. If the '-' character is specified, send the postscript data to the standard output. -in input-file If specified read the document from a file. Read stdin otherwise. -decode encoding specifies the encoding of the input text. All encodings that are available for uniconv can be used. If not specified encoding is set to utf-8. -printer printer Send the postscript output to printer through the 'lpr -P Printer' command. -break option makes this program print a graphical representation of line breaking characters. -us option turns on uniscribe emulation. For some scripts emulation is turned on by default. -nus option turns off uniscribe emulation. For some scripts emulation is turned off by default. -wrap option makes this program do a simplistic line breaking on word boundaries. -left option sets the embedding of the document to Left. -right option sets the embedding of the document to Right. -L Selects landscape printing. The default is portrait. -media media Sets paper size. The default is A4. The following media values are accepted: A3, A4, A5, B4, B5, Executive, Folio, Ledger, Legal, Letter, Quarto, Statement, Tabloid -size font-size sets the size of the font for the text body in points. -hsize heder-font-size sets the size of the font for the header in points. If zero size is specified, no header is printed. -font truetype-font specifies the font to be used for printing. truetype-font is the full pathname of the font, like /somepath/myfonts/cyberbit.ttf or just the name of the file cyberbit.ttf. The fonts are searched using yudit.fontpath property in ~/.yudit/yudit.properties or /usr/share/yudit/config/yudit.properties. direc- tory where the font files are kept. By default /usr/share/yudit/fonts and ~/.yudit/fonts are searched. This option can be speci- fied multiple times, to create a virtual font. FILES
~/.yudit/yudit.properties or /usr/share/yudit/config/yudit.properties can have yudit.fontpath and yudit.datapath properties. The former is where the font files, the latter is where the map files are kept. By default /usr/share/yudit/fonts is searched. SEE ALSO
uniconv AUTHOR
This program was written by gsinai@iname.com (Gaspar Sinai), using the code of ttf2pfa program that was written by Adrew Weeks. Last Updated Tokyo, 2 November, 2001. LINUX COMMANDS
Nov 25 1997 UNIPRINT(1)