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

Re: Double Sided Printing



> Hello,
> I am looking for a way to do double sided printing.  It has
> been suggested
> that this is handled by the printer itself.  Does anyone know
> of a way to
> use SQR or SQC to set up double sided printing?

The following assumes that you have a printer that understands PCL and has a
duplexer

Add one of the following to your printer-init statement to control
simplex/duplex printing. The second one is probably the one you want to use.

  <27>&l0S  - Simplex(single sided)
  <27>&l1S  - Duplex(double sided) long edge binding
  <27>&l2S  - Duplex(double sided) short edge binding

John S. Fetzik