0

I am Doing a project on Barcode using c#. I am facing difficulty in finding the related libraries that is needed to generate the barcode. I found some barcode classes and methods in Microsoft.policy.RecordsManagement.Policy namespace under Microsoft.policy.dll. But this library is not preferable as we need share point to use it.

Other than this I am finding some third party barcode generators.Is there any free libraries to generate the barcode other than Free 3 of 9.?I can generate a barcode using free 3 0f 9. can anyone please help me out in improvising on my info?

leppie
  • 115,091
  • 17
  • 196
  • 297
Akshay
  • 51
  • 6
  • Is this a flat or QR code? if the latter, see http://stackoverflow.com/questions/7020136/free-c-sharp-qr-code-generator – Arithmomaniac Jul 17 '12 at 05:53
  • I would like to use code 39 or code 128 Symbologies.basically linear barcodes.I'm looking for a free to use c# library/code to create barcodes.(open source or free)? – Akshay Jul 17 '12 at 06:12

2 Answers2

2

jquery-barcode

Its a javascript library to generate bar codes.

or

LimiLabs

or try this site...

www.onbarcode.com

Abhijeetchindhe
  • 400
  • 2
  • 15
  • but I will have to purchase the barcode generator from them and then add the reference to my project.aren't there any other libraries which are free to use? – Akshay Jul 17 '12 at 06:03
  • 1
    No, have you checked the sites? i guess you don't have to purchase it. – Abhijeetchindhe Jul 17 '12 at 06:20
  • ya I have checked its only evaluation version that is free and its only valid for 30days. – Akshay Jul 17 '12 at 06:31
0

You can have a look on this which develops and distributes QR Code decode/encode library under GPL v2.

Akash KC
  • 16,057
  • 6
  • 39
  • 59