2
votes
3answers
101 views
ZXing (”Zebra Crossing”) in C#
I'm looking for a good open-source library that can find and read a barcode from an image (versus using a barcode scanner). From other questions on Stack Overflow, I've found that …
0
votes
2answers
32 views
How To Use ZXing C# Port
NOTE: My original question was about whether the ZXing C# port is reliable, but here, I'm trying to figure out how to use it. Thus, they are not duplicates.
I'm trying to use the …
0
votes
2answers
16 views
Showing a Barcode on a SSRS report without SSRS addins
I recently had the task of adding a barcode onto a SSRS report without being able to add anything to the report server other than the report itself.
1
vote
3answers
56 views
Accuracy of barcode vs qrcode?
I want to develop a supermarket application for checking and billing.
Should I use barcodes or qrcodes? Which will give better accuracy?
3
votes
1answer
77 views
image to barcode recognition
Hello,
I know this has been discussed a few times on stackoverflow but I wasn't able to find a sufficient answer. For a project, I am seeking the best possible piece of software/ap …
1
vote
2answers
120 views
How to read a EAN-13 bar-code from an image in C ?
I would like to read a EAN-13 bar-code from an image in C.
I found the OpenCV library that should help me to compute the image as well as an article about an iPhone App that can re …
2
votes
2answers
50 views
How to ask bash to wait for a result and send a SIGKILL when it get it ?
I want to use zbarcam but after reading a barcode, it doesn't stop.
$ zbarcam | xvkbd -file - -window emacs
EAN-13:6941428130969
CODE-128:3096140900557
Do you know how I can tel …
0
votes
2answers
49 views
Hello im very new to Wpf and also to progamming. I need to do project on barcode generation.
I found lot of Barcode generation codeprojects in C#. But could not find 1 in VB.Net. Please help me on this.
0
votes
5answers
220 views
Java print barcode labels
Cans someone point in the write direction for printing barcode labels using Java? I can use the barbecue library (http://barbecue.sourceforge.net/) to generate them bar codes as im …
1
vote
3answers
62 views
Convert received keys in PreviewKeyDown to a string
I am using PreviewKeyDown event on a window to receive all the keys from a barcode scanner. The KeyEventArgs is an enumeration and does not given me the actual string. I dont want …
0
votes
3answers
157 views
how do I print an itf barcode in c#
I need to print and interleaved 2 of 5 barcode (18 digits no checksum) using GDI+. I have done this for code 128 barcode using some code found on web. The barcode scanner unfortun …
3
votes
3answers
349 views
Barcode reading using picture taken using mobile phone camera
How do we do programmatic reading of a barcode that is captured using a mobile phone camera? For example, how do that using iPhone or Android or Java ME? Do we need separate hardwa …
1
vote
2answers
51 views
Online passes with Barcode
I have to set up a system for an online-pass generator using barcodes.
The module i developed lets the admins set which codes are available, and when a user requests a pass, the …
0
votes
0answers
60 views
Print Barcode label in Alternative side in C# winforms
i print the barcode.but it doesnot print the alternative label..
if any idea
Thanks Advance..
3
votes
6answers
665 views
barcode framework for the iphone?
Is there already a barcode framework for the iphone?
