Printer emulator for zpl rendering engine. The emulator is based on the labelary web service. You can configure print density, label size and the tcp server to listen for any incoming labels.
The app now runs standalone via Electron and can be installed via the binaries/zips on the GitHub Releases page. It currently supports:
- Windows:
- Squarrel installer (zpl-printer-version-win32-arch-setup.exe)
- Portable runner (zpl-printer-portable-version.exe)
- NuGet package (zpl-printer-version-full.nupkg)
- msi installer (TODO)
- Linux:
- Rpm (zpl-printer-version.arch.rpm)
- Deb (zpl-printer_version_arch.deb)
- Zip (Zpl.Printer-linux-arch-version.zip)
- Mac:
- Zip (Zpl.Printer-darwin-arch-version.zip)
- Refactor Reworked entire app to run in an Electron app instead of the Chrome Plugin API
- Fix PDF label export.
- New TCP input buffer size can be configure in settings.
- New Support to print multiple labels in one request.
- New Optional setting to keep tcp connection alive.
- Fix Minor fixes
- New Ability to save labels as image (PNG) or as PDF. (Thanks to Derek Preston)
- Change Labelary web service call from GET to POST to support large ZPL templates. (Thanks to pitufo)
checkout the project. run yarn install
. use yarn start
to run in development mode and use yarn make
to generate binaries for your OS