Results 1 to 5 of 5

Thread: how I can create barcode

  1. #1
    Join Date
    May 2012
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default how I can create barcode

    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.

  2. #2
    Join Date
    May 2012
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    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.

  3. #3
    Join Date
    May 2012
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    If the barcode is for books, you might consider ISBN barcode or ISSN barcode. They are usually used to label publication.

  4. #4
    Join Date
    Apr 2012
    Location
    Chester, Cheshire
    Posts
    329
    Thanks
    7
    Thanked 35 Times in 35 Posts

    Default

    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.

  5. #5
    Join Date
    Apr 2012
    Location
    Chester, Cheshire
    Posts
    329
    Thanks
    7
    Thanked 35 Times in 35 Posts

    Default

    There's also a Google Books Search API: https://developers.google.com/books/...d#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/z...ce.amazon.html

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •