Modify Template to Print Barcodes
I have got the information I need on the advanced template for an item now. I just need to know how to print individual bar codes. I think the default template that comes with NS is set to print barcodes on 8.5 x 11 sheet. I am using 1.5″ x 4″ labels.
Find the body size tag in your PDF code (usually something like below):
<body padding="0.5in 0.5in 0.5in 0.5in" size="Letter">
Remove the ‘size=letter’ portion and update it to the size you need. Like this below:
<body padding="0.5in 0.5in 0.5in 0.5in" width="1.5 in" height="4 in">
To create Bare code we can use below code
<barcode codetype=”qrcode” showtext=”false” height=”150″ width=”150″ value=”http://www.example.com/” /> Feel free to contact us if you need additional information.