GD::Barcode is a subclass of GD and allows you to create barcode image with GD. This module based on "Generate Barcode Ver 1.02 By Shisei Hanai 97/08/22". From 1.14, you can use this module even if no GD (except plot method). new *$oGdBar* = GD::Barc...
KWITKNR/GD-Barcode-1.15 - 24 Apr 2004 07:09:29 UTCGD::Barcode::ITF is a subclass of GD::Barcode and allows you to create ITF barcode image with GD. new *$oGdBar* = GD::Barcode::ITF->new(*$sTxt*); Constructor. Creates a GD::Barcode::ITF object for *$sTxt*. *$sTxt* has numeric characters([0-9]). plot(...
KWITKNR/GD-Barcode-1.15 - 24 Apr 2004 07:09:29 UTCGD::Barcode::NW7 is a subclass of GD::Barcode and allows you to create NW7 barcode image with GD. This module based on "Generate Barcode Ver 1.02 By Shisei Hanai 97/08/22". new *$oGdBar* = GD::Barcode::NW7->new(*$sTxt*); Constructor. Creates a GD::Ba...
KWITKNR/GD-Barcode-1.15 - 24 Apr 2004 07:09:29 UTCGD::Barcode::UPCE is a subclass of GD::Barcode and allows you to create UPC-E barcode image with GD. This module based on "Generate Barcode Ver 1.02 By Shisei Hanai 97/08/22". new *$oGdBar* = GD::Barcode::UPCE->new(*$sTxt*); Constructor. Creates a GD...
KWITKNR/GD-Barcode-1.15 - 24 Apr 2004 07:09:29 UTCGD::Barcode::EAN8 is a subclass of GD::Barcode and allows you to create EAN8(JAN8) barcode image with GD. This module based on "Generate Barcode Ver 1.02 By Shisei Hanai 97/08/22". new *$oGdBar* = GD::Barcode::EAN8->new(*$sTxt*); Constructor. Creates...
KWITKNR/GD-Barcode-1.15 - 24 Apr 2004 07:09:29 UTCGD::Barcode::UPCA is a subclass of GD::Barcode and allows you to create UPC-A barcode image with GD. This module based on "Generate Barcode Ver 1.02 By Shisei Hanai 97/08/22". new *$oGdBar* = GD::Barcode::UPCA->new(*$sTxt*); Constructor. Creates a GD...
KWITKNR/GD-Barcode-1.15 - 24 Apr 2004 07:09:29 UTCThis module adds minor extensions in functionality to the GD::Barcode module. See the documentation for GD::Barcode and all its barcode symbology types for additional information on the use of this module. new() *$oGdBarIm* = GD::Barcode::Image->new(...
AVINASH/GD-Barcode-Image-1.03 - 26 Aug 2007 17:12:58 UTCGD::Barcode::EAN13 is a subclass of GD::Barcode and allows you to create EAN13(JAN13) barcode image with GD. This module based on "Generate Barcode Ver 1.02 By Shisei Hanai 97/08/22". new *$oGdBar* = GD::Barcode::EAN13->new(*$sTxt*); Constructor. Cre...
KWITKNR/GD-Barcode-1.15 - 24 Apr 2004 07:09:29 UTCGD::Barcode::Code93 is a subclass of GD::Barcode and allows you to create CODE-39 barcode image with GD. This module based on "Generate Barcode Ver 1.02 By Shisei Hanai 97/08/22". new *$barcode* = GD::Barcode::Code93->new(*$text*); Constructor. Creat...
DIMARTINO/GD-Barcode-Code93-1.4 - 19 Jan 2011 03:49:53 UTCGD::Barcode::Code39 is a subclass of GD::Barcode and allows you to create CODE-39 barcode image with GD. This module based on "Generate Barcode Ver 1.02 By Shisei Hanai 97/08/22". new *$oGdBar* = GD::Barcode::Code39->new(*$sTxt*); Constructor. Create...
KWITKNR/GD-Barcode-1.15 - 24 Apr 2004 07:09:29 UTCGD::Barcode::QRcode is a subclass of GD::Barcode and allows you to create QRcode barcode image with GD. This module based on "QRcode image CGI version 0.50 (C)2000-2002,Y.Swetake". new *$oGdBar* = GD::Barcode::QRcode->new(*$sTxt*, { Ecc => *Ecc Mode*...
KWITKNR/GD-Barcode-1.15 - 24 Apr 2004 07:09:29 UTCGD::Barcode::COOP2of5 is a subclass of GD::Barcode and allows you to create COOP2of5 barcode image with GD. new *$oGdBar* = GD::Barcode::COOP2of5->new(*$sTxt*); Constructor. Creates a GD::Barcode::COOP2of5 object for *$sTxt*. *$sTxt* has numeric char...
KWITKNR/GD-Barcode-1.15 - 24 Apr 2004 07:09:29 UTCGD::Barcode::IATA2of5 is a subclass of GD::Barcode and allows you to create IATA2of5 barcode image with GD. new *$oGdBar* = GD::Barcode::IATA2of5->new(*$sTxt*); Constructor. Creates a GD::Barcode::IATA2of5 object for *$sTxt*. *$sTxt* has numeric char...
KWITKNR/GD-Barcode-1.15 - 24 Apr 2004 07:09:29 UTCGD::Barcode::Matrix2of5 is a subclass of GD::Barcode and allows you to create Matrix2of5 barcode image with GD. new *$oGdBar* = GD::Barcode::Matrix2of5->new(*$sTxt*); Constructor. Creates a GD::Barcode::Matrix2of5 object for *$sTxt*. *$sTxt* has nume...
KWITKNR/GD-Barcode-1.15 - 24 Apr 2004 07:09:29 UTCGD::Barcode::Industrial2of5 is a subclass of GD::Barcode and allows you to create Industrial2of5 barcode image with GD. new *$oGdBar* = GD::Barcode::Industrial2of5->new(*$sTxt*); Constructor. Creates a GD::Barcode::Industrial2of5 object for *$sTxt*. ...
KWITKNR/GD-Barcode-1.15 - 24 Apr 2004 07:09:29 UTCYANA/Catalyst-View-GD-Barcode-0.05 - 08 Feb 2010 09:29:50 UTC
Catalyst::View::GD::Barcode::QRcode is the Catalyst view class for GD::Barcode::QRcode, create QRcode barcode image with GD. CONFIG VARIABLES ecc ECC mode. Select 'M', 'L', 'H' or 'Q' (Default = 'M'). version Version ie. size of barcode image (Defaul...
HIDE/Catalyst-View-GD-Barcode-QRcode-0.10 - 09 Oct 2009 05:38:19 UTCHelper for GD::Barcode::QRcode Views. METHODS mk_compclass...
HIDE/Catalyst-View-GD-Barcode-QRcode-0.10 - 09 Oct 2009 05:38:19 UTC