Re: coldfusion barcode

2009-09-22 Thread Richard White

ok thanks

> I haven't played with it enough to run into the issue. Sorry.
> 
> On Tue, Sep 22, 2009 at 10:17 AM, Richard White  
> wrote:
> >
> > Hi Phillip,
> >
> > We have tried this function (even copied and pasted your code) but 
> altering the height does not work, do you have this problem?
> >
> >
> > 


~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:326515
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: coldfusion barcode

2009-09-22 Thread Phillip Vector

I haven't played with it enough to run into the issue. Sorry.

On Tue, Sep 22, 2009 at 10:17 AM, Richard White  wrote:
>
> Hi Phillip,
>
> We have tried this function (even copied and pasted your code) but altering 
> the height does not work, do you have this problem?
>
>
> 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:326499
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: coldfusion barcode

2009-09-22 Thread Richard White

Hi Phillip,

We have tried this function (even copied and pasted your code) but altering the 
height does not work, do you have this problem? 


~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:326497
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: coldfusion barcode

2009-09-18 Thread Richard White

thanks for all the replies and a few options to think about, this will help us 
a great deal to make sure we choose the right option



> hi
> 
> our software needs to have the ability to generate a barcode gif and 
> place it on a document.
> 
> has anyone done this before, and what is the best method?
> 
> thanks
> 
> richard 


~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:326440
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: coldfusion barcode

2009-09-18 Thread Mark Kruger

Friend and Guru Ryan Stille produced a bar code component for us that uses
an inexpensive commercial java class.

http://www.stillnetstudios.com/2d-barcodes-coldfusion/

-mark
 


Mark A. Kruger, CFG, MCSE
(402) 408-3733 ext 105
www.cfwebtools.com
www.coldfusionmuse.com
www.necfug.com

-Original Message-
From: James Holmes [mailto:james.hol...@gmail.com] 
Sent: Friday, September 18, 2009 11:01 AM
To: cf-talk
Subject: Re: coldfusion barcode


This may also help to use Barbecue (although the package may have changed a
little since then).

http://www.bifrost.com.au/blog/index.cfm/2006/8/24/Generating-Barcodes-with-
Barbecue-and-Coldfusion

mxAjax / CFAjax docs and other useful articles:
http://www.bifrost.com.au/blog/



2009/9/18 Kevin Pepperman :
>
> I have used the java lib barbecue 
> http://barbecue.sourceforge.net/index.html in CFML before and it worked
out well.
>
> On Fri, Sep 18, 2009 at 9:22 AM, Phillip Vector
> wrote:
>
>>
>> I forget where I've seen it, I think RIAForge has barcode39.cfm.
>>
>> It's a nice piece of program and generates lots of different types of 
>> codes.
>>
>> Here's the code if you want it..
>>
>> 
>> 
>>
>>  > name="Attributes.InputValue"     default="INVALID"> > name="Attributes.BarWidth"       default="2"> > name="Attributes.BarHeight"      default="50"> > name="Attributes.TextTop"        default=""> > name="Attributes.TextBottom"     default=""> > name="Attributes.TextFontTop"    default="font: bold 14px Arial, 
>> sans-serif">  > default="0"> 
>>
>> 
>>   > index="i" from="1" to="256">
>>         
>> 
>>
>>> = "01110">  > = "01011">  > = "01101"> 
>>
>>   > "100010100">  > = "001010100">  > = "000110100"> 
>>
>>   > "010010010">  > = "10110">  > = "100100010">  > = "100010001">  > = "001010001">  > = "000110001">  > = "00111">  > = "110001000">  > = "011001000"> 
>>
>> 
>> 
>>
>> 
>>        > style="#Attributes.TextFontTop#">#Attributes.TextTop#
>>        
>>        
>>                > style="border-right:#val(mid(code39[asc(mid(Attributes.InputValue,i,1
>> ))],1,1)*(Attributes.BarWidth)+(Attributes.BarWidth/2))#px
>> solid; border-color: black; height:
>>
>> #Attributes.BarHeight#px;margin-bottom:#Attributes.MarginBottom#px;ma
>> rgin-top:#Attributes.MarginTop#px;">
>>                > style="border-right:#val(mid(code39[asc(mid(Attributes.InputValue,i,1
>> ))],6,1)*(Attributes.BarWidth)+(Attributes.BarWidth/2))#px
>> solid; border-color: white; height:
>>
>> #Attributes.BarHeight#px;margin-bottom:#Attributes.MarginBottom#px;ma
>> rgin-top:#Attributes.MarginTop#px;">
>>                > style="border-right:#val(mid(code39[asc(mid(Attributes.InputValue,i,1
>> ))],2,1)*(Attributes.BarWidth)+(Attributes.BarWidth/2))#px
>> solid; border-color: black; height:
>>
>> #Attributes.BarHeight#px;margin-bottom:#Attributes.MarginBottom#px;ma
>> rgin-top:#Attributes.MarginTop#px;">
>>                > style="border-right:#val(mid(code39[asc(mid(Attributes.InputValue,i,1
>> ))],7,1)*(Attributes.BarWidth)+(Attributes.BarWidth/2))#px
>> solid; border-color: white; height:
>>
>> #Attributes.BarHeight#px;margin-bottom:#Attributes.MarginBottom#px;ma
>> rgin-top:#Attributes.MarginTop#px;">
>>                > style="border-right:#val(mid(code39[asc(mid(Attributes.InputValue,i,1
>> ))],3,1)*(Attributes.BarWidth)+(Attributes.BarWidth/2))#px
>> solid; border-color: black; height:
>>
>> #Attributes.BarHeight#px;margin-bottom:#Attributes.MarginBottom#px;ma
>> rgin-top:#Attributes.MarginTop#px;">
>>                > style="border-right:#val(mid(code39[asc(mid(Attributes.InputValue,i,1
>> ))],8,1)*(Attributes.BarWidth)+(Attributes.BarWidth/2))#px
>> solid; border-color: white; height:
>>
>> #Attributes.BarHeight#px;margin-bottom:#Attributes.MarginBottom#px;ma
>> rgin-top:#Attributes.MarginTop#px;">
>>                > style="border-right:#val(mid(code39[asc(mid(Attributes.InputValue,i,1
>> ))]

