[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index] [Date Index] [Thread Index]
[SQR-USERS Info] [SQRUG Home Page]

Re: How to control printing ?



The postcript code to manage the bac of your printer is specific to your
printer.
Here is the command for an HP printer
For the BAC 2
%BeginFeature: *InputSlot Lower
<</DeferredMediaSelection true /MediaPosition 0>> setpagedevice
%EndFeature
For the BAC 3
%BeginFeature: *InputSlot Lower
<</DeferredMediaSelection true /MediaPosition 1>> setpagedevice
%EndFeature

here is sample SQR code that illustrate the use of these commande

Franck,

Jamadagni, Rajendra -ND wrote:
>
> Thanks Franck,
>
> Do you or anyone else knows, if there exists a document on the web with
> postscript codes? Would someone please forward the URL to me?
>
> TIA
> Raj
> ----------------------------------------------------------------------------
> -------------
> Rajendra Jamadagni                      MIS, ESPN Inc.
> mailto:Rajendra.Jamadagni@espn.com (Work) 860 766 3728
> QOTD: Any clod can have facts, but having an opinion is an art !
> Any opinion expressed here is personal and doesn't reflect that of ESPN Inc.

bac_postcript.sqr