How to print from web application to receipt printer?

前端 未结 3 811
慢半拍i
慢半拍i 2020-12-13 11:28

I was asked by my client to print receipts on an Epson TM U220 (http://pos.epson.com/products/TM-U220.htm) from my web application. I have no idea how to do that. Are there

3条回答
  •  北海茫月
    2020-12-13 12:02

    You don't need an applet, from a grails controller you may use any Java library. Use the Java printing services available to the runtime in javax.print. This is assuming that the printer is installed where the grails runtime is running.

提交回复
热议问题