Page 1 of 1
Barcode Generator using Code 39
Posted: Tue Feb 08, 2011 1:48 am
by arzoo
I'm trying to implement a barcode system using Symbol LS 2208. I basically need something that can generate barcodes that are readable by the Symbol hardware, and with the ability to print a number of barcodes (same one, many copies) in 1 sheet (ie. one item type may have many physical items). From what I've tried it can read the code 39, but not sure about what format would be the best to use.
Has anyone used a reliable php script for printing barcodes? Would really appreciate the help.
Re: Barcode Generator using Code 39
Posted: Tue Feb 08, 2011 2:02 am
by Christopher
Re: Barcode Generator using Code 39
Posted: Mon May 20, 2013 10:26 pm
by cathyhill
arzoo wrote:I'm trying to implement a barcode system using Symbol LS 2208. I basically need something that can generate barcodes that are readable by the Symbol hardware, and with the ability to print a number of barcodes (same one, many copies) in 1 sheet (ie. one item type may have many physical items). From what I've tried it can read the code 39, but not sure about what format would be the best to use.
Has anyone used a reliable php script for printing barcodes? Would really appreciate the help.
check this:
http://stackoverflow.com/questions/1477 ... meters-php
Re: Barcode Generator using Code 39
Posted: Tue May 21, 2013 1:02 pm
by mecha_godzilla
Hi,
You could also use FPDF and one of the accompanying scripts:
http://www.fpdf.org/
http://www.fpdf.org/en/script/script46.php
If you take a look at the end of the page on that last link, there is a demonstration PDF set up so you can see what the bar codes look when they're generated with that script.
HTH,
Mecha Godzilla
Re: Barcode Generator using Code 39
Posted: Wed May 22, 2013 10:00 pm
by wiliamse
arzoo wrote:I'm trying to implement a barcode system using Symbol LS 2208. I basically need something that can generate barcodes that are readable by the Symbol hardware, and with the ability to print a number of barcodes (same one, many copies) in 1 sheet (ie. one item type may have many physical items). From what I've tried it can read the code 39, but not sure about what format would be the best to use.
Has anyone used a reliable php script for printing barcodes? Would really appreciate the help.
Have you googled for your question. I can tell you my barcode generation experience. I have used VB.NET to create barcode in WinForms with this tool. You may take a look at that site. You may find what you want there.
Re: Barcode Generator using Code 39
Posted: Wed May 22, 2013 11:16 pm
by requinix
wiliamse wrote:I have used VB.NET to create barcode in WinForms[/url] with this tool. You may take a look at that site. You may find what you want there.
Telling a PHP developer to use your .NET library? Without even the source code to use as a reference? How generous of you.
Re: Barcode Generator using Code 39
Posted: Mon Jul 22, 2013 11:12 pm
by nicefather
wiliamse wrote:arzoo wrote:I'm trying to implement a barcode system using Symbol LS 2208. I basically need something that can generate barcodes that are readable by the Symbol hardware, and with the ability to print a number of barcodes (same one, many copies) in 1 sheet (ie. one item type may have many physical items). From what I've tried it can read the code 39, but not sure about what format would be the best to use.
Has anyone used a reliable php script for printing barcodes? Would really appreciate the help.
Have you googled for your question. I can tell you my barcode generation experience. I have used VB.NET to create barcode in WinForms with this tool. You may take a look at that site. You may find what you want there.
You may misunderstand the platform the first speaker said. But I am considering to create Code 128 in .NET. I go to the site you mentioned and I found this Code 128 barcode generator library for VB.NET. Do you know If this barcode generator or Code 128 can encode data like @ % &. Thanks. If yes, I will use it.
Re: Barcode Generator using Code 39
Posted: Tue Jul 23, 2013 1:16 am
by requinix
This thread is spam bait.