FORGEBOX Enterprise 🚀 - Take your ColdFusion (CFML) Development to Modern Times! Learn More...

CFzxing

v1.1.0 Modules

CFzxing

A barcode generator using the ZXING java library.

Supports Barcode Types:

AZTEC, CODABAR, CODE_39, CODE_93, CODE_128, DATA_MATRIX, EAN_8, EAN_13, ITF, QR_CODE, UPC_A

Examples

box install cfzxing
// returns an image
image = wirebox.getInstance( "Barcode@cfzxing" ).getBarcodeImage(   contents = 'Hello World!',
                                                                    type = 'QR_CODE',
                                                                    width = 128,
                                                                    height = 128 );

// writes an image to a destination
wirebox.getInstance( "Barcode@cfzxing" ).getBarcodeImage(   contents = 'Hello World!',
                                                            type = 'QR_CODE',
                                                            width = 128,
                                                            height = 128,
                                                            destination = '/img/foobar.jpg',
                                                            overwrite = true );
  •   Alan Quinlan
  • Published
  • 1.1.0 is the latest of 2 release(s)
    Published
  • Published on {{ getFullDate("2022-01-31T19:54:40Z") }}

$ box install CFzxing

No collaborators yet.
 
  • {{ getFullDate("2021-02-05T21:26:00Z") }}
  • {{ getFullDate("2022-01-31T19:54:40Z") }}
  • 1,672
  • 1,461