cancel
Showing results for 
Search instead for 
Did you mean: 

Change height of barcode in smartform with ZPL

Former Member
0 Kudos

Hi!

I have a smartform that print in Zebra device. In this smartform has a barcode.

I need to change height of this barcode. I create a new character format in smartform style but it´s doesn´t work. What i have to do?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Check the programming guide to zpl:

www.zebra.com/id/.../manuals/en/zpl_ii_programming2.html

Or post the code here then someone can suggest the correct command.


Former Member
0 Kudos

In SE73 > Print Bar Codes has a Z device type. In barcode BC_C128B has a code:

^BY3,3.0,155^BCN,,N,N,N,N^FD>:

What this mean? I found in Zebra documentation but i can´t decoding.

Former Member
0 Kudos

Take a look at page 123 of the manual, the command ^BY is the barcode field default. Increase the value 155 of your code to increase the height.

Regards,

Felipe