That's a good question. I guess I don't really care, just setting up a membership system for our gym that's opening soon. I used 39 I think it is, printed it and scanned it, it worked. I feel a bit lost not knowing the ins and outs but it works...
-----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Mike Kear Sent: Thursday, 28 January 2010 8:04 PM To: [email protected] Subject: Re: [cfaussie] Barcode Generator What barcode standard is it, Taco? There are dozens of barcode standards, depending on what they're to be used for, and many of them only work if you have correctly calculated the check digit as the last character. I think barcode 3 of 9 is a simple font with no check digit, so if you use that one, you'll get a higher likelihood of a read error, but to barcode 12345 you only need to output 12345 in the Barcode3of9 font. If you use any other barcode font, you'll need to calculate the check digit or the reader wont accept the number as valid. Cheers Mike Kear Windsor, NSW, Australia Adobe Certified Advanced ColdFusion Developer AFP Webworks http://afpwebworks.com ColdFusion, PHP, ASP, ASP.NET hosting from AUD$15/month On Thu, Jan 28, 2010 at 5:19 PM, Taco Fleur <[email protected]> wrote: > thanks, it needs to be an image though. > > I got barbecue working, but it seems to have some bugs and I don't > think there is anymore support for it. > > Cheers > Taco > > On Thu, Jan 28, 2010 at 3:58 PM, Gary Crouch <[email protected]> wrote: >> >> Hi Taco, >> >> There is a low key alternative, look for a Barcode font, they do >> exist, if using to create a pdf of something this is a very low tech answer. >> >> Chears >> GC >> >> On 28 January 2010 15:36, Taco Fleur <[email protected]> wrote: >>> >>> Does anyone know of a barcode generator in CF? Not the ones on the >>> Adobe Exchange and not Barbeque in Java (although the last one might >>> be good, just can't get it to work). >>> >>> Cheers >>> >>> -- >>> Kind regards, >>> Taco Fleur >>> clickfindT - The new Australian Online Marketing Platform (OMP) >>> http://www.onlinemarketingplatform.com.au >>> http://www.clickfind.com.au >>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "cfaussie" group. >>> To post to this group, send email to [email protected]. >>> To unsubscribe from this group, send email to >>> [email protected]. >>> For more options, visit this group at >>> http://groups.google.com/group/cfaussie?hl=en. >> >> -- >> You received this message because you are subscribed to the Google >> Groups "cfaussie" group. >> To post to this group, send email to [email protected]. >> To unsubscribe from this group, send email to >> [email protected]. >> For more options, visit this group at >> http://groups.google.com/group/cfaussie?hl=en. > > > > -- > Kind regards, > Taco Fleur > clickfindT - The new Australian Online Marketing Platform (OMP) > http://www.onlinemarketingplatform.com.au > http://www.clickfind.com.au > > -- > You received this message because you are subscribed to the Google > Groups "cfaussie" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/cfaussie?hl=en. > -- -- You received this message because you are subscribed to the Google Groups "cfaussie" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/cfaussie?hl=en. -- You received this message because you are subscribed to the Google Groups "cfaussie" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/cfaussie?hl=en.
