Search results for "barcode"
GD::Barcode - Create barcode image with GD
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 UTC - Search in distribution- GD::Barcode::ITF - Create ITF(Interleaved2of5) barcode image with GD
- GD::Barcode::NW7 - Create NW7 barcode image with GD
- GD::Barcode::UPCE - Create UPC-E barcode image with GD
- 9 more results from GD-Barcode »
SVG::Barcode - Base class for SVG 1D and 2D codes
SVG::Barcode is a base class for SVG 1D and 2D codes. You will not use it directly, it will be loaded by its subclasses: * SVG::Barcode::Code128 * SVG::Barcode::DataMatrix * SVG::Barcode::QRCode...
TEKKI/SVG-Barcode-0.12 - 31 Jan 2020 16:26:38 UTC - Search in distribution
Barcode::ZBar - Perl interface to the ZBar Barcode Reader
The ZBar Bar Code Reader is a library for scanning and decoding bar codes from various sources such as video streams, image files or raw intensity sensors. It supports EAN-13/UPC-A, UPC-E, EAN-8, Code 128, Code 93, Code 39, Codabar, Interleaved 2 of ...
TIMLEGGE/Barcode-ZBar-0.10 - 08 Feb 2022 16:15:02 UTC - Search in distribution- Barcode::ZBar::Image - image object to scan for bar codes
- Barcode::ZBar::Symbol - bar code scan result object
- Barcode::ZBar::Processor - self-contained bar code reader
- 1 more result from Barcode-ZBar »
HTML::Barcode - Render HTML representations of barcodes
This is a base class for creating HTML representations of barcodes. Do not use it directly. If you are looking to generate a barcode, please see one of the following modules instead: Known Types Here are the types of barcodes you can generate with th...
MSTRAT/HTML-Barcode-0.13 - 24 Mar 2016 20:47:01 UTC - Search in distribution- HTML::Barcode::1D - A base class for HTML representations of 1D barcodes
- HTML::Barcode::2D - A base class for HTML representations of 2D barcodes
Barcode::Code93 - Generate data for Code 93 barcodes
This class is used to generate data for Code 93 barcodes. It is primarily useful as a data source for barcode modules that do rendering, such as HTML::Barcode::Code93. You can easily make a version that renders an image, PDF, or anything else....
MSTRAT/Barcode-Code93-0.05 - 02 Jan 2018 21:35:18 UTC - Search in distribution
Barcode::Cuecat - Perl extension for decoding :CueCat(tm) scans
This module is an attempt to ease the adoption of :CueCat(tm) into general purpose applications. The term :CueCat(tm) seems to be a trademark of a company called Digital Convergence. The code in this module is based on code that has been found in num...
LUISMUNOZ/Barcode-Cuecat-1.20 - 03 Nov 2000 15:21:38 UTC - Search in distribution
Barcode::Code128 - Generate CODE 128 bar codes
Barcode::Code128 generates bar codes using the CODE 128 symbology. It can generate images in PNG or GIF format using the GD package, or it can generate a text string representing the barcode that you can render using some other technology if desired....
WRW/Barcode-Code128-2.21 - 15 Oct 2012 18:20:49 UTC - Search in distribution
Barcode::DataMatrix - Generate data for Data Matrix barcodes
This class is used to generate data for Data Matrix barcodes. It is primarily useful as a data source for barcode modules that do rendering, such as HTML::Barcode::DataMatrix. You can easily make a version that renders an image, PDF, or anything else...
MSTRAT/Barcode-DataMatrix-0.10 - 14 Nov 2017 20:58:48 UTC - Search in distribution- Barcode::DataMatrix::Reed - Renamed version of Algorithm::DataMatrix::Reed
- Barcode::DataMatrix::Engine - The engine which generates the data matrix bitmap.
- Barcode::DataMatrix::Constants - Constants associated with the Reed-Solomon error correction encoding used for data matrices.
- 1 more result from Barcode-DataMatrix »
PostScript::Barcode - barcode writer
By itself alone, this role does nothing useful. Use one of the classes residing under this namespace: PostScript::Barcode::azteccode PostScript::Barcode::datamatrix PostScript::Barcode::qrcode...
DAXIM/PostScript-Barcode-0.006 - 05 Jul 2010 09:32:22 UTC - Search in distribution- PostScript::Barcode::qrcode - QR code
- PostScript::Barcode::azteccode - Aztec Code
- PostScript::Barcode::datamatrix - Data Matrix
- 2 more results from PostScript-Barcode »
GD::Barcode::Image - Create Image::Magick object for a barcode
This 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 UTC - Search in distribution- barcodegen - create barcode images
GD::Barcode::Code93 - Create Code93 barcode image with GD
GD::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 UTC - Search in distribution
PDF::Reuse::Barcode - Create barcodes for PDF documents with PDF::Reuse
This is a sub-module to PDF::Reuse. It creates barcode "images" to be used in PDF documents. It uses GD::Barcode and its sub-modules: GD::Barcode::Code39, COOP2of5, EAN13 and so on, to calculate the barcode pattern. For Code128 it uses Barcode::Code1...
CNIGHS/PDF-Reuse-Barcode-0.07 - 12 Dec 2014 03:38:25 UTC - Search in distribution
SVG::Barcode::QRCode - Generator for SVG based QR Codes
SVG::Barcode::QRCode is a generator for SVG based QR Codes....
TEKKI/SVG-Barcode-QRCode-0.12 - 31 Jan 2020 17:43:21 UTC - Search in distribution
HTML::Barcode::Code93 - Generate HTML representations of Code 93 barcodes
This class allows you to easily create HTML representations of Code 93 barcodes. You can read more about Code 93 online (e.g. <http://en.wikipedia.org/wiki/Code_93>)....
MSTRAT/HTML-Barcode-Code93-0.14 - 25 Mar 2016 15:06:59 UTC - Search in distribution
HTML::Barcode::QRCode - Generate HTML representations of QR codes
This class allows you to easily create HTML representations of QR codes. These are two-dimensional scan codes commonly used to allow people to quickly input a URL into their phone or other mobile device. This requires Text::QRCode. You can read more ...
MSTRAT/HTML-Barcode-QRCode-0.12 - 25 Mar 2016 15:58:52 UTC - Search in distribution
SVG::Barcode::Code128 - Generator for SVG based Code 128 barcodes
SVG::Barcode::Code128 is a generator for SVG based Code 128 barcodes....
TEKKI/SVG-Barcode-Code128-0.12 - 31 Jan 2020 16:38:27 UTC - Search in distribution
Email::Barcode::Decode - decode barcodes out of an email
This module can extract barcode information out of email attachments. It processes all email image attachments. When Ghostscript is installed it converts every page into image. Images are scanned for barcodes using Barcode::ZBar....
JKUTEJ/Email-Barcode-Decode-0.04 - 21 Sep 2016 20:01:10 UTC - Search in distribution
HTML::Barcode::Code128 - Generate HTML representations of Code 128 barcodes
This class allows you to easily create HTML representations of Code 128 barcodes. This requires Barcode::Code128. You may also use the character constants from this module in your text. Be sure to provide their full package name. For example: my $tex...
MSTRAT/HTML-Barcode-Code128-0.13 - 25 Mar 2016 15:04:11 UTC - Search in distribution
Barcode::DataMatrix::PNG - Generate PNG graphical representations of Data Matrix barcodes
This class is used to create graphical representations of data matrix barcodes. It is an extension of the Barcode::DataMatrix class. Potential applications include graphically oriented documents such as PDF, printable web documents, invoices, packing...
KASEMO/Barcode-DataMatrix-PNG-0.04 - 13 Apr 2014 09:32:30 UTC - Search in distribution
Business::Barcode::EAN13 - Perform simple validation of an EAN-13 barcode
These subroutines will tell you whether or not an EAN-13 barcode is self-consistent: i.e. whether or not it checksums correctly. If provided with the 12 digit stem of a barcode it will also return the correct check digit. We can also return the count...
JANW/Business-Barcode-EAN13-2.11 - 20 Mar 2021 10:02:51 UTC - Search in distribution