11.1. How to Resize Barcode
After SambaPOS 5.7.12 version, we can resize the Barcode image that we will create in HTML design. For this, we can size the Barcode by entering 2 different values with a semicolon after the value at the end of the <BAR> and <BAR13> tags.
<BAR>{BARCODE};x;y
<BAR13>{BARCODE};x;y
x: Barcode height must be an integer between 1-100
y: Barcode width can be selected as 1-2 or 3.
Example:
<BAR>{BARCODE};100;3
<BAR13>{BARCODE};60;1