• 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:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

Java API to Read and Create Barcodes

 
Ranch Hand
Posts: 132
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am looking for some free libraries that will allow me to create and read barcodes.

I know iText can be used to create barcodes but it doesn't look like that it allows reading of barcodes as well. Is this correct? I’m not able to find examples of how to read a barcode image using iText.

Are there any other Java libraries/apis which would allow me to Create as well as Read Barcodes?
 
Rancher
Posts: 4801
50
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
ZXing will read 1 and 2D barcodes.
Not used it (only used a barcode scanner on the serial port myself), but it appears to be the goto library at the moment.
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You're correct that iText doesn't read barcodes. I noticed that the word "barcode" in your post is linked to a library that claims to be able to do both.
 
reply
    Bookmark Topic Watch Topic
  • New Topic