Forums: English (Thread #25607)

QR Code Generator Example (2010-03-03 18:08 by QR Code Generator Example #49138)

I have downloaded the qrcode.zip (version 0.9) . i am able to decode the image file .


can u let me know where can i find a example or api in java for generating qrcode as a image file .

Reply to #49138×

You can not use Wiki syntax
You are not logged in. To discriminate your posts from the rest, you need to pick a nickname. (The uniqueness of nickname is not reserved. It is possible that someone else could use the exactly same nickname. If you want assurance of your identity, you are recommended to login before posting.) Login

RE: QR Code Generator Example (2010-08-04 16:04 by hogar123 #52305)

Hi, you may use itext:


// Adding a matrix code
text = System.currentTimeMillis() + " - BarcodeQRCode QWERTY Zoran Djuric 98765-43210";
BarcodeQRCode qr = new BarcodeQRCode(text, 200, 100, null);
qr.createAwtImage(Color.white, Color.black);
img2 = qr.getImage();
document.add(new Paragraph(text));
document.add(img2);
Reply to #49138

Reply to #52305×

You can not use Wiki syntax
You are not logged in. To discriminate your posts from the rest, you need to pick a nickname. (The uniqueness of nickname is not reserved. It is possible that someone else could use the exactly same nickname. If you want assurance of your identity, you are recommended to login before posting.) Login

RE: QR Code Generator Example (2011-02-14 14:16 by wew #55766)

how about an example or api for c++(mfc)?
Reply to #49138

Reply to #55766×

You can not use Wiki syntax
You are not logged in. To discriminate your posts from the rest, you need to pick a nickname. (The uniqueness of nickname is not reserved. It is possible that someone else could use the exactly same nickname. If you want assurance of your identity, you are recommended to login before posting.) Login

RE: QR Code Generator Example (2014-06-06 11:54 by imageat #73313)

here is an example for qr code library
http://www.keepdynamic.com/java-barcode/barcode/qr-code.shtml
Reply to #55766

Reply to #73313×

You can not use Wiki syntax
You are not logged in. To discriminate your posts from the rest, you need to pick a nickname. (The uniqueness of nickname is not reserved. It is possible that someone else could use the exactly same nickname. If you want assurance of your identity, you are recommended to login before posting.) Login

RE: QR Code Generator Example (2011-02-14 14:26 by rick_0121 #55767)

do you have sample for c++?
please post a ling or sample if you have..i need it..
thanks
Reply to #49138

Reply to #55767×

You can not use Wiki syntax
You are not logged in. To discriminate your posts from the rest, you need to pick a nickname. (The uniqueness of nickname is not reserved. It is possible that someone else could use the exactly same nickname. If you want assurance of your identity, you are recommended to login before posting.) Login

Re: QR Code Generator Example (2014-06-04 19:07 by Wright #73295)

Reply to #73295×

You can not use Wiki syntax
You are not logged in. To discriminate your posts from the rest, you need to pick a nickname. (The uniqueness of nickname is not reserved. It is possible that someone else could use the exactly same nickname. If you want assurance of your identity, you are recommended to login before posting.) Login

Re: QR Code Generator Example (2014-06-13 12:02 by Wisky #73428)

[Reply To Message #73295]
> qr code generate java example
> http://www.keepdynamic.com/java-barcode/barcode/qr-code.shtml

I also find this tutorial for java qr code generation which sounds helpful:

http://www.businessrefinery.com/products/barcode/barcodes/java-qr-code.html
Reply to #73295

Reply to #73428×

You can not use Wiki syntax
You are not logged in. To discriminate your posts from the rest, you need to pick a nickname. (The uniqueness of nickname is not reserved. It is possible that someone else could use the exactly same nickname. If you want assurance of your identity, you are recommended to login before posting.) Login

Re: QR Code Generator Example (2014-06-30 12:46 by babard #73678)


Hi,
As for me, I am testing the related java barcode generator ( http://www.keepautomation.com/products/java_barcode/ ) these days. Do you have any ideas about it? Or any good suggestion? I am totally a green hand on barcode generating field. Any suggestion will be appreciated. Thanks in advance.


Best regards,
Arron
Reply to #49138

Reply to #73678×

You can not use Wiki syntax
You are not logged in. To discriminate your posts from the rest, you need to pick a nickname. (The uniqueness of nickname is not reserved. It is possible that someone else could use the exactly same nickname. If you want assurance of your identity, you are recommended to login before posting.) Login

Re: QR Code Generator Example (2014-06-30 12:46 by babard #73679)


Hi,
As for me, I am testing the related java barcode generator ( http://www.keepautomation.com/products/java_barcode/ ) these days. Do you have any ideas about it? Or any good suggestion? I am totally a green hand on barcode generating field. Any suggestion will be appreciated. Thanks in advance.


Best regards,
Arron
Reply to #49138

Reply to #73679×

You can not use Wiki syntax
You are not logged in. To discriminate your posts from the rest, you need to pick a nickname. (The uniqueness of nickname is not reserved. It is possible that someone else could use the exactly same nickname. If you want assurance of your identity, you are recommended to login before posting.) Login

Re: QR Code Generator Example (2015-06-11 17:45 by denbrown #76308)

[Reply To Message #49138]
> I have downloaded the qrcode.zip (version 0.9) . i am able to decode the image file .
>
>
> can u let me know where can i find a example or api in java for generating qrcode as a image file .
>

I use .net qr code generator:
http://www.businessrefinery.com/products/barcode_net/barcodes/net-qr-code.html
Reply to #49138

Reply to #76308×

You can not use Wiki syntax
You are not logged in. To discriminate your posts from the rest, you need to pick a nickname. (The uniqueness of nickname is not reserved. It is possible that someone else could use the exactly same nickname. If you want assurance of your identity, you are recommended to login before posting.) Login