before I spend any time implementing an external P...
# advancedpdf
b
before I spend any time implementing an external PDF library, I'm curious if Freemarker/BFO allows upca codetypes to be resized...for example I'm trying to shrink the height of this UPC
<td style="text-align: center;">
<barcode codetype="upca" showtext="true" value="${label.skuUpcBarcode?replace(' ', '_', 'r')}" ></barcode>
</td>