开发者

java barcode reader [closed]

开发者 https://www.devze.com 2023-01-14 13:39 出处:网络
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 10 years ago. 开发者_如何学Go

anyone have any idea about how to create java program that can read barcode


ZXing provides Java source code that reads most any common format (UPC, EAN, QR codes, etc.). It provides source to a complete Android and J2ME app, and source for a basic Java-based app.


You have to understand how barcode readers work, then you need to sort all the information you have gathered and create neat UML diagrams so that you could organize everything you'll need.

But I think this will need more than Java to work, it needs some computer engineering skills as well.


Look at the open source Java libraries to generate barcodes such as Barbecue and Barcode4J

http://barcode4j.sourceforge.net supports most formats like Code 39, UPC-A, UPC-E, EAN-13 etc


Have a look at JavaBar Barcode Decoding/Rendering Library. It's written in 100% Java, and released under a BSD license.

0

精彩评论

暂无评论...
验证码 换一张
取 消