I would like to make a sweet iphone app that reads barcodes and generates a scene based on it. Anyone have any resources they can link me to or perhaps describe the process of their barcode implementa
I\'m using a library software called Athena. For some strange reason, it isn\'t printing barcodes anymore. All it\'s doing is printing the actual numbers where the barcode is supposed to be. Anyone ha
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question w开发者_如何学Cill likely sol
instead of type below in action.class.php : $pdf->write1DBarcode(\'CODE 39\', \'C39\', \'\', \'\', \'\', 18, 0.4, \'\', \'N\');
I\'m hoping to connect two USB barcode scanners to a single computer, allowing two people to scan ticket barcodes simultaneously.If both people scan at the same time, however, the input from 开发者_如
I wanted to implement barcode for one of my mobile project requirements. The amount of data that is to be stored is very little (<25 alpha-numeric). I want to know if its wiser to implement a 1d ba
What is the best way to generate barcodes from strings in a rails app? After displaying the codes in a view I also would like to print开发者_JS百科 them to a pdf file.
This is my first question here so let me know if I\'m doing things wrong! I am building an Android application with Eclipse and am reading QR codes with the barcode reader. This is all working just f
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.
I am using GD::Barcode to generate barcodes of course, but did not fi开发者_运维问答nd a way to set the image width.