Python Forum
building and printing a receipt with receipt printer
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
building and printing a receipt with receipt printer
#1
Hello! I have recently started a project (application for a restaurant) using wxpython library, but I don't know
how to print or what library a can use in order to print receipt with a (ticket)printer such as POS, EPSON tm...
is there any appropriate library I can use for that ?
Reply
#2
Hii, Printing is virtually the same as drawing, so if you can draw the contents of your frame using a wxpython library In addition, I have used the python library PIL to scale any image deemed necessary. once you try this.
Reply
#3
Thanks for answering me. I have indeed already used PIL for dealing with images, but I didn't know that I could use it for printing. At lest I'll dig a little. Meanwhile, if there other alternative, please paste a link.
Thanks
Reply


Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020