5
I’m doing some testing with the printer Zebra GC420T using the language EPL to generate text and barcode.
How can I javascript the printer print the following code?
N
q812
S2
A50,0,0,1,1,1,N,"Example 1 0123456789"
A50,50,0,2,1,1,N,"Example 2 0123456789"
A50,100,0,3,1,1,N,"Example 3 0123456789"
A50,150,0,4,1,1,N,"Example 4 0123456789"
A50,200,0,5,1,1,N,"EXAMPLE 5 0123456789"
A50,300,0,3,2,2,R,"Example 6 0123456789"
LO25,600,750,20
B50,800,0,3,3,7,200,B,"998152-001"
P1
So the applet seems to be very interesting, I did some tests but I did not get many results, it sends to the printer and in the status is marked as "printing" http://demo.qzindustries.com/
– Silvio Andorinha
I managed to print a test with the applet, now I just need to adapt to my code :D
– Silvio Andorinha
@silvioAny great, sorry I hadn’t seen your previous comment, what was the problem? Comment here that then I add in the answer!
– Marciano.Andrade
I wasn’t using the plugin properly. But then I followed this tutorial https://code.google.com/p/jzebra/wiki/TutorialWebApplet and I got it
– Silvio Andorinha