[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Gs-6.53 ijs driver work?



Carlos Sousa wrote:

What are you trying to do, exactly?
I can't comment on the command line you used. I'm using something like:

        gs -q  \
        -dBATCH -dSAFER -dQUIET -dNOPAUSE  \
        -sDEVICE=ijs      -sIjsServer=hpijs  \
        -dIjsUseOutputFD  -sOutputFile=-  \
        -sDeviceManufacturer=\"HEWLETT-PACKARD\"  \
        -sDeviceModel=\"DESKJET 690\"  \
        -dDEVICEWIDTHPOINTS=595   -dDEVICEHEIGHTPOINTS=842  \
        -sIjsParams=\"Quality:Quality=0,Quality:ColorMode=2,Quality:MediaType=0,Quality:PenSet=2\"  \
        -r$300  \
        -

on a script I designed to be used in a pipe, and it works just fine for
my HP Deskjet 690c.

The files Devices.htm and Use.htm in the gs docs are your friends.

Actual acript is ;

/usr/bin/a2psj -nt -nh -ns -p -f9.8 -a4 | \
  ( exec 3>&1 1>&2
    gs -dKANJI -dFIXEDMEDIA -sPAPERSIZE=a4 -sDEVICE=ijs \
       -sIjsServer=/usr/local/bin/ijsgimpprint \
       -dIjsUseOutputFD \
       -sDeviceManufacturer=ESPON -sDeviceModel=escp2-2000 \
       -sIjsParams='Quality=720,ImageType=1,InkType=PhotoCMYK' \
       -sOutputFile='| cat 1>&3' - )

Another following script works fine, so that I suppose -sDEVICE=ijs has something wrong.

/usr/bin/a2psj -nt -nh -ns -p -f9.8 -a4 | \
  ( exec 3>&1 1>&2
gs -dKANJI -dFIXEDMEDIA -sPAPERSIZE=a4 -sOutputFile="| cat 1>&3" @stc600p.upp - )

Tomoo
--
****** Nomura Technical Management Office Ltd. *****************
 Tomoo Nomura      nomura@tmo.co.jp       http://www.tmo.co.jp/
    Phone: +81-78-797-0240 Fax: +81-78-797-0241 @nifty:GBH12257
 Worldwide Airline Timetable 'Flight Planner'
 European Electronic Timetable 'HAFAS'         ValueFax Support
****************************************************************



Reply to: