Spyros Kotsalidis
Spyros Kotsalidis
I'm using this code $client = new Client('192.168.4.204'); $zpl = new Builder(); $zpl->fo(0,0)->gf(new Image(file_get_contents('voucher.gif')))->fs(); $client->send($zpl); $zpl = new Builder(); $zpl->fo(0,0)->gf(new Image(file_get_contents('receipt.gif')))->fs(); $client->send($zpl); OR $client = new Client('192.168.4.204'); $zpl = new...
When I un-comment these lines //if ($row === $lastRow) { // return ':'; //} I get an extra blank page after the first label.
Any luck with this ?