3
votes
4answers
475 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 hardware to read bar code …
3
votes
7answers
848 views
barcode framework for the iphone?
Is there already a barcode framework for the iphone?
0
votes
1answer
14 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
29 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
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.
4
votes
3answers
174 views
Combining semacodes and steganography?
This is an idea I have been thinking about, but I do not quite know how to solve it. I would like to know if any solutions like this exists out there, or if you guys have any idea how this could be …
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.
0
votes
3answers
193 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 unfortunatley does not read …
0
votes
2answers
239 views
Calculate the image size required to hold a Graphics object
I am writing a barcode application for work, where I create a graphics object and draw the various bars for a code 39 barcode. I create the graphics object with the following code:
int …
3
votes
3answers
162 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
85 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 …
4
votes
10answers
2k views
How to generate Code39 barcodes in vb.net
I want to create Code39 encoded barcodes from my application.
I know I can use a font for this, but I'd prefer not to as I'd have to register the font on the server and I've had some pretty bad …
0
votes
0answers
21 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 …
