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.
Barcode Generator using Code 39
Moderator: General Moderators
- Christopher
- Site Administrator
- Posts: 13596
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US
Re: Barcode Generator using Code 39
check this: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.
http://stackoverflow.com/questions/1477 ... meters-php
Last edited by requinix on Wed May 22, 2013 11:12 pm, edited 1 time in total.
Reason: removing spammy link
Reason: removing spammy link
- mecha_godzilla
- Forum Contributor
- Posts: 375
- Joined: Wed Apr 14, 2010 4:45 pm
- Location: UK
Re: Barcode Generator using Code 39
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
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
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.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.
Last edited by requinix on Tue Jul 23, 2013 1:15 am, edited 2 times in total.
Reason: removing spammy link
Reason: removing spammy link
Re: Barcode Generator using Code 39
Telling a PHP developer to use your .NET library? Without even the source code to use as a reference? How generous of you.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.
-
nicefather
- Forum Newbie
- Posts: 1
- Joined: Mon Jul 22, 2013 11:06 pm
Re: Barcode Generator using Code 39
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.wiliamse wrote: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.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.
Re: Barcode Generator using Code 39
This thread is spam bait.