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

- 50,943
- 13
- 104
- 142

- 12,187
- 25
- 96
- 148
-
4You 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
-
1Nowadays, 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 Answers
As nithin mention Barcode scanner libraries, one more I would like to add ZBar Barcode Library.
This also contains support for various platform. And it is Open Source.

- 9,768
- 11
- 71
- 127
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.)

- 217
- 3
- 1
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.

- 37
- 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.

- 19,381
- 28
- 133
- 216
-
-
6I'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