I'd like to know, what practical way of printing on EPSON Dot Matrix printers in Java. I'm having the LX300+II model to play, with USB connectivity.
I searched too much on internet but all the codes available for network and serial(port LPT) printers. like : https://code.google.com/p/escprinter/, http://devpath.blogspot.in/2008/01/java-como-imprimir-na-epson-lx-300-via.html
I tried with Java print service 2D Graphics, it works but taking time.
I know we have two ways of using this printer:
- By directly raw ASCII data to printer
- By Graphical printing, with graphical fonts and precise positioning.
How can I use both fast printing fonts (provided by 1) and precise positioning (provided by 2)? Any code or API?