QRcfc released on RIAforge.org
Updated: 2011-01-30 23:05:00
, , , : Shaun Mccran My digital playground Home About Me Portfolio Projects Gallery Xbox 360 Contact 30 J A N 2011 QRcfc released on RIAforge.org Posted By Shaun McCran Related Categories : ZXing Java Coldfusion I've released the first version of a ColdFusion QR barcode generator on http : qrcfc.riaforge.org It is a CFC based wrapper for the Google ZXing barcode Java library http : code.google.com p zxing There is a demo here : ColdFusion QR barcode generator This demo above is a form that allows you to pick a format and post the required data to qr.cfc' . qr.cfc then uses the javaloader library http : javaloader.riaforge.org to load in two jar files that translate the argument strings into a bitmatrix , which you can output as a QR image . It requires at least a JVM of 1.5 to be running ,