esc-pos-java
esc-pos-java copied to clipboard
ESC/POS Java Library for thermal printers
Hello, Can you tell me arabic code page please?
i get this error: ``` [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.12.4:test (default-test) on project escposjava: There are test failures. [ERROR] [ERROR] Please refer to /home/luilli/Escritorio/esc-pos-java-master/target/surefire-reports for the individual test results....
Hi, how I can to print text with accent mark (á,é,í,ó,ú), for example "Canción" ?? Best Regards, Nelson
When printing images jpg or png it produces horizontal lines on the printout, every 20 or so pixels there is a continuous white line throughout the image. Any idea why...
no main manifest attribute, in escposjava-1.0-SNAPSHOT.jar Tried ```java -cp target/escposjava-1.0-SNAPSHOT.jar io.github.escpojava.App``` with no luck.
Hello I usually use the [NetworkPrinter] class. I've been able to use this without any problems. However, I also want to use it with USB, so I'm also using [SerialPrinter]...