[PHP] Barcodes

2005-04-15 Thread Mike Smith
I just ordered a CueCat from eBay to play with reading Barcodes. Of
course we'll use a Symbol or some other reader when we implement this
in production, but I thought this would be a start. There are several
classes at phpclasses.org
(http://www.google.com/custom?q=barcodehl=enlr=ie=UTF-8oe=ISO-8859-1c2coff=1client=pub-2951707118576741cof=FORID:1%3BL:http://files.phpclasses.org/graphics/googlesearch.jpg%3BLH:50%3BLW:256%3BGL:1%3BBGC:A3C5CC%3BT:%2300%3BLC:%23ff%3BVLC:%23663399%3BALC:%23ff%3BGALT:%23663399%3BGFNT:%23ff%3BGIMP:%23ff%3BDIV:%2322%3BLBGC:A3C5CC%3BAH:center%3BS:http://www.phpclasses.org/search.html%3Bdomains=www.phpclasses.orgsitesearch=www.phpclasses.orgstart=10sa=N)
for generating barcodes. At this point I'm assuming a form with a text
field with onchange=this.form.submit(); would handle reading the
barcode and submitting it. I'm assuming we would need to have all our
barcodes in a single format (codabar, code39, etc). Would I then need
to store barcode data. The barcodes will be generated from unique part
numbers so I'm thinking I can generate them (and compare them to
input) on the fly.

--
Thanks for any help,
Mike Smith

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] Barcodes ?

2004-09-10 Thread Dave Carrera
Hi List,

Anyone have any pointers to examples of Code 39 barcode generation using php
please.

Thanks for any help

Dave Carrera


-- 
UK Web Hosting @ http://www.ephgroup.com  

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.754 / Virus Database: 504 - Release Date: 06/09/2004
 

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



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,

Anyone have any pointers to examples of Code 39 barcode generation using
php please.

Thanks for any help

Dave Carrera


-- 
UK Web Hosting @ http://www.ephgroup.com  

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.754 / Virus Database: 504 - Release Date: 06/09/2004
 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



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.php



[PHP] Barcodes...

2003-02-02 Thread Chris Knipe
Lo all,

Does anyone have some fonts or neat PHP code / classes to generate Code
128-type Barcodes?  I'm preferably looking to get the barcode generated in a
PNG / GIF type format...

--
me


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




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. 

http://pear.php.net/package-info.php?pacid=142

Jason

On Sun, 2003-02-02 at 10:41, Chris Knipe wrote:
 Lo all,
 
 Does anyone have some fonts or neat PHP code / classes to generate Code
 128-type Barcodes?  I'm preferably looking to get the barcode generated in a
 PNG / GIF type format...
 
 --
 me
 
 
 -- 
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




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-type Barcodes?  I'm preferably looking to get the barcode generated in a
 PNG / GIF type format...

 --
 me


 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




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-type Barcodes?  I'm preferably looking to get the barcode generated in a
 PNG / GIF type format...

 --
 me


 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP] Barcodes

2002-05-24 Thread José León Serna

Hello:
I want to generate barcodes in images to be printed, possibly inside
PDF, I have found several solutions, but I'm interested in EAN13 codes, any
help?

Best Regards.

QaDRAM Studio, RAD Development for the WEB
http://studio.qadram.com


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php