Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Zebra printer prints zpl code instead of label

Zebra printer is connected to CUPS server and I am sending prints using IPP. When I parse zpl file and fill data using a parser it prints correctly, but when I directly try to print zpl with data using IPP it just prints it as plaintext.

like image 417
utkarsh mehta Avatar asked Dec 06 '25 08:12

utkarsh mehta


1 Answers

If anyone still facing this issue here are the steps we followed to setup the ZPL printer.

  1. Start the cups server and access the web interface via http://localhost:631/
  2. Add printer
  3. Choose your local printer (your printer should be listed)
  4. press continue
  5. Provide name, description and enable the share checkbox
  6. continue
  7. Choose the Make as 'RAW' please refer to the attached snapshot. enter image description here
  8. Add the printer. It should print the label instead of raw ZPL.
like image 141
Yoga Avatar answered Dec 09 '25 18:12

Yoga