www.webdeveloper.com
+ Reply to Thread
Results 1 to 8 of 8
  1. #1
    Join Date
    May 2012
    Posts
    1

    code 128 generation in C#

    Hi all, I have a problem to generate barcode by using the code from: http://www.codeproject.com/KB/GDI-plus/GenCode128.aspx The barcode could not encode special characters. What am I doing wrong?

  2. #2
    Join Date
    May 2012
    Posts
    1
    There's nothing wrong in your hand. The generator itself does not encode punctuation symbols. You should try another one.

  3. #3
    Join Date
    May 2012
    Posts
    1
    I am afraid to say what you are using is a poor barcode generation, you may change one with well-tested barcode library.

  4. #4
    Join Date
    May 2012
    Posts
    1
    Hi, though I do not know which barcode control you use to generate the code 128. But you may have a try to enable the tilde function.

  5. #5
    Join Date
    May 2012
    Posts
    7
    It generates alphanumeric codes of variable length, and spaces are included with the character assists in checking the barcode.

  6. #6
    Join Date
    Apr 2013
    Posts
    1

    Re: code 128 generation in c#

    According to ISO/IEC barcode specification, Code 128 only encode ASCII 128 characters. So, you may firstly make sure your encoded barcode data is correct. Besides, some googled C# barcode library can use process tilde character to encode other ASCII character in Code 128 barcode.

  7. #7
    Join Date
    Apr 2013
    Posts
    6
    if there is something wrong with your barcode generator , you can change for another and have a try. i have used this barcode generator for times and i don't know whether it can generate code 128, you can just have a check , good luck!

  8. #8
    Join Date
    May 2013
    Posts
    1
    Quote Originally Posted by susannamoore53 View Post
    According to ISO/IEC barcode specification, Code 128 only encode ASCII 128 characters. So, you may firstly make sure your encoded barcode data is correct. Besides, some googled C# barcode library can use process tilde character to encode other ASCII character in Code 128 barcode.
    I quite agree with you. I used that tool before.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

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
HTML5 Development Center



Recent Articles