ZPL Studio DOCS

ZPL, without the guesswork

Write the label.
See the result.

ZPL Studio brings code, label preview, element tools, and printer output together in one focused Windows workspace.

Built for
Zebra labels
Workflow
Edit → Preview → Print
Platform
Windows
ZPL Studio
EditorPreview● Ready
  1. ^XA
  2. ^PW812
  3. ^FO56,48
  4. ^A0N,44,44
  5. ^FDZPL Studio^FS
  6. ^FO56,120
  7. ^BCN,110,Y,N,N
  8. ^FD8712345678906^FS
  9. ^XZ

ZPL Studio

8712345678906
Preview rendered
01

Quick start

From ZPL to a visible label in three steps.

1

Paste or write

Open ZPL Studio and place your label code in the editor. A complete label starts with ^XA and ends with ^XZ.

2

Check the preview

Render the label to confirm its dimensions, positions, text, barcodes, and QR codes before using label stock.

3

Select and print

Choose the intended Zebra printer, verify the label settings, and send the finished ZPL directly to the printer.

02

The workspace

One place for the complete label workflow.

Edit raw ZPL while keeping the output close at hand. ZPL Studio is designed for the practical loop of changing a value, checking the result, and printing with confidence.

</>

Code editor

Work directly with ZPL in a readable editor with command-oriented syntax highlighting.

Label preview

Turn the current code into a visual label preview without first sending it to a printer.

Element tools

Add common content such as text, barcodes, and QR codes without memorising every parameter.

Printer output

Select an available printer and send the ZPL from the same workspace when the label is ready.

03

ZPL basics

Read a label from top to bottom.

Most labels are a sequence of fields. Define a position, choose what the field contains, close it, then move on to the next one.

shipping-label.zpl
^XA
^PW812
^FO48,48^A0N,38,38^FDOrder 10482^FS
^FO48,110^BQN,2,6^FDQA,10482^FS
^XZ
^XA · ^XZ

Open and close the label format.

^FO

Set the field origin using X and Y coordinates.

^FD · ^FS

Provide field data and mark the end of that field.

^A0N

Choose a font, orientation, height, and width.

^BQN

Create a QR code with orientation and size parameters.

04

Command reference

A compact starter set.

CommandPurposeExample
^PWPrint width in dots^PW812
^LLLabel length in dots^LL1218
^FOField position^FO40,60
^A0Scalable font^A0N,36,36
^BCCode 128 barcode^BCN,100,Y,N,N
^BQQR code^BQN,2,6