How to print a receipt through Receipt Printer from Web Page(.aspx)?

Sridhar Reddy Bommireddy picture Sridhar Reddy Bommireddy · Oct 26, 2012 · Viewed 27.1k times · Source

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 any java applets or something else that I can use for printing? Should i use JasperReports? (Does JasperReports help to cope with this problem?) If there are flash apps that could be used, I have no objection to using that.

I am using Grails for my web apps.

Answer