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

by 9 replies
11
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?
#programming #128 #code #develop #encoding #generate #item #program
  • 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
    • [1] reply
    • 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
      • [1] reply
  • 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
  • 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.
  • 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.
  • 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
    • [1] reply
    • 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.

Next Topics on Trending Feed