ZPL commands
^IS · Image Save
Stores the label built so far as a graphic .GRF in printer memory - instead of as a ZPL format. Usually placed at the end of the format.
Stores the label built so far as a graphic (.GRF) in printer memory - instead of as a ZPL format. Usually placed at the end of the format.
Parameters
^ISd:o.x,p- d:o.x: Storage path (e.g.R:TEMPLATE.GRF)^ISd:o.x,p- p: Also print the image after storing it (Y/N, default Y)
Example
^XA
^FO50,50^GB700,400,4^FS
^FO80,80^A0N,40,40^FDTEMPLATE^FS
^ISR:TEMPLATE.GRF,N
^XZ
Tip
Store recurring label backgrounds once with ^IS and load them with ^IL - then only the variable fields are transferred.