Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Delphi QR Code component / generator? [closed]

Tags:

delphi

qr-code

I am desperately looking for a QR Code component to generate QR Code. So far the only method I have found is through Google API chart but I need an offline method. http://theroadtodelphi.wordpress.com/2010/12/06/generating-qr-codes-with-delphi/

I cannot find any component, free or not, that can generate QR code. Any idea?

Thanks!

like image 717
BeachBoy Avatar asked Mar 04 '11 17:03

BeachBoy


People also ask

Why is my QR code generator not working?

If your QR Codes are not working, it's most likely due to design elements. Some reader apps and phone cameras have difficulty scanning complex QR Codes. Below are a few important design elements to take into account. Make sure there is a significant contrast between the QR Code's foreground and background.

How do I reactivate QR code generator?

If you want to reactivate a specific QR Code, you need to upgrade the account the QR Code was created in. To upgrade, log in to your account and go to Account - Features & Pricing. It's not possible to reactivate a QR Code by creating and upgrading a new account.

Why is my QR code deactivated?

What does that mean? If you created Dynamic QR Codes during the 14-day free trial period, they will deactivate (stop working) once the trial ends. Static QR Codes will remain active and continue working.


1 Answers

Here we go:

http://www.han-soft.com/barcode2dgen.php

Screenshot
(source: han-soft.com)

I just aksed Google. First hit, basically.

It is available as a VCL component, here:

http://www.han-soft.com/barcode2d.php

like image 186
Andreas Rejbrand Avatar answered Oct 18 '22 21:10

Andreas Rejbrand