Re: switch printer tray during printing

2013-03-13 Thread Liam R E Quin
On Mon, 2013-03-11 at 16:13 -0500, Michael Cronenworth wrote: > Changing trays may be out of the question, but I do know that Postscript > allows per-page paper orientation changes. I have a few PDFs that do so. You can change paper sizes too, which will generally cause a different paper tray to

Re: switch printer tray during printing

2013-03-11 Thread Michael Cronenworth
On 03/11/2013 03:46 PM, Adam Tauno Williams wrote: > I'm not sure this is even possible. Tray select, duplex, etc... are > often encoded in either the PCL preamble of a print job or in a PJL > envelope [common for Postscript]. They really are attributes of the > *job*. > > I'd guess that Gtk/GNO

Re: switch printer tray during printing

2013-03-11 Thread Adam Tauno Williams
On Thu, 2013-02-21 at 14:51 -0600, Michael Cronenworth wrote: > Michael Cronenworth wrote: > > Does anyone know if GTK allows switching print trays in the middle of a > > GtkPrintOperation? > > I tried setting the source to Tray 2 in the "request-page-setup" signal > > for the second page, but this

Re: switch printer tray during printing

2013-02-21 Thread Michael Cronenworth
Michael Cronenworth wrote: > Does anyone know if GTK allows switching print trays in the middle of a > GtkPrintOperation? > > I tried setting the source to Tray 2 in the "request-page-setup" signal > for the second page, but this did not work. The second page printed to > Tray 1 (default). Old mes