Results 1 to 4 of 4
Thread: Barcode Reader
- 12-30-2010, 09:40 PM #1
Member
- Join Date
- Dec 2010
- Posts
- 2
- Rep Power
- 0
Barcode Reader
This is my first post but I've really come to a loss on this library not being available to Java. I'm looking for an open source Java library that will allow me to read DataMatrix barcodes. I've used libraries for this in countless other languages with no problems finding one to use but I cannot seem to find a single one that doesn't want to charge $2000 for a single developer license (Aspose, etc...). Am I just blind in my searching or does this library really not exist?
- 12-31-2010, 01:15 AM #2
- Join Date
- Dec 2010
- Location
- Stockholm, Sweden
- Posts
- 222
- Blog Entries
- 9
- Rep Power
- 11
Have you tried looking for a C/C++ library?
If you find one you can use JNI to use it in Java.Ex animo! Hibernate
Java, Arch Linux, C, GPL v3, Bash, Eclipse, Linux VT, GNOME 2 and many buttons on windows.
- 12-31-2010, 12:25 PM #3
Member
- Join Date
- Nov 2010
- Location
- New Delhi
- Posts
- 50
- Rep Power
- 0
i think this link can help u. and its free. good luck!!!
http://code.google.com/p/zxing/Last edited by baloda; 12-31-2010 at 12:46 PM.
- 01-03-2011, 06:10 PM #4
Member
- Join Date
- Dec 2010
- Posts
- 2
- Rep Power
- 0
Thank you for your replies. I have looked into zxing already as that was my original choice of reader since I use it's other libraries to generate barcodes however it seems unable to pick up the barcodes from any of the images I'm passing in, 100% of the time I receive "No barcode found" regardless of the size of barcode on the image.
The JNI might be an option as I currently already use a C++ library called libdmtx to pull DataMatrix barcodes from PDF's. libdmtx Home. I did do a little basic research on how to use JNI but it doesn't seem like something that's very friendly right out of the box and I'm curious if you could elaborate a little more on how you would go about it with something like that as I've never used JNI before, this is the first time I've found something that I couldn't use natively in Java.
Similar Threads
-
Generate ItalianPost25, RM4SCC & IATA 2 of 5 Barcode Symbologies
By sherazam in forum Java SoftwareReplies: 0Last Post: 10-08-2010, 03:09 PM -
Aztec 2D Barcode Recognition Support is Added in Aspose.BarCode
By sherazam in forum Java SoftwareReplies: 0Last Post: 09-16-2010, 12:54 PM -
How to create a barcode
By naveen.dpt2007 in forum New To JavaReplies: 2Last Post: 02-04-2010, 03:05 PM -
PdfBox and barcode fonts
By alexre2005 in forum New To JavaReplies: 5Last Post: 12-03-2009, 03:59 PM -
how do i get input from barcode reader?
By anthrax in forum Enterprise JavaBeans (EJB)Replies: 2Last Post: 04-09-2009, 04:48 PM
Bookmarks