출처 : https://m.blog.naver.com/PostView.naver?isHttpsRedirect=true&blogId=lkssky2002&logNo=220677075753
바코드에 담는 정보가 많아짐에 따라 점점 2D 바코드로 넘어가는 추세
2D 데이타 매트릭스(DataMatrix) 코드로 개발이 필요하여 샘플 검색결과 아래 컨텐츠 확인하여 개발하였다.
Content
This article includes ZPL examples and the resulting printouts of the most commonly used 2D barcodes for ZPL capable printers.
These examples will allow programmers to interpret 2D barcodes into labels without the use of a label design program.
Aztec
^XA^BY8,0^FT124,209^BON,8,N,0,N,1,^FDYourTextHere^FS^XZ
Data Matrix
^XA^FO50,100^BXN,10,200^FDYourTextHere^FS^XZ

UPS MaxiCode
^XA^BD4,1,1^FT100,350,^FDYourTextHere^FS^XZ
MicroPDF417
^XA^FO10,100^BY6^BFN,6,20^FDYourTextHere^FS^XZ
PDF417
^XA^BY2,3^FO10,10^B7N,5,5,,83,N^FDYourTextHere^FS^XZ
QR Code
^XA^FO100,100^BQN,2,10^FDYourTextHere^FS^XZ
'제브라 바코드 프린터' 카테고리의 다른 글
Zebra 프린터로 한글 폰트 전송하기 (0) | 2023.01.19 |
---|---|
ZPL Desinger (0) | 2023.01.19 |
제브라 바코드 프린터 IP 설정 방법 (웹) (0) | 2023.01.16 |