View Full Version : how I can create barcode
Berg Bush
05-21-2012, 04:21 AM
How to print barcode in .net class?
I am using NET framework 2.0.
Planned to print some barcodes for my books, it should contain details of the name or data of the book.
Hope it is easy to make it work.
Gilbert william
05-21-2012, 07:28 AM
Actually, you can not encode so many information into a barcode, unless you use a 2D barcodes. Barcode only contains a string of numbers, it can be connected to a database which may store the detailed information of stuff.
Louis smith
05-21-2012, 09:41 AM
If the barcode is for books, you might consider ISBN barcode or ISSN barcode. They are usually used to label publication.
ApacheTech
05-21-2012, 10:03 AM
I believe this API has everything you're looking for.
http://www.barcodelib.com
If you use .NET 4.0, there is some built in functional stuff for barcodes and the ISBN API within it's repository, there's also some pretty nifty SDK's for .NET 4.0 that might interest you.
ApacheTech
05-21-2012, 10:09 AM
There's also a Google Books Search API: https://developers.google.com/books/docs/getting-started#books_api_v1
Also, if you install Phalanger on your Viisual Studio 2010 machine, you can use the PHP based Zend Framework right alongside your .NET code.
http://zendframework.com/manual/en/zend.service.amazon.html
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.