RE: [PHP] Barcodes ?

2004-09-10 Thread Jesse Castro
[snip] Hi List, Anyone have any pointers to examples of Code 39 barcode generation using php please. Thanks for any help Dave Carrera [/snip] STFW http://www.aditus.nu/jpgraph/jpg_barcodes.php -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.ph

RE: [PHP] Barcodes ?

2004-09-10 Thread Justin Palmer
Hi, Google Search: Code 39 Barcode Generation PHP Found this here: http://www.hotscripts.com/Detailed/9608.html Justin -Original Message- From: Dave Carrera [mailto:[EMAIL PROTECTED] Sent: Friday, September 10, 2004 9:48 AM To: [EMAIL PROTECTED] Subject: [PHP] Barcodes ? Hi List, A

Re: [PHP] Barcodes...

2003-02-02 Thread Cristian Ichim
Try to have a look at this: http://www.aramsoft.com/barcode/barcode-0.0.8a.tar.gz --- http://cristophus.cjb.net --- Why static, when you can go dynamic? On Sun, 2 Feb 2003, Chris Knipe wrote: > Lo all, > > Does anyone have some fonts or neat PHP code / classes to generate Code > 128-t

Re: [PHP] Barcodes...

2003-02-02 Thread Cristian Ichim
You can have a look at this: http://www.aramsoft.com/barcode/barcode-0.0.8a.tar.gz --- http://cristophus.cjb.net --- Why static, when you can go dynamic? On Sun, 2 Feb 2003, Chris Knipe wrote: > Lo all, > > Does anyone have some fonts or neat PHP code / classes to generate Code > 128-

Re: [PHP] Barcodes...

2003-02-02 Thread Jason Sheets
You might take a look Pear's Image_Barcode, it uses GD so it should be able to make them in PNG. With PEAR::Image_Barcode class you can create a barcode represent given string. This class uses GD function because of this the generated graphic can be any of GD supported supported image types. htt