Re: [python-win32] PyWin32 Advanced Options

2024-01-19 Thread Steven Manross
@python.org Subject: [python-win32] PyWin32 Advanced Options Hello, I am trying to print from python using the bypass tray on my printer, but I cannot seem to get it working and it always prints from tray 1. Here is my code: image = Image.open(file_path) printer_handle

[python-win32] PyWin32 Advanced Options

2024-01-18 Thread Michael Litvin
Hello, I am trying to print from python using the bypass tray on my printer, but I cannot seem to get it working and it always prints from tray 1. Here is my code: image = Image.open(file_path) printer_handle = win32print.OpenPrinter(printer_name) p_info =