Delphi QR Code component / generator? [closed]

2020-02-08 05:48发布

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!

4条回答
兄弟一词,经得起流年.
2楼-- · 2020-02-08 06:17

Just discovered (months late, however) ZINT. A Pascal wrapper for this exists here. This is free, open source.

查看更多
在下西门庆
3楼-- · 2020-02-08 06:25

Another one is at http://www.java4less.com/barcodedelphi/barcodesdelphi.php

I just bought it this week, and took about 1 hour to incorporate QR code generation into my app (and it's pure Delphi code: no DLL).

查看更多
来,给爷笑一个
4楼-- · 2020-02-08 06:31

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

查看更多
不美不萌又怎样
5楼-- · 2020-02-08 06:33

The company I work for has released an open source (Apache License v2) Delphi QR barcode generator called DelphiZXingQRCode. It's a Delphi port of the QR code functionality from the ZXing barcode image processing library.

查看更多
登录 后发表回答