1751720 Members
4093 Online
108781 Solutions
New Discussion юеВ

printing

 
skt_skt
Honored Contributor

printing

Xerox WorkCentre M20i
Postscript 3 Board: Installed

Created with net_genericprinter driver .. Not prininting the pdf/post script files

in model file

PSLEVEL="2"
PERSONALTY="AUTO"
BAUDRATE="9600"
PRINTMODEL="?"
TEOJ="off"
BANNER=""

ps1)
PSLEVEL="1";;
ps2)
PSLEVEL="2";;

postscript | post )
lang="PS"
lang_user="PS";;

if [ "$PSLEVEL" = "2" ]
then
Output_PS2_Options
else
Output_PS_Options
fi


Looking at the PS level mentioned , i am not sure if it supports PS3.

Your help will be appreciated
6 REPLIES 6
Michael Steele_2
Honored Contributor

Re: printing

This is a question for the printer manufacturer.
Support Fatherhood - Stop Family Law
skt_skt
Honored Contributor

Re: printing

i hope some one us from this forum getting that model worked in HP-UX...If yes which driver did work to print PS
Eric Antunes
Honored Contributor

Re: printing

Hi,

I don't want to be to obvious but does it work in pslevel 2?

Best Regards,

Eric Antunes
Each and every day is a good day to learn.
OldSchool
Honored Contributor

Re: printing

hmm....says it supports Ethernet, no mention of JetDirect....so how are you connecting to this
skt_skt
Honored Contributor

Re: printing

modoified the queue to to use th default language as post script..


As per the web site this printer model does not support the UNIX OS
skt_skt
Honored Contributor

Re: printing

that did the fix