Has anyone tried to generate a UPC from static images.

Ask a Question related to Dreamweaver AppDev, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. #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: ...
    2. #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: ...
    3. #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: ...
    4. #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...
    5. 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...
  3. #2

    Default Re: 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.
    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


    darrel Guest

  4. #3

    Default 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

  5. #4

    Default 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

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139