Re: [python-win32] Problem with win32print.SetPrinter

2011-03-01 Thread Tim Roberts
Roger Upole wrote: > "Tefnet Developers" wrote in message > news:1298974742.7642.1.camel@cacko... >> >> The driver used is the generic postscript driver (MS Publisher >> Imagesetter) provided with Windows. >> >> My problem is that changing paper size in the default printer >> preferences UI chang

Re: [python-win32] Problem with win32print.SetPrinter

2011-03-01 Thread Roger Upole
"Tefnet Developers" wrote in message news:1298974742.7642.1.camel@cacko... > Dnia 2011-02-28, pon o godzinie 19:11 -0500, Roger Upole pisze: >> I think this is dependent on the printer driver. >> Some use the paper size defined by the the form, >> and others use the PaperSize member. > > The dri

Re: [python-win32] Problem with win32print.SetPrinter

2011-03-01 Thread Tefnet Developers
Dnia 2011-02-28, pon o godzinie 19:11 -0500, Roger Upole pisze: > I think this is dependent on the printer driver. > Some use the paper size defined by the the form, > and others use the PaperSize member. The driver used is the generic postscript driver (MS Publisher Imagesetter) provided with Win

Re: [python-win32] Problem with win32print.SetPrinter

2011-02-28 Thread Roger Upole
I think this is dependent on the printer driver. Some use the paper size defined by the the form, and others use the PaperSize member. Roger "Tefnet Developers" wrote in message news:129553.2645.29.camel@cacko... > Hi, > > I am adding some printers connection as a user with > win32pri

[python-win32] Problem with win32print.SetPrinter

2011-02-28 Thread Tefnet Developers
Hi, I am adding some printers connection as a user with win32print.AddPrinterConnection(). Afterwards I want to set paper size to A4 (I have no idea why Polish Windows XP sets it to Letter by default) with this example code: == impo