Hi.
Any ideas for barcode generation into a textbox in c++ under Qt4?
The idea is to have it in some kind of text format to save it and be able to read it later on.
What about generating the image for printing?
Thanks in advance.
...
During a migration of reports which contain EAN128 / Code128 barcodes to Fast Report I found that Fast Report does not use the correct symbology. The lines of a Code128 barcode are very wide so that they are perfect for long distance scanning in a warehouse. I reported it, but only received a recommendation for a third-party barcode libr...
Hi
I want to read barcode from barcode device using Java. Please guide me.
...
Do you know any good library for Java ME?
Application from http://www.i-nigma.com/ works very well, but there is not too much information on this website.
Of course I found http://qrcode.sourceforge.jp/ but compared to above its really mediocre.
I need this library to read 2D-code and then decrypt cipher. Library can be commercial.
...
I need to know if the Zxing RIM build works on the latest Blackberries to scan 1d bar codes.
Thanks for the help!
...
Hi,
I created a report in Report Viewer using the source 3 of 9 barcode, (for
bar code), put the font in the Fonts folder in Windows. But the
export to PDF the font does not appear, but now when I export to excel is
perfect.
Does anyone have any idea what can be?
I'm using VS2008 - MVC - LINQ and C # language.
Thank you,
...
I'm looking for a Python library for barcode generation. I found out that Ruby has Barby. Is there something similar for Python.
I don't need anything specific - just for toying - no specific barcode type support is a must.
...
One my web application uses barcodes.... When i add a new item i am generating a barcode value which is converted to a barcode image... My question
What would you suggest storing barcode values or barcode images in sql server 2005?
Which one would you suggest?
EDIT:
What Type of barcode you would suggest using with an asp.net appli...
hi
Is it possible to read a value from a barcode reader using asp.net?
any sample codes?
...
I have two barcodes that I am working with. They are clearly different, but both scan as code 128. One is weird and one is normal. I have tried to reprint the data for the barcode in every way I can think of to I can see what subset (A, B or C) is being used.
For the normal one I know it is A for the first 10 chars then it changes th...
Hi I am developing an application for the android htc hero. I am looking into ways of using the inbuilt camer to read 2D barcodes and extract the string returned from the barcode. I have only recently begun working with the android sdk but I do have a programming background from working on projects with java. I am curious to know what th...
Hi All,
I am generating the barcode generation of barcode is working fine barcode also read it perfectly.followin is the code for barcode generation:
private void GenerateBarCode(string codeInfo)
{
//Settings for the Image
string TypeFaceName = "IDAutomationHC39M";
string imageLocation = Server.MapPath("2010.png");
//Th...
We are using the html2ps Perl script to convert HTML to PostScript.
I know it's not the best solution but this is what the developers here did (it was before my time).
Now we need to implement support for barcode fonts that is showing each HTML and needs to be shown in each converted PostScript file. How do you do this?
...
Anyone know's any good documentation (theorical) about QRCodes?
...
Anyone who knows a good way to generate/create a barcode from a String in Android?
...
Hi,
I am using ASP.NET and I want to create a barcode in a pdf document by means of a third party component. Then I want to send this pdf document as an attachment.
Do you have any ideas how can I do this?
Thanks
...
Hi, couldn't find it exactly from earlier questions, but I am probably repeating an earlier question, so apologies upfront ;-)
I am looking for a simple code to embed a QR 2D code generator on a website I am building. I assume their should be some free open source code for that but I could only find paid software.
Can anyone point me i...
This question is not about 'best' barcode library recommendation, we use various products on different platforms, and need a simple way to verify if a given barcode is correct (according to its specification).
We have found cases where a barcode is rendered differently by different barcode libraries and free online barcode generators in...
Okay, so I'm going to take the off chance that someone here has used zxing before. I'm developing a Java application, and one of the things it needs to do is encode a byte array of data into a QR Code and then decode it at a later time.
Here's an example of what my encoder looks like:
byte[] b = {0x48, 0x45, 0x4C, 0x4C, 0x4F};
//conv...
How can I create pdf documents with 2D barcodes (for example QR code http://en.wikipedia.org/wiki/QR_Code) from .NET application?
I will (probably) use iTextSharp for creating the documents. Which component should I use for drawing 2D barcodes?
...