Posted by Robert G Laurin on April 15, 2016 at 09:26:46:
In Reply to: Two sided printing posted by Grant on April 14, 2016 at 14:22:21:
I did it year ago but in PCL.
If you are using Windoze Printing, you should still be able to do it. I am not sure if you can combine both on the same Print statement, you may have to try the order as well. The Print drivers are sometimes finicky...
Print (LP) (TR);(SetPrinterInfo = PI.DMDUPLEX, DMDUP.xxxxxx)
PRINT (LP) (TR);(SetOrientation = DMORIENT.LANDSCAPE)
Where values are: (from PrintCtl.inc)
SET PI.DMDUPLEX = 10
! duplex enable
SET DMDUP.SIMPLEX = 1
SET DMDUP.VERTICAL = 2
SET DMDUP.HORIZONTAL = 3
and
SET DMORIENT.PORTRAIT = 1
SET DMORIENT.LANDSCAPE = 2
Each file can be a maximum of 1MB in length Uploaded files will be purged from the server on a regular basis.