Click here to Skip to main content
15,896,154 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
See more:
Hello

I'm in need of a Free library or control for ASP.NET.

I need to create a project in MVC4, which can generate barcode's, and afterwards also read them from a pdf.

So when you give in a random number in a textbox, I need it to create a barcode of that number, and then save it as pdf. Then it will be printed and scanned together with a paper dossier. After that I need to read the barcode from the first page of that scanned document and link it to the correct file.

I have found various library's or controls, but so far none that are free, or easy to use for a noob like me :)
Posted
Comments
Sergey Alexandrovich Kryukov 9-Oct-13 18:07pm    
A barcode library cannot be "MVC4", and hardly even "for ASP.NET". You can have a library for .NET and use it the way your need. First of all, you need to specify the type(s) of the barcode you are interested in; not all libraries will support them all. And, after all, what would prevent your from finding one by yourself?
—SA
[no name] 10-Oct-13 3:51am    
Like I said, i'v been searching for hours. And so far it's always payed ;) And it's never for use with MVC.

It needs to hold atleast a 10 digit number. So EAN13 and QR would be ideal.
Sergey Alexandrovich Kryukov 10-Oct-13 12:16pm    
Are you saying that you don't really care what of the standard codes you need, as soon as one can hold 10-digit number (decimal 10-digit, right?)?
—SA

1 solution

The only reliable open-source project for your needs it ZXing port for .NET available here http://zxingnet.codeplex.com/[^]
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900