Re: coldfusion barcode

2009-09-18 Thread James Holmes

This may also help to use Barbecue (although the package may have
changed a little since then).

http://www.bifrost.com.au/blog/index.cfm/2006/8/24/Generating-Barcodes-with-Barbecue-and-Coldfusion

mxAjax / CFAjax docs and other useful articles:
http://www.bifrost.com.au/blog/



2009/9/18 Kevin Pepperman :
>
> I have used the java lib barbecue http://barbecue.sourceforge.net/index.html 
> in
> CFML before and it worked out well.
>
> On Fri, Sep 18, 2009 at 9:22 AM, Phillip Vector
> wrote:
>
>>
>> I forget where I've seen it, I think RIAForge has barcode39.cfm.
>>
>> It's a nice piece of program and generates lots of different types of
>> codes.
>>
>> Here's the code if you want it..
>>
>> 
>> 
>>
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>>
>> 
>> 
>> 
>> 
>>         
>> 
>>
>> 
>>  
>>  
>>  
>>  
>>  
>>  
>>  
>>  
>>
>>  
>>  
>>  
>>  
>>  
>>  
>>  
>>  
>>  
>>  
>>
>>  
>>  
>>  
>>  
>>  
>>  
>>  
>>  
>>  
>>  
>>  
>>  
>>  
>>  
>>  
>>  
>>  
>>  
>>  
>>  
>>  
>>  
>>  
>>  
>>  
>>  
>>
>> 
>> 
>>
>> 
>>        #Attributes.TextTop#
>>        
>>        
>>                > style="border-right:#val(mid(code39[asc(mid(Attributes.InputValue,i,1))],1,1)*(Attributes.BarWidth)+(Attributes.BarWidth/2))#px
>> solid; border-color: black; height:
>>
>> #Attributes.BarHeight#px;margin-bottom:#Attributes.MarginBottom#px;margin-top:#Attributes.MarginTop#px;">
>>                > style="border-right:#val(mid(code39[asc(mid(Attributes.InputValue,i,1))],6,1)*(Attributes.BarWidth)+(Attributes.BarWidth/2))#px
>> solid; border-color: white; height:
>>
>> #Attributes.BarHeight#px;margin-bottom:#Attributes.MarginBottom#px;margin-top:#Attributes.MarginTop#px;">
>>                > style="border-right:#val(mid(code39[asc(mid(Attributes.InputValue,i,1))],2,1)*(Attributes.BarWidth)+(Attributes.BarWidth/2))#px
>> solid; border-color: black; height:
>>
>> #Attributes.BarHeight#px;margin-bottom:#Attributes.MarginBottom#px;margin-top:#Attributes.MarginTop#px;">
>>                > style="border-right:#val(mid(code39[asc(mid(Attributes.InputValue,i,1))],7,1)*(Attributes.BarWidth)+(Attributes.BarWidth/2))#px
>> solid; border-color: white; height:
>>
>> #Attributes.BarHeight#px;margin-bottom:#Attributes.MarginBottom#px;margin-top:#Attributes.MarginTop#px;">
>>                > style="border-right:#val(mid(code39[asc(mid(Attributes.InputValue,i,1))],3,1)*(Attributes.BarWidth)+(Attributes.BarWidth/2))#px
>> solid; border-color: black; height:
>>
>> #Attributes.BarHeight#px;margin-bottom:#Attributes.MarginBottom#px;margin-top:#Attributes.MarginTop#px;">
>>                > style="border-right:#val(mid(code39[asc(mid(Attributes.InputValue,i,1))],8,1)*(Attributes.BarWidth)+(Attributes.BarWidth/2))#px
>> solid; border-color: white; height:
>>
>> #Attributes.BarHeight#px;margin-bottom:#Attributes.MarginBottom#px;margin-top:#Attributes.MarginTop#px;">
>>                > style="border-right:#val(mid(code39[asc(mid(Attributes.InputValue,i,1))],4,1)*(Attributes.BarWidth)+(Attributes.BarWidth/2))#px
>> solid; border-color: black; height:
>>
>> #Attributes.BarHeight#px;margin-bottom:#Attributes.MarginBottom#px;margin-top:#Attributes.MarginTop#px;">
>>                > style="border-right:#val(mid(code39[asc(mid(Attributes.InputValue,i,1))],9,1)*(Attributes.BarWidth)+(Attributes.BarWidth/2))#px
>> solid; border-color: white; height:
>>
>> #Attributes.BarHeight#px;margin-bottom:#Attributes.MarginBottom#px;margin-top:#Attributes.MarginTop#px;">
>>                > style="border-right:#val(mid(code39[asc(mid(Attributes.InputValue,i,1))],5,1)*(Attributes.BarWidth)+(Attributes.BarWidth/2))#px
>> solid; border-color: black; height:
>>
>> #Attributes.BarHeight#px;margin-bottom:#Attributes.MarginBottom#px;margin-top:#Attributes.MarginTop#px;">
>>                   
>>        
>>        
>>        > style="#Attributes.TextFontBottom#">#Attributes.TextBottom#
>> 
>>
>>
>>
>> On Fri, Sep 18, 2009 at 6:02 AM, Richard White  wrote:
>> >
>> > hi
>> >
>> > our software needs to have the ability to generate a barcode gif and
>> place it on a document.
>> >
>> > has anyone done this before, and what is the best method?
>> >
>> > thanks
>> >
>> > richard
>> >
>> >
>>
>>
>
> 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:326433
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: coldfusion barcode

