2D barcode system on the client side

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • clydemurphy432
    New Member
    • Apr 2012
    • 1

    2D barcode system on the client side

    "I want to write a 2D barcode generator and scanner system:
    I need to print barcodes on paper. Then, I want to scan these barcodes with a hardware barcode scanner. The project is supposed to be work on the client side. And I hope QR Code as well as Data Matrix are supported.

    I want to avoid installing client software, but I don't know if that's possible with currently available techniques."
  • donglover343
    New Member
    • Apr 2012
    • 1

    #2
    Hi, as I know there are few free barcode generator, especially the 2D barcodes. You can check the QR Code specification on denso-wave, and Data Matrix barcode standards in Wiki. And the http://www.codeproject.com/Articles/...QRCode-Library may help you.

    Comment

    • elsielewis987
      New Member
      • Apr 2012
      • 1

      #3
      You may use the .NET Winforms or ASP.NET to manage online application. Both applications are simple to generate barcodes. You can make some check by coding the website with network connection.

      Comment

      • asacook243
        New Member
        • Apr 2012
        • 1

        #4
        I don't know whether it is helpful. How about generate 2D barcodes in Winforms, like qr code, data matrix and pdf-417, etc?

        Comment

        • danamason986
          New Member
          • Apr 2012
          • 1

          #5
          I've used the generator to print truncated PDF417. It is robust.

          Comment

          • Browning
            New Member
            • Feb 2013
            • 2

            #6
            First, you need to test 2d barcode generator,for this, maybe you can get some useful info from online barcode generating program; after this, you can check the code template and learn carefully and hard, so you an code your own barcodeing system successfully, good luck.

            Comment

            Working...