BoxLang 🚀 A New JVM Dynamic Language Learn More...
A simple wrapper around Barbecue - a Java library for creating Barcodes
box install cfbarbecue
// returns a cfimage
image = wirebox.getInstance( dsl = "Barcode@cfbarbecue" ).code128('Hello World!').generate();
// writes an image to the browser
wirebox.getInstance( dsl = "Barcode@cfbarbecue" ).code128('Hello Again!').toImage();
$
box install cfbarbecue