Turn ZPL labels into PDFs. One API call.
Add reliable label conversion to your shipping or warehouse workflow—without running printer software.
500 conversions per month. No credit card.
order-1842.zpl
^XA
^PW812
^LL1218
^FO48,42^A0N,28,28
^FDSHIP TO:^FS
^FO48,86^A0N,36,36
^FDNORTH & CO.^FS
^FO48,180^BY3
^BCN,110,Y,N,N
^FD1Z1842PDF0098^FS
^XZ
label.pdf
PRIORITY
2 DAY
SHIP TO:
NORTH & CO.
120 KING STREET
TORONTO, ON M5H 1J9
TRACKING #
1Z 184 2PDF 0098
Private by default
Raw PDFs are returned directly and never stored.
Hosted when needed
Paid plans can return a temporary, shareable URL.
Easy to add
Use one request or an official SDK for your stack.
Simple by design
From label code to usable PDF in minutes.
No print drivers. No conversion servers to maintain. Just a small API built for one job.
- 01
Create a key
Start free and generate an API key from your dashboard.
- 02
Send your ZPL
Post the label code from your order or shipping system.
- 03
Get the PDF
Save the raw file or request a temporary hosted link.
curl -X POST https://api.zpljet.com/v1/convert \
-H "X-API-Key: zpl_your_key" \
-H "Content-Type: application/json" \
-d '{"zpl":"^XA^FO50,50^A0N,50,50^FDOrder #1842^FS^XZ"}' \
--output label.pdfYour first 500 conversions are free.
Create a key and send your first label today.