Page 5 of 5

Re: QR Code in HMG

Posted: Fri Oct 23, 2020 1:19 pm
by JRGEMS
How can I download it from GITHUB ?
Regards,
Ramesh Bhat.

Re: QR Code in HMG

Posted: Fri Oct 23, 2020 1:36 pm
by mustafa
Hi Ramesh Bhat
View
https://www.hmgforum.com/viewtopic.php? ... 3&start=30
https://github.com/asistex/HMG
Look at the attached file Imagen.jpg

Regards
Mustafa

Re: QR Code in HMG

Posted: Tue Jan 02, 2024 10:19 am
by tomtagaris
I would like to ask how I can print on an invoice the qrcode
like this
@ 10,300 IMAGE Image1 PICTURE ""
BT_HMGSetImage ("barcode", "Image1",CreateBarCode())
Thanks

Re: QR Code in HMG

Posted: Thu Jan 04, 2024 6:46 am
by JRGEMS
I use the following syntax for printing in PDF Format

HPDFDrawBarcode(015,020, cSignedQRCode , "QRCODE", 1)

Re: QR Code in HMG

Posted: Thu Jan 04, 2024 12:02 pm
by edk
tomtagaris wrote: Tue Jan 02, 2024 10:19 am I would like to ask how I can print on an invoice the qrcode
like this
@ 10,300 IMAGE Image1 PICTURE ""
BT_HMGSetImage ("barcode", "Image1",CreateBarCode())
Thanks
look at this post: viewtopic.php?p=66170#p66170

Re: QR Code in HMG

Posted: Sat Jan 06, 2024 9:29 am
by tomtagaris
Yes it is
Thanks Thanks Thanks adk
Thanasis Tagaris

Re: QR Code in HMG

Posted: Sat Jan 06, 2024 10:32 am
by serge_girard
Edward,
Is it possible to generate QR code with some image in it?

Serge

Re: QR Code in HMG

Posted: Sat Jan 06, 2024 1:29 pm
by edk
Unfortunately, the hb_zebra library does not support this possibility.

Re: QR Code in HMG

Posted: Sat Jan 06, 2024 2:02 pm
by serge_girard
Thanks!