On Mon, November 10, 2008 1:36 pm, Grover Blue wrote:
> I'm doing some batch printing of Writer templates in Java, and I need to
> specify duplex for some items.  Is there any way to specify duplex
> printing in the printer options for an XPrintable (or maybe it's XStyle
> since that's what the "PrinterPaperTray" option is available to)?  I can't
> find anything.  The printer for the template documents is set dynamiclly
> in Java, so any kind of dulpex setting made through Printer Setting is
> irrelevant.
>
> Thanks
>
>

So you need Java:

 PrintRequestAttribute examples

    * Sides class
          o Single or two sided printing.
          o Closed enumeration
          o ONE_SIDED
          o TWO_SIDED_LONG_EDGE
                + Same as DUPLEX
          o TWO_SIDED_SHORT_EDGE
                + Same as TUMBLE

http://java.sun.com/products/jfc/tsc/articles/javaOne2001/595/index.html



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to