HTML barcode generator
Hi, Can anyone guide me how to create a project to convert a input string into Barcode without installing any 3rd party addons. That is by simple jquery/js, html and css.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Rajkiran SwainPosted Nov 4, 2017, 3:59 AM
Abhishek ChadhaPosted Nov 4, 2017, 2:02 AM
Mohamed AbedallahPosted Nov 2, 2017, 11:23 AM
If you don't want to install anything at the client side, you can generate barcode as images at the server side using the LEADTOOLS barcode .NET library that supports generating most types of 1D and 2D barcodes.
Check this link:
https://www.leadtools.com/support/forum/posts/t11099-HOW-TO--Implement-HTML5-and-Javascript-with--NET-Code-Behind-to-Read-and-Write-
The server-side code will be similar to this
Aravindhan NPosted Oct 22, 2017, 4:10 PM