Hello guys,
I'm making a barcode-system, for my stock. Making the barcode is working fine, but now I need to print it. The last thing I do is:
imagejpeg($this->im,$this->filename,$quality);
but how can I send this file directly to my printer. There is a function called 'printer_draw_bmp'...