• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

QR code in pdf

 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What is a "QR code"? Is it a specific Japanese encoding?
 
Marshal
Posts: 28293
95
Eclipse IDE Firefox Browser MySQL Database
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
"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
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
Being a smart alec beats the alternative. This tiny ad knows what I'm talking about:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic