How to Configure ZPL Label Printing

To print using the ZPL format, you'll first need to set your default label format to ZPL in your Shippo Settings. Please reference Navigating the Labels Page.


ZPL Printing for Mac users

On a Mac, you can use the following command line to send jobs to the printer:

$ lpstat -p -d

 

This command will bring up a list of attached printer names that you can use with subsequent commands. You can send the ZPL file directly to the printer with the following command. Many printers will automatically choose the right settings for you.

$ lpr -P PRINTER_NAME -o raw FILENAME.zpl

 

Some printer types may require additional configuration, for example, page size and margins. To get printer-specific options you can run:

$ lpoptions -p PRINTER_NAME -l

 

And the command should end up looking something like this depending on the options it lists:

$ lpr -P PRINTER_NAME -o media=Custom.4x6in -o page-left=0 -o page-top=0 -o page-bottom=0 FILENAME.zpl

 

If you’re printing a significant volume, Zebra printers are a better printer option. The ZPL label files are much smaller (it’s an ASCII format), easier to move around, the carriers support them natively and multi-page printing is a more seamless process. If you’re struggling with your Dymo, you could consider a move to a Zebra GK or GX 420d.

 


ZPL Printing for Windows users

 

Note:

On Windows, communicating with a printer is complicated unless you’re already used to working with the Windows printer libraries in C or C#. 

 

To print using the ZPL format with Windows:

  • Start by Navigating to the Zebra website and search for your Zebra printer model in the search box:

    Screen Shot 2019-05-20 at 10.25.58 AM.jpeg
  • In the search results, click on the line with the title that contains Printer Support.
     
    Screen Shot 2019-05-20 at 10.27.48 AM.jpeg
  • Click on Drivers and then click Download for the latest available Zebra driver for Windows.

    Screen Shot 2019-05-20 at 10.28.42 AM.jpeg

    Screen Shot 2019-05-20 at 10.30.04 AM.jpeg

  • Click the Accept and Begin Download Now button.

    Screen Shot 2019-05-20 at 10.31.00 AM.jpeg

  • After downloading, open Zdesigner software and click on the Open Communication with Printer button.

    Screen Shot 2019-05-20 at 10.31.37 AM.jpeg

  • Click the Open File icon and select a ZPL label file from your computer.

    Screen Shot 2019-05-20 at 10.38.48 AM.jpeg

  • Click the Send to Printer button.

    Screen Shot 2019-05-20 at 10.39.22 AM.jpeg
Was this article helpful?

Related articles