QR Code in HMG

General Help regarding HMG, Compilation, Linking, Samples

Moderator: Rathinagiri

JRGEMS
Posts: 8
Joined: Wed Apr 27, 2016 1:58 pm
Location: Cochin-India

Re: QR Code in HMG

Post by JRGEMS »

How can I download it from GITHUB ?
Regards,
Ramesh Bhat.
User avatar
mustafa
Posts: 1162
Joined: Fri Mar 20, 2009 11:38 am
DBs Used: DBF
Location: Alicante - Spain
Contact:

Re: QR Code in HMG

Post 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
Attachments
Imagen.jpg
Imagen.jpg (104.65 KiB) Viewed 336339 times
User avatar
tomtagaris
Posts: 107
Joined: Tue Aug 23, 2016 2:43 pm

Re: QR Code in HMG

Post 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
JRGEMS
Posts: 8
Joined: Wed Apr 27, 2016 1:58 pm
Location: Cochin-India

Re: QR Code in HMG

Post by JRGEMS »

I use the following syntax for printing in PDF Format

HPDFDrawBarcode(015,020, cSignedQRCode , "QRCODE", 1)
edk
Posts: 921
Joined: Thu Oct 16, 2014 11:35 am
Location: Poland

Re: QR Code in HMG

Post 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
User avatar
tomtagaris
Posts: 107
Joined: Tue Aug 23, 2016 2:43 pm

Re: QR Code in HMG

Post by tomtagaris »

Yes it is
Thanks Thanks Thanks adk
Thanasis Tagaris
User avatar
serge_girard
Posts: 3178
Joined: Sun Nov 25, 2012 2:44 pm
DBs Used: 1 MySQL - MariaDB
2 DBF
Location: Belgium
Contact:

Re: QR Code in HMG

Post by serge_girard »

Edward,
Is it possible to generate QR code with some image in it?

Serge
There's nothing you can do that can't be done...
edk
Posts: 921
Joined: Thu Oct 16, 2014 11:35 am
Location: Poland

Re: QR Code in HMG

Post by edk »

Unfortunately, the hb_zebra library does not support this possibility.
User avatar
serge_girard
Posts: 3178
Joined: Sun Nov 25, 2012 2:44 pm
DBs Used: 1 MySQL - MariaDB
2 DBF
Location: Belgium
Contact:

Re: QR Code in HMG

Post by serge_girard »

Thanks!
There's nothing you can do that can't be done...
Post Reply