Hello.
Hello.
I'm using DXE2 on Windows 7 64bit.
I'm looking for a free (or open source) Barcode/QRCode reader component but I can find just commercial or shareware components.
Any suggestion?
I'm using DXE2 on Windows 7 64bit.
I'm looking for a free (or open source) Barcode/QRCode reader component but I can find just commercial or shareware components.
Any suggestion?
Have a look at this
ReplyDeletehttps://github.com/debenu/DelphiZXingQRCode
I already use it for generating a QRCode and it's great but it seems it is only capable of doing that, not decoding QR Codes.
ReplyDeleteI see. I though it can because zxing c++ port can. Sorry.
ReplyDeleteI found a great alternative solution :)
ReplyDeleteARSAVA offers free online APIs for QRCode generation and reading.
The reading API is extremely simple to use: it returns a JSON file containing the decoded data.
http://goqr.me/api/
Thank you very much :)