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? ...
I want to develop a supermarket application for checking and billing. Should I use barcodes or qrcodes? Which will give better accuracy? ...
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. ...
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 Crossing") is quite good. Though it is made for Java, there is a C# port - however, I believe that it might not be complete. Do you think it is r...
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 name="BARCODE"> <xsl:value-of select="BARCODE"/></xsl:variable> <xsl:variable name="BARCODE-CFG"> <barcode> <code128> ...
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 I'm having trouble. Does anyone who has used ZXing before know how to do it correctly? Unfortunately, the C# documentation is quite small....
How can I create a barcode image in Java? I need something that will allow me to enter a number and produce the corresponding barcode image. Is there a free library available for this type of task? ...
Could anybody recommend a free barcode 128 library for C#? Would appreciate any help! ...
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 import argv import zbar import webbrowser # create a Processor proc = zbar.Processor() # configure the Processor proc.parse_config('enable'...
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 winspool.drv). However, we also need to read from the printer, and no luck there. We need to get the status from the printer, which is t...
Hello, I need to show barcode string(example :1001847983) into barcode image in A UIView.Does the iPhone SDK supports barcode fonts ? I don't need reading the barcode, I just want to show the string in barcode lines. Thanks In advance Raghu ...
Hello, I have an application that prints eTickets. Originally I used the cool 2-D bar code because it allowed me to use the GUID as the code. However scanners that can scan 2-D bar codes are way too expensive. So now I just use any of the codes that the Telerik Reporting too offers, like code39 http://demos.telerik.com/reporting/barcodes...
I have an extremely simple application running off a series of deprecated scanners that picks up a barcode scan off a serial port and sends back to the scanner an ok that it received the scan. Based on that, the scanner flashes green and the user knows they can continue. I like this model over my understanding of a keyboard wedge beca...
I am new in the Image processing, and I want to identify the QRCode in the image. Actually there are three finder patterns, and at first I need to find them. So I tried some methods, first is related with binarization, but when image has shadows and strong difference in illumination, then it is difficult to make a good binary image. Ac...
Hai guys, Is it possible to generate barcode from a string using c#? Is there any builtin classes for generating barcodes in asp.net? Is it possible to detect a barcode printer connected with a system? ...
Hai guys, What datatype you would suggest for storing barcode values in sql server 2005? ...
Is there a decent free API/component for printing barcodes in C#? ...
I've been searching on how to add a barcode scanner to my app. Does anybody know of any examples or know how to do this easily? Any help is greatly appreciated. ...
I have a web page with one input text for the barcode content and a select for the barcode type. So using the database, it is possible to generate the barcode in the good format. A normal final user don't know which barcode as which type, but the barcode reader knows and can send this type as a keyboard input. The problem is that I do...
Hi I require a class which will generate barcode image files, preferably compatible with the most common standards. I'm looking for recommendations / suggestions based on personal experiences with such things. Many Thanks ...
Hi. I was wondering how could I integrate a USB barcode scanner into a Qt application, as well as a barcode printer. I looked for tutorials but didn't find anything interesting out there. Any ideas? Thanks in advance. ...