SBotirov
SBotirov

Reputation: 14158

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

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.

Upvotes: 4

Views: 1961

Answers (1)

Jack Straw
Jack Straw

Reputation: 586

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

Upvotes: 2

Related Questions