Skip to content
Utilerio

ZPL to PDF

Turn a ZPL label file into a print-ready PDF at 203, 300 or 600 DPI.

Result

Nothing to show yet. Enter something above to get started.

Was this tool useful?

About this tool

A PDF is the practical way to move a label off the printer that produced it: you can email it to a customer, attach it to a shipment record, archive it for an audit, or print it on an office printer when the thermal unit is unavailable.

This converter reads the same ZPL your printer would and lays each ^XA … ^XZ block onto its own page, at the exact physical size the label is meant to be. Because the page is sized in real units rather than pixels, printing at 100% gives you a label of the correct dimensions.

How to use it

  1. Paste your ZPL or upload the .zpl file your label software produced.
  2. Choose the density the label was designed for — this determines how the dot coordinates map to millimetres on the page.
  3. Set the label width and height in inches, and pick portrait or landscape.
  4. Decide whether to export every label in the file or only the first one.
  5. Press Convert and download the PDF.

Examples

A three-label batch

Three ^XA … ^XZ blocks in one file become a three-page PDF, one label per page, all at 4×6 inches.

^XA^FO40,40^A0N,50,50^FDOrder 1001^FS^XZ
^XA^FO40,40^A0N,50,50^FDOrder 1002^FS^XZ
^XA^FO40,40^A0N,50,50^FDOrder 1003^FS^XZ

Common problems

The PDF prints smaller than the real label.
Your PDF reader is scaling to fit the paper. Choose “Actual size” or set the scale to 100% in the print dialog.
Only the first label appears.
Switch the label option from “First label only” to “Include every label”. If the count still looks wrong, check that every block ends with ^XZ.
The conversion is refused because there are too many labels.
A single document is capped so one request cannot tie up the renderer. Split the file into batches and convert them separately.

Frequently asked questions