barcode

Options to print label with barcode?

Hello I bought an entry-level Brother label printer, and I need to print this type of label from Delphi: http://img54.imageshack.us/img54/3557/delphiclothlabel2.jpg (The barcode was simply created using the free 3of9 TTY font, although some VCL components are available to create a barcode directly.) I read that the standard way is to...

Do the Amazon web service APIs support barcode/UPC queries?

I skimmed through their documentation and found it a bit overwhelming at first. I know you can search for items by entering a UPC (the number below a 1D barcode), but I couldn't find a word about it in the API. What I want to do is perform a product lookup by doing a UPC search after scanning a barcode. ...

What type of BarCode is this?

I am starting the process of writing an application, one part of which is to decode bar codes, however I'm off to a bad start. I am no bar code expert and this is not a common bar code type, so I'm in trouble. I cannot figure out what type of bar code this is, which I have to decode. I have looked on Wikipedia and some other sites with ...

Reading Scanner input

I am very new to .NET. Can anybody please help me in writing C# Code to read the input read by barcode scanner...like the Scanner to read Flight tickets. Please provide a Step-by-step process. Thanks, Dileep ...

Recommended barcode type?

Hello, This is a question for people with a good experience with barcodes. The FastReport report generator supports the following barcode standards: Code 2_5 39, 39 Extended 93, 93 Extended Codabar 128A, 128B, 128C EAN128A, 128B, 128C EAN 13 EAN 8 MSI PostNet UPC A, E0, E1, Supp2 Since the solution is meant for small shops, I need ...

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 implemented. Steganography Steganography is basically the art of hiding messages. In modern days we do this digitally by e.g. modifying the...

Encoding a date into an ASCII barcode

I am investigating encoding of date information into a linear barcode that must be as short as possible. One idea we have had is encoding date information rather than using the ASCII characters for the date numerals. The earliest date to be encoded is 01-JAN-2009 Date must be encoded using printable ASCII characters ...

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 code 128 so I have to resort to ITF barcodes. Thanks, Ken ...

Does the Illinois Mega Million lottey ticket have the number encoded on its barcode

I am writing a delphi program that scans an Illinois lottery ticket and puts the numbers in a database to keep track of winning tickets. The barcode for the tickets does not seem to be readable; is there anywhere I can get a driver or component (preferably VCL) that can help me in this matter? ...

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 images, but I need a way to put the image (and human readable caption) into an Avery document template for printing. ...

barcode reading in wpf

I am working on reading the barcode using a scanner and I have the following questions: Is there a way to distinguish between the input from the keyboard and input from the scanner ? This is required for me because the barcode reader will include a preamble, terminator and a prefix to the barcode value. For ex, if the value is 12345 th...

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 or can we do image manipulation? ...

Scanner not recognized by Microsoft POS

I have a barcode scanner from Metro Technologies and I am using Microsoft POS to detect the input from the scanner. It is connected to my system using USB port. But the scanner is not getting identified by the POS. public Form1() { InitializeComponent(); explorer = new PosExplorer(this); explorer.DeviceAddedEvent += new DeviceChangedEve...

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 php script generates a jpeg of the pass with a small barcode print at the bottom. The barcode is generated using: http://www.dafont.com/3of9-barcode.font Q: ...

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.. ...

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 some of the keys may get handled by the control itself and may not bubble up to the TextInput event. I am looking for a way to convert th...

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 an other hand, I found an opensource library to read DataMatrix bar-code. I would like to join an existing OpenSource project about reading...

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 zbarcam after printing on the stdout the first \n ? ...

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. ...

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 recognise barcode numbers from the input image. It will be used on mobile phones(iphone, windows mobile, android etc.) so it should be goo...