Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Preview label written in Eltron Programming Language EPL?

I have code produced by our proprietry system in the Eltron Programming Language: This is sent to Eltron/Zebra label printers to be printed.

Is there some kind of software that would allow me to interpret this code to do some form of 'print preview'?

I am considering developing a way to convert this into an image or even postscript pdf, but I am struggling with how to do the barcodes (the lines starting in B is for barcodes).

N
Q296,24
R132,0
S2
D9
ZB
A3,2,0,3,1,1,N,"RB10SS5"
B3,22,0,2C,2,4,35,N,"391369840"
A3,60,0,3,1,1,N,"391369840"
A3,80,0,3,1,1,N,"Testing"
A3,100,0,4,1,1,N,"Serology"
A3,130,0,1,1,1,N,"SSTORE"
A185,16,0,1,1,1,N,"17 Mar"
A185,35,0,1,1,1,N,"SEROL"
A185,51,0,1,1,1,N,"0.50"
B400,208,0,2C,2,4,40,N,"391369840"
A400,254,0,2,1,1,N,"391369840"
P1
like image 898
Michael Galos Avatar asked Mar 02 '26 20:03

Michael Galos


1 Answers

This is a very old thread, but I too was recently looking for EPL code information for a very old thermal printer and came across this site: https://eplprinter.azurewebsites.net/ and thought it was worth sharing.
Found it incredibly helpful to figure out how to make this language perform

like image 149
john ingham Avatar answered Mar 04 '26 22:03

john ingham