Questions tagged [barcode-printing]

The generation of barcode symbols (1d & 2D) on printed media.

This tag deals with the generation of barcodes on print media. The proper output of a barcode determines its legibility for scanning devices. Many factors influence a barcode's readability including: reflectance, contrast, maintenance of quiet zone, adherence to specifications, printing technology, print media, physical defects. Barcode verification equipment exists to grade barcodes according to the international barcode quality specification ISO/IEC 15416 (1D) and ISO/IEC 15415 (2D). Suppliers of barcode labels and suppliers of products that must meet customer labeling specifications are often contractually obligated to submit samples for verification.

http://en.wikipedia.org/w/index.php?title=Barcode&section=11#Quality_control_and_verification

245 questions
-2
votes
1 answer

Want to print barcode using java ee application and ireport and barcode4j.jar

I have a java EE web application from where I can generate barcode using barcode4j.jar and I copied generated ByteArrayOutputStream to a mapped variable which I am using same in iReport (java.io.InputStream) with image component. But not printing…
-2
votes
1 answer

Generate barcode from arabic characters using C#

I need to generate a barcode at sometime using my web application, and i need to store Arabic text in it. Then i want any person to be able to read the barcode and show the data in a notepad without the need of using a third tool to decrypt the…
Amer
  • 67
  • 1
  • 12
-2
votes
2 answers

How to generate a barcode in view

Barcode being a string passed from the controller and displayed on the view: @shelfEdge.Barcode How do I get this to display in barcode format, just a matter of downloading a barcode font and adding it to the class? any ideas welcome UPDATE Ive…
John
  • 3,965
  • 21
  • 77
  • 163
-2
votes
1 answer

generating a bar code using vb.net

Hi friends developers, I'm stuck in these problem since many days, there is any developer here, who knew how to generates a bar code with vb.net, and if possible generat it as image. Thanks
-3
votes
1 answer

How to scan, generate and print bar-code using C#.Net

I want to create a C#.Net application, that does bar-code scanning, generating and printing. How can I do that ?
1 2 3
16
17