2009-09-18 Thread Steve Lichtenberg

There are several methods that integrate well with CF.  First, what
type of barcode are you using?  If it is 3 of 8,  7 of 9,  or posta or
MICR l you can just grab a barcode font (there are some free ones out
there) and embed the font into a pdf document http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:326431
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: coldfusion barcode

2009-09-18 Thread Kevin Pepperman

I have used the java lib barbecue http://barbecue.sourceforge.net/index.html in
CFML before and it worked out well.

On Fri, Sep 18, 2009 at 9:22 AM, Phillip Vector
wrote:

>
> I forget where I've seen it, I think RIAForge has barcode39.cfm.
>
> It's a nice piece of program and generates lots of different types of
> codes.
>
> Here's the code if you want it..
>
> 
> 
>
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
>
> 
> 
> 
> 
> 
> 
>
> 
>  
>  
>  
>  
>  
>  
>  
>  
>
>  
>  
>  
>  
>  
>  
>  
>  
>  
>  
>
>  
>  
>  
>  
>  
>  
>  
>  
>  
>  
>  
>  
>  
>  
>  
>  
>  
>  
>  
>  
>  
>  
>  
>  
>  
>  
>
> 
> 
>
> 
>#Attributes.TextTop#
>
>
> style="border-right:#val(mid(code39[asc(mid(Attributes.InputValue,i,1))],1,1)*(Attributes.BarWidth)+(Attributes.BarWidth/2))#px
> solid; border-color: black; height:
>
> #Attributes.BarHeight#px;margin-bottom:#Attributes.MarginBottom#px;margin-top:#Attributes.MarginTop#px;">
> style="border-right:#val(mid(code39[asc(mid(Attributes.InputValue,i,1))],6,1)*(Attributes.BarWidth)+(Attributes.BarWidth/2))#px
> solid; border-color: white; height:
>
> #Attributes.BarHeight#px;margin-bottom:#Attributes.MarginBottom#px;margin-top:#Attributes.MarginTop#px;">
> style="border-right:#val(mid(code39[asc(mid(Attributes.InputValue,i,1))],2,1)*(Attributes.BarWidth)+(Attributes.BarWidth/2))#px
> solid; border-color: black; height:
>
> #Attributes.BarHeight#px;margin-bottom:#Attributes.MarginBottom#px;margin-top:#Attributes.MarginTop#px;">
> style="border-right:#val(mid(code39[asc(mid(Attributes.InputValue,i,1))],7,1)*(Attributes.BarWidth)+(Attributes.BarWidth/2))#px
> solid; border-color: white; height:
>
> #Attributes.BarHeight#px;margin-bottom:#Attributes.MarginBottom#px;margin-top:#Attributes.MarginTop#px;">
> style="border-right:#val(mid(code39[asc(mid(Attributes.InputValue,i,1))],3,1)*(Attributes.BarWidth)+(Attributes.BarWidth/2))#px
> solid; border-color: black; height:
>
> #Attributes.BarHeight#px;margin-bottom:#Attributes.MarginBottom#px;margin-top:#Attributes.MarginTop#px;">
> style="border-right:#val(mid(code39[asc(mid(Attributes.InputValue,i,1))],8,1)*(Attributes.BarWidth)+(Attributes.BarWidth/2))#px
> solid; border-color: white; height:
>
> #Attributes.BarHeight#px;margin-bottom:#Attributes.MarginBottom#px;margin-top:#Attributes.MarginTop#px;">
> style="border-right:#val(mid(code39[asc(mid(Attributes.InputValue,i,1))],4,1)*(Attributes.BarWidth)+(Attributes.BarWidth/2))#px
> solid; border-color: black; height:
>
> #Attributes.BarHeight#px;margin-bottom:#Attributes.MarginBottom#px;margin-top:#Attributes.MarginTop#px;">
> style="border-right:#val(mid(code39[asc(mid(Attributes.InputValue,i,1))],9,1)*(Attributes.BarWidth)+(Attributes.BarWidth/2))#px
> solid; border-color: white; height:
>
> #Attributes.BarHeight#px;margin-bottom:#Attributes.MarginBottom#px;margin-top:#Attributes.MarginTop#px;">
> style="border-right:#val(mid(code39[asc(mid(Attributes.InputValue,i,1))],5,1)*(Attributes.BarWidth)+(Attributes.BarWidth/2))#px
> solid; border-color: black; height:
>
> #Attributes.BarHeight#px;margin-bottom:#Attributes.MarginBottom#px;margin-top:#Attributes.MarginTop#px;">
>   
>
>
> style="#Attributes.TextFontBottom#">#Attributes.TextBottom#
> 
>
>
>
> On Fri, Sep 18, 2009 at 6:02 AM, Richard White  wrote:
> >
> > hi
> >
> > our software needs to have the ability to generate a barcode gif and
> place it on a document.
> >
> > has anyone done this before, and what is the best method?
> >
> > thanks
> >
> > richard
> >
> >
>
> 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:326430
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: coldfusion barcode

