[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index]
[Date Index]
[Thread Index]
[SQR-USERS Info]
[SQRUG Home Page]
Re: Controlling HP printing & Print-Image (SOLUTION)
- Subject: Re: Controlling HP printing & Print-Image (SOLUTION)
- From: "Connaghan, Rebecca" <RConnaghan@OMNIPOINT-CORP.COM>
- Date: Wed, 21 Jan 1998 16:13:10 -0500
Has anyone had success printing a bmp image? I'm getting a grey box
where the image should be.
> -----Original Message-----
> From: TORRES, JENNIFER [SMTP:TORRES@USCOLO.EDU]
> Sent: Wednesday, January 21, 1998 2:54 PM
> To: Multiple recipients of list SQR-USERS
> Subject: Re: Controlling HP printing & Print-Image (SOLUTION)
>
> BIG thanks to all with ideas to solve my printing problems.
> As a solution, the following code worked and I was able to use the eps
> file
> to print my signatures.
> (the postscript commands are for a HP laserjet 5si and I used
> -PRINTER:PS)
>
> ! this will set printer to simplex and pull paper from tray3
>
> use-report checks
> let $tray3 = '<</DeferredMediaSelection true /MediaPosition 1>>
> setpagedevice'
> let $simplex = '<</Duplex false /Tumble false>> setpagedevice'
> print-direct printer=ps $tray3
> print-direct printer=ps $simplex
>
> J Torres
> Univ of Southern Colorado
> torres@uscolo.edu