How to create qr code on pdf report

Ho do I create a QRCode on the pdf report? Thanks…

If you cant find another solution you can always use tcpdf (see http://www.tcpdf.org/examples.php) there you are always completely free on making your own pdf.

Problem sovled?

Have you found the suitable barcode solution? I wanna to create barcode on PDF report as well.
And I’ve see the tcpdf.org resource. On that page, only mentioned support 1D barcodes. I just wonder whether it supports QR Code 2d barcode as well?

[QUOTE=susannamoore;22854]Have you found the suitable barcode solution? I wanna to create barcode on PDF report as well.
And I’ve see the tcpdf.org resource. On that page, only mentioned support 1D barcodes. I just wonder whether it supports QR Code 2d barcode as well?[/QUOTE]

there are many resources like this you may try

I know you need a qr code generator for creating qr code in pdf report, but I just heard generate qr code in ireport or generate qr code in pdf, I don’t know which one is suit for your work, but I think you can search Zxing bar code on google.
Good luck

At least you can find the code at: http://phpqrcode.sourceforge.net/ or http://www.shayanderson.com/php/php-qr-code-generator-class.htm or one of the many other places…
tcpdf itself supports qt code according to http://www.tcpdf.org/examples.php (example is there on the page).