Questions tagged [barcode]

This tag should be used for questions on how to generate, decode, or use barcodes in programs.

A barcode is an optical machine-readable representation of data, which shows data about the object to which it attaches.Originally, barcodes represented data by varying the widths and spacings of parallel lines, and may be referred to as linear or 1 dimensional (1D). Later they evolved into rectangles, dots, hexagons and other geometric patterns in 2 dimensions (2D). Although 2D systems use a variety of symbols, they are generally referred to as barcodes as well. Barcodes originally were scanned by special optical scanners called barcode readers, scanners and interpretive software are available on devices including desktop printers and smartphones.

(source http://en.wikipedia.org/wiki/Barcode)

enter image description here

3063 questions
1
vote
1 answer

Zend Framework Render Barcodes Into Multiple PDF Pages with other content

I am trying to create pages of incrementing labels that include barcodes. I can get a barcode into a PDF, and I can get it superimposed on other content in the PDF (see below). But I can't figure out how to assign a barcode to a certain page of a…
Tom Haws
  • 1,322
  • 1
  • 11
  • 23
1
vote
2 answers

how can a customize asp.net software use the Datamax Oniel barcode printer to print its content?

I have created a windows application in ASP.NET using C#. The application generates barcode in a gridview and i want to print that gridview with Datamax Oniel barcode printer. The problem is the datamax Oniel barcode printer cannot be used to print…
1
vote
1 answer

Manipulating a Tabbed WebView in Xcode from another tab

Okay, I got through the initial bumps of setting everything up correctly, and I have a great tabbed application that does almost everything I need: I have two tabs, a Scan and a Tickets tab. The Tickets tab presents a web view that allows users to…
Red Fish
  • 13
  • 4
1
vote
3 answers

Get user permissions and post to wall from Desktop app?

I'm trying to ideate a facebook application where user would: 1- login to FB through the browser 2- accept the app's permissions (offline_access*, publish_stream, etc) Then we'll generate a barcode/rfid card where the main code will be his/her…
Enrique
  • 1,015
  • 4
  • 27
  • 54
1
vote
1 answer

zxing scan from website returns to new window

This is most likely a browser issue, but I have a mobile website that I launch the zxing app from, passing in a callback URL. Everything scans fine and returns the scanned data as I expect. However, instead of the URL returning to the "same"…
Mike
  • 217
  • 4
  • 16
1
vote
2 answers

Reading Scanner input

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.
None
1
vote
1 answer

Invoke Barcode Scanner from Browser on Android Device

So I've found a lot of examples of how to do this using http://zxing.appspot.com/scan, but it only seems to work on a select few devices. I've gotten it to work on the HTC Evo View. But on both the Samsung Galaxy Tab and ZTE Optik it just takes me…
jmease
  • 2,507
  • 5
  • 49
  • 89
1
vote
1 answer

Which barcode encoding will be best for a very area?

I have to display barcodes on a mobile screen which can only be within 72x28 pixels (in an area of around 1.5cmx0.5cm). I then have to scan those barcodes using a smartphone. I don't have to encode a lot of information - only enough that can be…
abhishek
  • 817
  • 6
  • 19
  • 33
1
vote
3 answers

Fax barcode recognition software to integrate in a c# application

My application is preparing a cover-sheet for submitting documents by fax. I identify the batch by printing a Code39 on it. The incoming faxes are received as tif files and my small c# service is polling for new faxes and calling a decoding…
Oli
  • 1,762
  • 3
  • 19
  • 22
1
vote
1 answer

How to create an EAN13 barcode generator, that gets the EAN as input?

I have to use the ZXing library, or any other lib that is apache2 (open source). I created the core.jar lib. But i don't want to copy all the sources from the original ZXing project into my project. What should i use from the original ZXing into my…
rosu alin
  • 5,674
  • 11
  • 69
  • 150
1
vote
2 answers

Installing and using OnBarcode Library

I have resently bought the OnBarcode Library for android, when I got the email saying what I needed to download I got a .jar file, I added that file into a lib folder that I made within my app. Then I went to the properties of my project where I…
Michael Zeuner
  • 1,736
  • 3
  • 15
  • 23
1
vote
1 answer

Logic of Java barcode reader for libraryMS

I have to do a library Magement System in Java Swing. I had done it well with all your supports. Thank you all. Now this s/w needs to identify book and students by barcode (1d). I couldn't get a perfect logic from any where. I have read in SO and…
Abel Jojo
  • 758
  • 3
  • 14
  • 30
1
vote
1 answer

proper use of length in JS

I am attempting to print out lables (bar codes) from a table using JS (the table is using JQ Tablesorter) and the barcode jquery. My issue is that I need to iterate through all of the isbn's and it is showing one number per line. Here is the code…
Jim
  • 1,315
  • 4
  • 17
  • 45
1
vote
2 answers

Launch IOS Bar Code Scanner From Web Link

I am adding Code 39 bar code scanning functionality to a C# asp.net web app. This function must work with iphone, ipad, android phone, and android tablet. I need the scanned bar code value to be passed back to my web app. So far I have been able…
James Sumner
  • 138
  • 3
  • 15
1
vote
1 answer

PDF417 barcode encoding variation

I am trying to generate PDF417 barcode images, but I am noticing that the online generators give different results. For example, entering the same data and using "text" encoding with the same row/column sizes will give two different barcodes with…
QQ_QQ
  • 123
  • 1
  • 7
1 2 3
99
100