[python-win32] Re: Retreive paper width from printer

2005-08-24 Thread Roger Upole
You should be able to get that info from the DEVMODE returned by win32print.GetPrinter using level 2. Depending on how your printer driver handles paper settings, look at either FormName, PaperSize, DefaultSource, or PaperLength and PaperWidth. Many printers also have an option to hold jobs if

Re: [python-win32] Retreive paper width from printer

2005-08-24 Thread Bill Burns
[Roger] You should be able to get that info from the DEVMODE returned by win32print.GetPrinter using level 2. Depending on how your printer driver handles paper settings, look at either FormName, PaperSize, DefaultSource, or PaperLength and PaperWidth. Many printers also have an option to hold