This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes Other JSE/JEE APIs and the fly likes QR code in pdf Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Other JSE/JEE APIs
Reply Bookmark "QR code in pdf" Watch "QR code in pdf" New topic
Author

QR code in pdf

Ashu Sindhu
Greenhorn

Joined: Nov 04, 2005
Posts: 5
I am using IText to generate pdf. For my japanese client, I need to put QR code on the PDF.

Does anyone have worked on QR code. Can they suggest any java library which I can use to creat QR code.

I am using Servlet.

Thanks in anticipation,
Ashu Sindhu
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35446
    
    9
What is a "QR code"? Is it a specific Japanese encoding?


Android appsImageJ pluginsJava web charts
Paul Clapham
Bartender

Joined: Oct 14, 2005
Posts: 16487
    
    2

"QR code" is some kind of barcode. Here's a link to an article that says one of iText's rivals supports it:

http://www.planetpdf.com/developer/article.asp?ContentID=7138&mp
Ashu Sindhu
Greenhorn

Joined: Nov 04, 2005
Posts: 5
QR code can be said an extension for barcode. While the barcode use much more space for less number of character and does not support UTF chars like kanji or kana, the QR code support kanji,kana and takes much less space.

For more details go to :-

http://www.denso-wave.com/qrcode/aboutqr-e.html

My application is already using IText. And we can not change Itext library now. I was wondering if there is any java library which will give me QR code as an image which I can put on PDF using Itext.

Another thing I want to ask is if that image is sufficient for reading it using QR hardware ?

Thanks,
Ashu Sindhu
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: QR code in pdf
 
Similar Threads
Storing variables in an array
Using fair or unfair ReentrantReadWriteLock aquisition order ?
How to stop Flash Screen?
QR codes to send data to an app
String.split("").......Confusion.