Re: [python-win32] Windows printing with the use of DeviceContext

2022-11-09 Thread Antoine FINET
Thank you very much Neil Kenig, the PyMuPDF library will completely meet my needs and seems super easy to use. In 15 minutes of tests, I managed to process one of the fields and the management of the step between the boxes (one letter per box). Many thanks also to you Tim Roberts for the initial a

Re: [python-win32] Windows printing with the use of DeviceContext

2022-11-09 Thread Todd Fiske
Hi Antoine, If you ever do want to use the Windows printing API, there is a library called MSWinPrint that provides a wrapper that makes it easier to use and understand. https://pypi.org/project/MSWinPrint/ But I also agree with the others that the PDF option is more general and practical. I've