---
## Newly-launched ZPL Viewer tool site
Hello, everyone!
At work, we often need to design and preview ZPL (Zebra Programming Language) files. Previously, I have been using tools like ZPL Design, but then I thought it would be more convenient to have an online tool. So, taking the time I developed an online ZPL preview tool, hope it can help those who have the same need.
### Website Features
The new online ZPL Viewer website (address: []()) has the following features:
- **Online Preview of ZPL Files**: Preview ZPL files directly in your browser to ensure that labels and barcodes are formatted correctly before printing.
- **ZPL Conversion Tool**:
- **HTML to ZPL**.
- **PDF to ZPL**.
- **Image to ZPL**
- **Download function**:
- Can convert previewed ZPL to image or PDF file for download.
### Usage
#### Preview ZPL online
1. Open the website: [/](/)
2. Type or paste the ZPL code into the text area.
3. Select the print density: 6 dpmm (152 dpi), 8 dpmm (203 dpi), 12 dpmm (300 dpi), 24 dpmm (600 dpi). 4. Click the "Preview" button to view the ZPL online.
4. Click the Preview button to see the results.
#### Sample Code
```zpl
^XA
^XA
^A0N,50,50
^FDShipping Label^FS
^FDShipping Label ^FS
^A0N,35,35
^FDRandom Tracking #: 123456789 ^FS
^FDR Tracking #: 123456789 ^FS
^A0N,35,35
^FDRecipient: John Doe^FS
^FDRecipient: John Doe ^FS
^FDRecipient: John Doe ^FS ^FO50,220 ^A0N,35,35
^FDDelivery Address: 123 Main St, Anytown, USA^FS
^FO50,270
^A0N,35,35
^FDCity: Anytown^FS
^FDCity: Anytown^FS
^FDCity: Anytown^FS ^FO50,320 ^A0N,35,35
^FDState: NY^FS
^FO50,370
^A0N,35,35
^FDZip Code: 12345^FS
^FDZip Code: 12345 ^FS
^GB500,3,3 ^FS
^FO100,440
^A0N, 35, 35
^FDItem Details:^FS
^FO100,480
^GB480,240,3 ^FS
^FO120,500
^A0N,30,30
^FD1.Item1^FS
Item1^FS
^A0N,30,30
^FDQty: 1 ^FS
^FO260,500
^A0N,30,30
Item 2 ^FD2.
^FO260,550
^A0N,30,30
^ Ut ^FS
^FO260,600
^A0N, 30, 30
2^FS
^FO400,500
^A0N, 30, 30
Item 3 ^FS
^FS
^A0N, 30, 30
^Duis.^FS
^ FO 400, 600
^A0N, 30, 30
^FDQty: 3 ^FS
^XZ
^XZ
I hope you will try it out and give feedback to help us keep improving this tool. If you have any questions or suggestions, please feel free to contact me.
Thank you for your support!
You are welcome to visit and try it out: []()
© 2024 ZPL Viewer. All rights reserved.
---