Hi,
Trying to write pcl code on solaris using vi editor:
This is my current preload to call a printer tray. It always prints to default tray 4 on hp9000 printer.
^[%-12345X@PJL
@PJL ENTER LANGUAGE = PCL
^[&l1H
^[%-12345X
Second preload file for postscript output to specify tray and postscript output:
^[%-12345X@PJL COMMENT PCL Job
@PJL ENTER LANGUAGE = PCL
^[E . . . . PCL Job . . . . ^[E
@PCL SET MEDIATYPE = CARDSTOCK
@PJL ENTER LANGUAGE = POSTSCRIPT
%!PS-ADOBE. . . . postscript job data. . . .
^[%-12345X
This ignors tray mediatype and prints both ascii report and a postscript file to default tray 4 on hp9000: I need them to go to specific trays.
Any help would be greatly appreaciated.
Thanks,
-T
Trying to write pcl code on solaris using vi editor:
This is my current preload to call a printer tray. It always prints to default tray 4 on hp9000 printer.
^[%-12345X@PJL
@PJL ENTER LANGUAGE = PCL
^[&l1H
^[%-12345X
Second preload file for postscript output to specify tray and postscript output:
^[%-12345X@PJL COMMENT PCL Job
@PJL ENTER LANGUAGE = PCL
^[E . . . . PCL Job . . . . ^[E
@PCL SET MEDIATYPE = CARDSTOCK
@PJL ENTER LANGUAGE = POSTSCRIPT
%!PS-ADOBE. . . . postscript job data. . . .
^[%-12345X
This ignors tray mediatype and prints both ascii report and a postscript file to default tray 4 on hp9000: I need them to go to specific trays.
Any help would be greatly appreaciated.
Thanks,
-T