2009-09-18 Thread Richard White

Thanks Phillip, perfect solution, we actually found it on adobe as a free 
download:

http://www.adobe.com/cfusion/exchange/index.cfm?event=extensionDetail&extid=1020465#



> I forget where I've seen it, I think RIAForge has barcode39.cfm.
> 
> It's a nice piece of program and generates lots of different types of 
> codes.
> 
> Here's the code if you want it..
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
>
> 
> 
> 
>  
>  
>  
>  
>  
>  
>  
>  
> 
>  
>  
>  
>  
>  
>  
>  
>  
>  
>  
> 
>  
>  
>  
>  
>  
>  
>  
>  
>  
>  
>  
>  
>  
>  
>  
>  
>  
>  
>  
>  
>  
>  
>  
>  
>  
>  
> 
> 
> 
> 
> 
>   #Attributes.TextTop#
>   
>   
>   
>   
>   
>   
>   
>   
>   
>   
>   
>  
>   
>   
>   #Attributes.
> TextBottom#
> 
> 
> 
> 
> On Fri, Sep 18, 2009 at 6:02 AM, Richard White  
> wrote:
> >
> > hi
> >
> > our software needs to have the ability to generate a barcode gif and 
> place it on a document.
> >
> > has anyone done this before, and what is the best method?
> >
> > thanks
> >
> > richard
> >
> > 


~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:326429
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: coldfusion barcode

2009-09-18 Thread Phillip Vector

I forget where I've seen it, I think RIAForge has barcode39.cfm.

It's a nice piece of program and generates lots of different types of codes.

Here's the code if you want it..



















 



 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 





#Attributes.TextTop#











   


#Attributes.TextBottom#




On Fri, Sep 18, 2009 at 6:02 AM, Richard White  wrote:
>
> hi
>
> our software needs to have the ability to generate a barcode gif and place it 
> on a document.
>
> has anyone done this before, and what is the best method?
>
> thanks
>
> richard
>
> 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:326428
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: coldfusion barcode

2009-09-18 Thread Dave Watts

> our software needs to have the ability to generate a barcode gif and place it 
> on a
> document.
>
> has anyone done this before, and what is the best method?

Not with GIFs and HTML, but PDFs support barcodes nicely. I haven't
worked with them from CF, but I suspect it may be possible.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized
instruction at our training centers in Washington DC, Atlanta,
Chicago, Baltimore, Northern Virginia, or on-site at your location.
Visit http://training.figleaf.com/ for more information!

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:326427
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4