Re: [python-win32] How to change print copies

2020-04-24 Thread Pavel Olifer
#x27;printto', path_to_file, '{}'.format(printer_name), '.', 0 ) printer printed only 1 copy. --po On Fri, Apr 24, 2020 at 8:35 AM Pavel Olifer wrote: > Dear Tim, > "Have you seen a multi-copy setting work using the native dri

Re: [python-win32] How to change print copies

2020-04-23 Thread Pavel Olifer
n Apr 22, 2020, at 10:10 PM, Pavel Olifer wrote: > > > > i use your package for changing printer settings (duplex, copies). > > for duplex it is work, but for copies it doesn’t. > > Some Windows printers don’t honor the “Copies” selection directly. The > application has

[python-win32] How to change print copies

2020-04-22 Thread Pavel Olifer
Good day! i use your package for changing printer settings (duplex, copies). for duplex it is work, but for copies it doesn't. @source_code def set_duplex(printer_name): # print_defaults = {"DesiredAccess": win32print.PRINTER_ACCESS_ADMINISTER} print_defaults = {"DesiredAccess": win32pri