PDF to IPL
Intermec's printers — the PM43 on the production line, the PC43d at the packing bench — do not speak PDF, and half of them no longer have a supported Windows driver. LabelZoom turns each PDF page into a complete IPL job: the program is downloaded, the format is stored with every field's data inside it, bitmaps go down as UDC graphics, and the print command fires — all in one stream the printer executes without keeping any state.
Zebra printers: PDF to ZPL. Datamax / Honeywell: PDF to DPL. TSC: PDF to TSPL. Have IPL already? View it or migrate it to ZPL.
Upload a label to convert
Drag and drop a PDF document here, or click to browse your computer.
Note on Watermarks: Free online conversions may include a LabelZoom watermark on rendered previews. Need to process high volumes directly from your WMS? Check out our REST API subscriptions
A self-contained job: Program mode, format with inline data, UDC graphics, print — nothing left in the printer.
Readable-character output — plain text with spelled-out <STX> markers, safe to paste, store and diff.
Built for Honeywell / Intermec PM43, PC43d/PC43t, PD43 and EasyCoder PX fleets.
How to convert PDF to IPL
- 1
Upload your PDF above — a carrier shipping label, a production tag, or any page sized for thermal media. A ZIP of PDFs converts each file into its own job.
- 2
Click Quick Convert. Leave the density at 203 dpi unless your model is a 300 dpi variant, and set the width and height to your stock — 4 × 6 inches is the default.
- 3
Copy the job or download the
.iplfile and send it to the printer as text — USB, serial, port 9100, or through your WMS. The spelled-out markers make it safe to route anywhere a text file can go.
IPL against the other printer languages
Same PDF, same renderer; the difference is which printer family the output is for and how the bitmap is carried.
| Target | Printer family | Graphics command | Output is |
|---|---|---|---|
| IPL | Intermec / Honeywell (PM43, PC43, PD43, PX series) | UDC bitmap downloaded in Program mode, placed with a U field | Text — readable-character form |
| ZPL | Modern Zebra (GK, GX, ZD, ZT series) | ^GF compressed hex | Text — safe to paste |
| DPL | Datamax-O'Neil / Honeywell | <STX>I hex image + Y record | Text — safe to paste |
| EPL | Eltron / early Zebra desktop (LP2844) | GW inline binary | Binary — send as bytes |