EPL to ZPL
The LP2844s are being retired and the replacements only speak ZPL. Rather than redrawing every template, paste the EPL here: LabelZoom interprets the Eltron commands — A text, B barcodes, LO/LE lines, GW graphics — into its label model and writes them back out as native, editable ZPL II that a GK, GX, ZD or ZT-series printer accepts as-is.
Need to see the EPL first? EPL viewer. Archiving it? EPL to PDF. Other migrations: TSPL to ZPL, DPL to ZPL.
Preview: LabelZoom’s EPL reader is newer than our ZPL engine and still improving. Compare the converted ZPL against a known-good print before rolling a template out. If something doesn’t match, let us know — reports go straight into what we fix next.
Note on Watermarks: Free online conversions include a LabelZoom watermark. Need to remove watermarks for production, or process thousands of labels per minute? Check out our REST API subscriptions
Native ZPL fields, not a bitmap of the old label — edit the result like any ZPL.
Barcodes stay barcodes: EPL B commands become ^BC, ^B3 and friends.
One template for a mixed fleet while the EPL printers are phased out.
How to convert EPL to ZPL
- 1
Paste the EPL template above, or upload the file — safer when it carries
GWgraphics, whose binary bytes a clipboard can mangle. A ZIP of templates converts each one. - 2
Leave the density at 203 dpi (the EPL was written for a 203 dpi printer) and set the label size. If the new printer is 300 dpi, convert at 203 and let the printer's
^JMor driver scaling handle it, or ask the API for a re-rendered 300 dpi version. - 3
Click Quick Convert, then copy the ZPL, download it, or send it straight to a connected Zebra. Open it in the ZPL editor to fine-tune fonts.
How EPL commands map to ZPL
The converter works at the object level, so each EPL element becomes the ZPL command that means the same thing.
| EPL | Becomes ZPL | Notes |
|---|---|---|
N … P1 | ^XA … ^XZ | Label start and end; print quantity carried over |
q, Q | ^PW, ^LL | Label width and length in dots |
A text | ^FO ^A ^FD ^FS | Closest ZPL font at the same physical height; rotation preserved |
B barcode | ^BC, ^B3, ^BE … | Symbology, height and human-readable flag mapped |
LO, LE | ^GB | Lines and boxes; reverse lines become ^FR fields |
GW bitmap | ^GF | The one element that stays a bitmap, in compressed hex |