qratman
qratman

Reputation: 75

ZPL import from printer

Is there any way to read back or import .zpl format from Zebra S4M printer to computer?

In ZPL II programming manual there is a Download Format command ^DF which doesn't seem to do exactly what I mean.

Upvotes: 1

Views: 1574

Answers (1)

banno
banno

Reputation: 1544

^DF is for downloading the format to the printer.

^HF is for retrieving the format. You can also retrieve the format from the printer's web page.

This command can be found in the following manual https://ups.zebra.com/UPSZebraWeb/support/downloads/ZP450/pdf/ZPL2-programmers-manual.pdf

Upvotes: 3

Related Questions