[PHP] Re: Generating Barcodes and printing

2002-06-27 Thread Manuel Lemos

Hello,

On 06/27/2002 03:27 PM, Phpcoder wrote:
> Hi,
> I would like to generate barcodes and have it print out the barcode 
> automatically from awebpage, is this possible? How?

This class does exactly what you need:

http://www.phpclasses.org/pdfbarcode128

-- 

Regards,
Manuel Lemos


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




[PHP] Re: Generating Barcodes and printing

2002-06-27 Thread Peter

Read the stuff you find on google first though - there was an article I read
about certain inks absorbing InfraRed light so barcodes printed in them will
not work!
The HP ink used in the Deskjet 693 and 660 seems to be ok for this job.


"Phpcoder" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hi,
> I would like to generate barcodes and have it print out the barcode
> automatically from awebpage, is this possible? How?
> Thanks
>



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




[PHP] Re: Generating Barcodes and printing

2002-06-27 Thread Anil Kumar K.


Also: http://www.mribti.com/barcode/


On Thu, 27 Jun 2002, Peter wrote:

> Read the stuff you find on google first though - there was an article I read
> about certain inks absorbing InfraRed light so barcodes printed in them will
> not work!
> The HP ink used in the Deskjet 693 and 660 seems to be ok for this job.
> 
> 
> "Phpcoder" <[EMAIL PROTECTED]> wrote in message
> [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> > Hi,
> > I would like to generate barcodes and have it print out the barcode
> > automatically from awebpage, is this possible? How?
> > Thanks
> >
> 
> 
> 

-- 
+91 471 329302 (Office)
+91 9473 22280 (Cell)

Linuxense Information Systems Pvt. Ltd., Trivandrum, India
http://www.linuxense.com


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




[PHP] Re: Generating Barcodes and printing

2002-07-01 Thread Richard Lynch

In article <[EMAIL PROTECTED]> , [EMAIL PROTECTED] (Phpcoder)
wrote:

>I would like to generate barcodes and have it print out the barcode 
>automatically from awebpage, is this possible? How?

There is some C code on some web-site with "milk" in the domain name that
will generate a bar-code...

I've been meaning to port that to PHP since forever...

I think it only handles UPC (the standard you see on most every product you
buy).

There are actually a bazillion bar-codes out there, and you could even
generate your own custom one if you really felt the need...

As far as printing goes, I have printed JPEG output from said web-site,
printed it, and verified that the stock-boy at my local K-Mart could scan
that bar-code.  They still don't stock my music CDs, but I was pretty sure
it would work just about anywhere else after that test run.

-- 
Like Music?  http://l-i-e.com/artists.htm


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




Re: [PHP] Re: Generating Barcodes and printing

2002-06-27 Thread PHPCoder

Thanks, this one seems to be the easiest. Shouldn't be too difficult for 
me to modify so the barcode gets displayed alone on a new page so the 
person can just hit the print button on his browser...


Anil Kumar K. wrote:

>Also: http://www.mribti.com/barcode/
>
>
>On Thu, 27 Jun 2002, Peter wrote:
>
>>Read the stuff you find on google first though - there was an article I read
>>about certain inks absorbing InfraRed light so barcodes printed in them will
>>not work!
>>The HP ink used in the Deskjet 693 and 660 seems to be ok for this job.
>>
>>
>>"Phpcoder" <[EMAIL PROTECTED]> wrote in message
>>[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
>>
>>>Hi,
>>>I would like to generate barcodes and have it print out the barcode
>>>automatically from awebpage, is this possible? How?
>>>Thanks
>>>
>>
>>
>



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