0
votes
1answer
11 views
Reading status from Zebra Printer
Hi,
I'm working on a project where we need to use a Zebra Printer for barcode labels.
We're using C#, and we're doing OK on the printing side of things, sending raw ZPL strings to the printer (using …
0
votes
1answer
28 views
Using xvkbd to read a barcode. How to disable Enter key?
Hello,
I am using zbarcam to read barcode from a webcam in my webapps.
But, since zbarcam display a \n at the end, my form is submit.
Here is what I use :
read_one.py
#!/usr/bin/python
from sys …
0
votes
1answer
76 views
Free Barcode 128 library for C#
Could anybody recommend a free barcode 128 library for C#? Would appreciate any help!
0
votes
0answers
39 views
2D barcode scanner for OS X? [closed]
What is the best QR barcode scanner for OS X?
0
votes
2answers
84 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 ZXing C# module, but …
0
votes
0answers
20 views
Barcode with fop0.9
Hi,
i am using the fop-0.95,barcode4j.jar and barcode4j-fop-ext.jar to generate the barcode. My barcode generation xsl code is
<fo:instream-foreign-object> <xsl:variable …
3
votes
3answers
157 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 ZXing ("Zebra …
0
votes
2answers
44 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
74 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
130 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/api/library that can …
0
votes
3answers
61 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.
2
votes
2answers
68 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 tell bash to kill …
1
vote
2answers
180 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 read Sudoku.
But in …
1
vote
3answers
93 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 to use TextInput as …
0
votes
0answers
68 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..
