53

I am looking for some best barcode libraries on all platforms. I know zxing but wondering more libraries besides it. Any help is appreciated~

Charles
  • 50,943
  • 13
  • 104
  • 142
Mickey Shine
  • 12,187
  • 25
  • 96
  • 148
  • 4
    You have tagged this question with Android, iOS, Symbian. You want one for each or you want just one for all ? – 0x8badf00d Nov 14 '11 at 03:34
  • 1
    Nowadays, this question would be very much on-topic on [Software recommendations](https://softwarerecs.stackexchange.com/) - ***if*** it were to be reworded to give a list of requirements & features, rather than best/better than. – Mawg says reinstate Monica Nov 13 '19 at 06:31

5 Answers5

21

Jeff Lamarche's Cocoa Barcodes project for iPhone and iPad

Zxing's barcode image process library

Android barcode library

ISBN & QR Barcode Scanning Mobile App for Libraries

nithin
  • 2,457
  • 1
  • 30
  • 50
9

As nithin mention Barcode scanner libraries, one more I would like to add ZBar Barcode Library.

http://zbar.sourceforge.net/

This also contains support for various platform. And it is Open Source.

DShah
  • 9,768
  • 11
  • 71
  • 127
2

Scandit has a Barcode Scanner SDK that is available for Android, iOS and Phonegap. There is a free community edition that scans UPC/EAN and QR codes. The SDK also works with fixed-focus cameras (such as on the iPad 2).

(Disclaimer: I'm a developer at Scandit.)

chris
  • 217
  • 3
  • 1
2

Best PDF417 decoding library we've worked with by far was Manatee Works's library, already ported to most available mobile development platforms and cross-platform frameworks.

Vangel
  • 37
  • 1
1

For iPhone and Android both you can look into the below link:

This same works for both iPhone and Android.

http://shopsavvy.mobi/developers/

Hope this helps you.

Parth Bhatt
  • 19,381
  • 28
  • 133
  • 216
  • @SeanOwen: Whats the problem you are facing with Zxing? – Parth Bhatt Nov 14 '11 at 10:42
  • 6
    I'm not facing any problem (I'm the developer in fact) -- just noting that the OP seemed to want to try an alternative, and this library is mostly zxing inside too. – Sean Owen Nov 14 '11 at 10:59