i am currently using Win32print module but its documentation is a mess so i want to know is there any other python module available for printer support or can anyone point me to a good win32print support resource
Asked
Active
Viewed 417 times
1 Answers
0
Unsure of what exactly you wish to solve or achieve with a printer module. These links might be helpful: https://smallbusiness.chron.com/sending-things-printer-python-58655.html
Print to standard printer from Python?
Also check this library out if it satisfies your purpose: https://pypi.org/project/python-printer-escpos/

Siddharth Pandalai
- 47
- 6
-
i am trying to print pdf with custom page sizes and sum other custom settings. I saw on how to do it on stackoverflow by combining win32print and win32api but for some reason i am not able to change page size and this [python-printer-escpos](https://pypi.org/project/python-printer-escpos/) is only for escpos printers am i right – kei nagae Jun 27 '20 at 06:48