In ADV PDF templates, does anyone know how to cont...
# general
m
In ADV PDF templates, does anyone know how to control the size of the barcode? I get that the size will be different depending on the length of the data being converted to a barcode, but we have one part format that will take up 1/3 of a landscape page when printing that items barcode.
Copy code
<td style="width: 27%;"><barcode codetype="code128" showtext="true" value="${item.item}"/></td>
	<td style="width: 44%;">${item.description}</td>
	<td style="width: 16%;">${item.inventorydetail}</td>
  	<td style="width: 5%;">${item.quantity}</td>
	<td style="width: 7%;">${item.units}</td>