Re: [python-win32] win32print pDevMode change DriverData

2014-11-23 Thread Tim Roberts
On Nov 21, 2014, at 1:39 AM, Benjamin Kötting mailto:benjamin.koett...@inetvalue.com>> wrote: If I iterate over the pDevMode I see this options in DriverData binary string, first I try to make a binary replace in DriverData without success 2 more bytes are changed. OVERCOATTYPE OPTYPE_LUSTER

[python-win32] win32print pDevMode change DriverData

2014-11-23 Thread Benjamin Kötting
Dear list and all readers, at the moment I have a problem with direct printing through win32print. I wrote a script which read in all images of a folder and resized them and priting it to a thermosub printer. This is working well without any user interaction. Change