Menu

Home

JASON KLEINBUB

This program reads [JSON data] from either a webservice or a file. It substitutes data from the [JSON data] into a ZPL string, and prints the resulting label.

Notes on [Configuration]

How I use the program.
The program can print labels in two ways.

Firstly, I have the application running constantly pointing at a webservice. (See WebAutomation [Configuration]) This service periodically delivers [JSON data]. When the application receives this data, it makes the data substitution and prints the label(s).

Secondly, I have my web browser associate .zpl (I made up this extension you can use anything you want) files with WebZPL.exe. When the user clicks on a particular label, the web server delivers a webzpl-blah.zpl file to the browser (and consequently to WebZPL.exe). When the application receives this data, it makes the data substitution and prints the label(s).

Project Members:


Related

Wiki: Configuration
Wiki: JSON data