Virtual ESC POS printer

后端 未结 2 2009
南笙
南笙 2020-12-18 07:52

I searched little bit for emulation of ESC/POS printer, but didn\'t found any thing more, then data parsers like this.

In few words, I have Linux, I have device co

相关标签:
2条回答
  • 2020-12-18 08:12

    i guess this ESC/POS printer simulator will help you,

    it works over network:

    https://github.com/dacduong/escpos-printer-simulator

    0 讨论(0)
  • 2020-12-18 08:23

    I don't think there is an out of box solution, but if you can capture the data (and it is a simple enough subset of esc/pos) you could then feed it to a tool like esc2html + wkhtmltopdf.

    https://github.com/receipt-print-hq/escpos-tools

    https://wkhtmltopdf.org/

    0 讨论(0)
提交回复
热议问题