Printing Chinese postscript file


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Printing Chinese postscript file
# 1  
Old 05-20-2005
Printing Chinese postscript file

G'day,

I've a Solaris 9 box & I've configured a HP Laserjet for postscript printing.

When my client prints an English postscript file, it gets printed fine. But when he sends a Chinese postscript file, there is no output at the printer.

Is there anything I need to set for Chinese postscript printing?
Thanks a lot for any answers....
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. AIX

Printing Postscript files through Infoprint Manager to a Postscript printer

Hello, I am runnning Infoprint Manager 4.3 on AIX 5.2 . There is no problem printing AFP files, but I have hit a snag trying to use "AIX DSS" or "Other Printer" actual destinations to send unconverted Postscript files to native Postscript printers. The files are big, and they print correctly,... (0 Replies)
Discussion started by: ahetzel
0 Replies

2. UNIX for Dummies Questions & Answers

Creating a PostScript File

Hi All, I have a requirement, where i have create a pdf file in unix. I have gone through few links and understood that it could be done in 2 step manner. - Create a .ps PostScript file. - Pass .ps file to p2pdf command to create the pdf. But i am having trouble creating the .ps file. I... (3 Replies)
Discussion started by: abhisheksunkari
3 Replies

3. UNIX for Dummies Questions & Answers

Splitting a postscript file

Hi , I have a problem .. I have a post script file which has text as %%colur code :uyiu %% pagesize :9808 %%page: 1 1 %%color:78798- %%ufgfhre %%Page: 2 1 I need to create two files with this one post script file . the first file should have data till what is in %%Page: 1 1 ... (4 Replies)
Discussion started by: selvapraveen
4 Replies

4. Shell Programming and Scripting

change text color in postscript file

Hi everyone, I have a program that produces postscript files on the fly The color of the files produced are in black and white I want to change the text color of postscript file as the file is being produced without having to manually go into the ps file and change it myself. Any Ideas?... (5 Replies)
Discussion started by: walforum
5 Replies

5. Shell Programming and Scripting

Remove lines with non-chinese characters from xml file

Hi there, I'm looking for a way to remove all lines that don't contain chinese characters from an xml file. Example: http://pastebin.com/8KzSbCKe The result should be like this: http://pastebin.com/ZywXsNhx Only lines that don't contain chinese characters should be deleted. If theres a mix of... (3 Replies)
Discussion started by: g4rb4g3
3 Replies

6. UNIX for Advanced & Expert Users

Problem in FTP of file with chinese chars

Hi, I have a file in my PC with Chinese (PRC) characters. When I transfer that file into my AIX5.3 server through FTP, I get junk characters instead of Chinese chars. Last week I copied the content from my notepad and pasted in vi editor. The Chinese characters were correct, but when I try now,... (4 Replies)
Discussion started by: carthyc
4 Replies

7. Solaris

COnversion utility xhtml file to Postscript file

Hi, Can any suggest me some utility to convert xhtml file to postscript file format? Also tell me from where to down load such utility.. With Regards, Dattatray (0 Replies)
Discussion started by: dattatray.b
0 Replies

8. UNIX for Dummies Questions & Answers

printing in postscript or convert from pdf?

hi - go easy on me, i'm new to UNIX... i need to resample huge pdf files and make them smaller. distiller won't resize existing pdf files. i thought i could print the pdf to a postscript file and then resample that. would that work? if so, how? is this the best way forward or should... (1 Reply)
Discussion started by: jono2000
1 Replies

9. UNIX for Dummies Questions & Answers

Printing chinese from solaris 9

We need to print chinese from unix and postscript. Anyone have experience with this? Any suggestions? (1 Reply)
Discussion started by: MizzGail
1 Replies

10. UNIX for Dummies Questions & Answers

postscript printing

How do I setup a printer queue to do postscript printing using UNIX commands? I setup a remote host/printer using the admintool (solaris), but it does not let me specify that this printer will print postscript. (1 Reply)
Discussion started by: pkappaz
1 Replies
Login or Register to Ask a Question
MGP2PS(1)						    BSD General Commands Manual 						 MGP2PS(1)

NAME
mgp2ps -- generate PostScript file from MagicPoint file SYNOPSIS
mgp2ps [-cirtV] [-f psfile] [-p papersize] [-x xmargin] [-y ymargin] mgpfile DESCRIPTION
mgp2ps is a converter from MagicPoint file mgpfile to PostScript file. If -f option is specified, PostScript will be generated to psfile. Otherwise, printed to the standard output. If there exists foo.eps corresponding to foo.gif (or whatever), the encapsulated PostScript file will be included to the PostScript file instead. The following options are available: -c Generate color postscript file (experimental). By default mgp2ps will generate monochrome postscript file. -i Paint inside icon symbols. -r Stack the paper in reverse order. -V Be verbose. -f psfile Pathname to put the PostScript output. -p papersize papersize specifies the size of the paper to be used. a3, a4, a5, b5, A3, A4, A5, B5, letter, legal, ledger, tabloid, statement, executive, folio, quarto and 10x14 are available. Default size is a4. -x xmargin -y ymargin xmargin and ymargin specifies length of the margin area around the edge of the paper. -t Use truetypefont instead of psfont (ASCII font only). -e Specify encodings. At this moment, "iso-8859-1" and "latin1" are supported as encodings. SEE ALSO
mgp(1) HISTORY
mgp2ps was created so that Kazu Yamamoto could submit his tutorial document to the committee of Intenret Week '97. BSD
May 31, 2019 BSD