How to develop a program to generate Code 128 for encoding an item?

by beck
9 replies
How to develop a program to generate Code 128 for encoding an item? I have made a table to print a report which includes the item code, but I wanna the item code like the Code 128 type which can be in a fixed size even encoding much data. Is there any one can help me out, please?
#128 #code #develop #encoding #generate #item #program
  • Profile picture of the author mauii
    The PEAR PHP library has a class for generating Code 128 bar codes.
    Docs for page code128.php

    There is also a .NET library for it:
    .NET Code-128 Generator for .NET, ASP.NET, C#, VB.NET
    {{ DiscussionBoard.errors[6237709].message }}
    • Profile picture of the author mariashern1
      1.enerate Code 128 in ASP.NET web applications
      2.Printing Code 128 in .NET Windows Forms applications
      3.Create & Print Code 128 in Reporting Service & Crystal Reports
      4.Compatible with ISO / IEC 15417 (2nd edition 2007-06-01)
      5.High quality Code-128 Bar Code images in GIF, PNG, JPEG & BITMAP
      6.Completely developed in C#.NET
      {{ DiscussionBoard.errors[6238125].message }}
      • Profile picture of the author Lylec
        If you try to draw Code 128 image in a report, you just need to open the report in the report builder and change the font name and then the item code will like the barcode. But the basement is you need to make sure the font have been put into your pc font folder. Hope I helped.
        {{ DiscussionBoard.errors[6244892].message }}
        • Profile picture of the author Irisi
          It depends on your version and for web-based versions you need to use a java barcode .jar which may concludes for the report samples.
          {{ DiscussionBoard.errors[6245309].message }}
  • Profile picture of the author lordspace
    Beck, your program, ideally, should make you effective.
    I see this as follows.

    The user fills out a product details form.
    Hits a button called Generate Barcode and the script directly displays the barcode within your browser AND it is saved on the server for future reference.
    You print whatever is on your screen.

    That will be the minimalistic approach.

    Ideally, the result should be a PDF file with some distances between the codes that could be used to create many barcodes quickly
    Signature

    Are you using WordPress? Have you tried qSandbox yet?

    {{ DiscussionBoard.errors[6245414].message }}
  • Profile picture of the author beck
    Right, i know what i need in fact, but can someone recommend a mature and easy-to-use one for me? I am new to this and have few experience aboutthis.Anyhow, thank all of you.
    {{ DiscussionBoard.errors[6246040].message }}
  • Profile picture of the author doris9
    I have ever used a Code 128 generation sdk (onbarcode.com/products/java_barcode/barcodes/code_128.html) from Onbarcode which concludes a .jar file which is compatible with all applications of reports including Oracle and other open source Java reports. Hope it can help you out.
    {{ DiscussionBoard.errors[6246773].message }}
  • Profile picture of the author nationmore
    hi Beck. i am a new beginner in code 128 generator c#, but i have learnt the barcode making in a few days with an easy tutorial. you can take a look.
    best wishes
    {{ DiscussionBoard.errors[8425028].message }}
    • Profile picture of the author makaveiljojo
      Originally Posted by nationmore View Post

      hi Beck. i am a new beginner in code 128 generator c#, but i have learnt the barcode making in a few days with an easy tutorial. you can take a look.
      best wishes
      Thanks for sharing. It's a good site.Just that the generator is quite pricy for a barcode layman like me. Maybe a cheaper or a free one is better for me to explore.
      {{ DiscussionBoard.errors[8827067].message }}

Trending Topics