What ^IS does
^IS renders the label built so far and stores it as a graphic in printer memory, optionally printing it too. Recalling the saved image later is faster than re-sending all the drawing commands.
Syntax
^ISd:o.x,pParameters
| Parameter | Description | Values | Default |
|---|---|---|---|
d:o.x | Drive, name and extension to save under | — | — |
p | Print the label after saving | Y,N | N |
Example
^XA
^FO50,50^A0N,40,40^FDTemplate^FS
^ISR:FORM.GRF,N
^XZPaste this into the free ZPL viewer to see it render, or convert it to PDF.
Notes & tips
- Turns a built-up format into a single stored graphic.
- Recall it with ^XG or ^IM.
Related commands
See the full ZPL command reference for all 92 documented commands.
