How to print a cheque through the receipt printer in Java?

寵の児 提交于 2020-01-12 08:37:28

问题


I have pos58 receipt printer(printer made in China), this printer supports ESC-POS Commands. I want to print out a cheque in Java without JavaPos api. Just I don't know how do this.

Is there some way to implement it? Or what the library is? Or are there any examples of that?

Thanks for advance.


回答1:


Found this implementation after a quick web search, may help: https://code.google.com/p/escprinter/source/browse/trunk/net/drayah/matrixprinter/ESCPrinter.java?r=2



来源:https://stackoverflow.com/questions/16189204/how-to-print-a-cheque-through-the-receipt-printer-in-java

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!