mhammond / pywin32

Python for Windows (pywin32) Extensions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CUT paper feture

Recusants opened this issue · comments

I have been using win32print to print then python-escpos to cut paper on POS printer and move to next label on label printer. I cant use python-escpos anymore. how I need to perform the same task with win32print.

What exactly would need to change in win32print? ie, do you know how you would perform what you need using the Windows API directly? If so, it's probably easy to add to win32print. If not, that's the first thing you need to work out.