zebra
zebra copied to clipboard
PHP ZPL builder, image conversion and a basic client for network-connected Zebra label printers.
When I try to convert the barcode below I just get a black square as ZPL `^XA ^FO294,0 ^GFA,840,840,28,!::::::::::::::::::::::::::::: ^FS ^XZ`  But when I do this via labelary I...
How can I get only `ZPL` code without `^XA` and `^XZ` ? Actually I can trim out those tags, but there is any elegant solution? I've inspected the code but...
I need to print on 3 different Zebra printers. The 3 have the same IP but with ports 9101,9102, 9103. I tried` $client = new Client('10.0.0.50:9101');` but it doesn't work.
I'd like to be able to take any given ZPL and spit out an image in my web browser. (Labelary does this, but they only serve images over HTTP, not...
#15 Added a class to decipher the return values from ~HS. This is very helpful when you want to see the status/settings of the printer.
I've got a need to check the status of a printer using the `~HS` command, but currently this library doesn't read/recv from the socket. I'm going to work on an...
After printing an image label we get a blank page. we solved the issue with this fix /** \* Compress a row of ASCII hexadecimal data. * \* @param string...