Barcode Generator using Code 39

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Locked
arzoo
Forum Newbie
Posts: 3
Joined: Fri Sep 11, 2009 3:47 am

Barcode Generator using Code 39

Post 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.
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Re: Barcode Generator using Code 39

Post by Christopher »

(#10850)
cathyhill
Forum Newbie
Posts: 1
Joined: Mon May 20, 2013 10:01 pm

Re: Barcode Generator using Code 39

Post 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
Last edited by requinix on Wed May 22, 2013 11:12 pm, edited 1 time in total.
Reason: removing spammy link
User avatar
mecha_godzilla
Forum Contributor
Posts: 375
Joined: Wed Apr 14, 2010 4:45 pm
Location: UK

Re: Barcode Generator using Code 39

Post 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
wiliamse
Forum Newbie
Posts: 1
Joined: Wed May 22, 2013 9:50 pm

Re: Barcode Generator using Code 39

Post 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.
Last edited by requinix on Tue Jul 23, 2013 1:15 am, edited 2 times in total.
Reason: removing spammy link
User avatar
requinix
Spammer :|
Posts: 6617
Joined: Wed Oct 15, 2008 2:35 am
Location: WA, USA

Re: Barcode Generator using Code 39

Post 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.
nicefather
Forum Newbie
Posts: 1
Joined: Mon Jul 22, 2013 11:06 pm

Re: Barcode Generator using Code 39

Post 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.
User avatar
requinix
Spammer :|
Posts: 6617
Joined: Wed Oct 15, 2008 2:35 am
Location: WA, USA

Re: Barcode Generator using Code 39

Post by requinix »

This thread is spam bait.
Locked