Hi everybody!
I want to use Jquery barcode plugin for my work. But I have a problem.
I don't know how can I change the source code that will be two field,
one field as username, one field as password.. between tabulator.
So I want to a personal card generator with one barcode.
Is it possible? Because I did everything but doesn't work.
Please, help me!
G.
Loading
Ariel SassPosted Apr 23, 2015, 11:44 AM
http://www.codeproject.com/Articles/690035/Choosing-the-Right-Barcode-for-Your-Application
For generating barcodes, you can use barcode fonts which converts text to barcode symbols. There are fonts for several types of 1-D barcodes.
About changing the source code, I'm not sure why you need to do that. If you want to combine 2 values into one barcode, simple concatenate the 2 strings into one long string then encode it into a barcode.
Erdei GergoPosted Apr 15, 2015, 12:36 AM
Manoj BhoirPosted Apr 14, 2015, 12:53 PM
There are various jquery free barcode plugins are available on internet.
JQuery plugin : barcode -
http://barcode-coder.com/en/barcode-jquery-plugin-201.html
http://www.jqueryscript.net/other/Simple-jQuery-Based-Barcode-Generator-Barcode.html
You can use some unique combination of User Name and Password to create personal card, and same combination you can use to create barcode using jQuery Plugins.