QR Code inside custom html element in Print Format - jigneshpshah/greycube_helpmanual GitHub Wiki
QR Code inside custom html element in Print Format
<style>
.signed-qr-code {
background-image: url('data:image/png;base64,{{ get_qr_code(e_invoice_log.signed_qr_code, scale=2) }}');
background-repeat: no-repeat;
background-size: 56px;
width:150px;
height:150px;
}
</style>