Mock zebra printer, test and view raw ZPL labels as png image or pdf document. It simulates zebra printer on socket connection.
Example config.properties
SOCKET_PORT=1206
LABEL_SAVE_AS=PNG
PRINT_DENSITY_VALUE=300
PRINT_DENSITY_UNIT=dpi
LABEL_SIZE_HEIGHT=5
LABEL_SIZE_WIDTH=7
LABEL_SIZE_UNIT=cm
VIEW_PNG_WITH=viewnior
VIEW_PDF_WITH=evince
I've tested app on below platforms and it works fine:
- Debian GNU/Linux 8.11 (jessie) / java 1.8.0_181
- Debian GNU/Linux 9.5 (stretch) / java 1.8.0_162
If something goes wrong, let me know the situation by opening an issue. See the contributing file for details. Also see our code of conduct file for other social details.
This project is licensed under the MIT License. See the license file for details.
Onur Yılmaz