Ask a Question related to Dreamweaver AppDev, Design and Development.
-
Jason Huff #1
Has anyone tried to generate a UPC from static images.
Has anyone tried to generate a UPC from static images.
ie(
<img src="1.gif">
)
Is this possible. I am finding code39 and 128 but nothing for UPC. Any help
would be some help.
Frustrated and seeing spots,
Jason
Jason Huff Guest
-
#39713 [NEW]: Static variables defined in static methods duplicated in derived classes
From: paul at digitalbacon dot us Operating system: Linux, Mac OS X 10.4, Windows XP PHP version: 5.2.0 PHP Bug Type: ... -
#39664 [NEW]: Invokation of non-static method as static issue
From: john dot hargrove at sellingsource dot com Operating system: Gentoo Linux 2.6 kernel PHP version: 5.2.0 PHP Bug Type: ... -
#39048 [NEW]: Static variables and instantiated classes. private static doesn't work.
From: matti at nitro dot fi Operating system: * PHP version: 5.1.6 PHP Bug Type: Scripting Engine problem Bug description: ... -
#38783 [NEW]: Call to non-static as static E_STRICT thrown when error reporting set to E_ALL
From: dmb27 at cornell dot edu Operating system: Redhat AS 4 PHP version: 5.1.6 PHP Bug Type: Class/Object related Bug... -
Generate UPC from static images.
Has anyone tried to generate a UPC from static images. ie( <img src="1.gif"> ) Is this possible. I am finding code39 and 128 but nothing for... -
darrel #2
Re: Has anyone tried to generate a UPC from static images.
> Has anyone tried to generate a UPC from static images.
Do you want to create the bar code image, itself? There are all sorts of>
> ie(
> <img src="1.gif">
> )
>
> Is this possible.
components out there that you can install on the server to do this for you.
Otherwise, it should be a rather simply matter of translating numbers into
patterns.
-Darrel
darrel Guest
-
Jason Huff #3
Re: Has anyone tried to generate a UPC from static images.
That would be an option, i don't have server side programming use as it will
be generated from a projector file. I can't find the gifs for seperating the
UPC.
"darrel" <notreal@hotmail.com> wrote in message
news:d1v5vf$fja$1@forums.macromedia.com...>>> Has anyone tried to generate a UPC from static images.
>>
>> ie(
>> <img src="1.gif">
>> )
>>
>> Is this possible.
> Do you want to create the bar code image, itself? There are all sorts of
> components out there that you can install on the server to do this for
> you.
> Otherwise, it should be a rather simply matter of translating numbers into
> patterns.
>
> -Darrel
>
>
Jason Huff Guest
-
Jason Huff #4
Re: Has anyone tried to generate a UPC from static images.
From: "Jason Huff" <jason_huff@charter.net>
Subject: Re: Has anyone tried to generate a UPC from static images.
Date: Thursday, March 24, 2005 4:43 PM
That would be an option, i don't have server side programming use as it will
be generated from a projector file. I can't find the gifs for seperating the
UPC.
"darrel" <notreal@hotmail.com> wrote in message
news:d1v5vf$fja$1@forums.macromedia.com...>>> Has anyone tried to generate a UPC from static images.
>>
>> ie(
>> <img src="1.gif">
>> )
>>
>> Is this possible.
> Do you want to create the bar code image, itself? There are all sorts of
> components out there that you can install on the server to do this for
> you.
> Otherwise, it should be a rather simply matter of translating numbers into
> patterns.
>
> -Darrel
>
>
Jason Huff Guest



Reply With Quote

