<barcode codetype=”qrcode” style=”width: 1.5in; height: 1.5in; align:center;” showtext=”false” value=”${schemaArr.itemID}”></barcode> Specify the codetype as qrcode and add the required width and height. The Item Id value will be the value sourced for the QR code.
Tag: Function in XML
Add condition in the XML template to change the Font size if the character length is more.
<style type=”text/css”> * { font-family: calibri; } .item-id { font-size: 20pt;… Continue reading Add condition in the XML template to change the Font size if the character length is more.
Function in XML
Creates a method variable. This directive works in the same way as the macro directive, except that return the directive must have a parameter that specifies the return value of the method, and that attempts to write to the output will be ignored. If the </#function> is reached (i.e. there was no return returnValue), then the return value of the method is an… Continue reading Function in XML