I need to send the scan instruction to the printer via Python and get the PDF file back. The standard Windows Paint program, for example, can send a scan instruction to any printer in the world, I need to do the same as Paint does only in Python, that is, I use a Pyhon function and it sends the instruction to mine printer she needs to scan and then the Python program takes the PDF scan back. Can you help me?
Example (something like this):
printers = list_my_pc_printers()
my_printer = printers[0]
scan_on_my_printer(my_printer, path_to_save_the_pdf_file)
My Structure:
- Windows 10 64x PC
- USB Commom HP Printer with Scanner