-
Barcode Image Generator is a small script to generate Code 3 of 9 barcodes for use within your HTML files. The GD image manipulation library is required. Great for databases and inventory tracking scripts.
-
BarcodeGenerator is a string with digits is converted to an image with bars that represent the digits. The bar code image is saved to a file or displayed as the current script output in the GIF format. Requirements: PHP 5.0 or higher
-
The generated codes are in the Interleaved 2 of 5 (I25) format.
-
Barcode128 pattern compute script computes barcode128 pattern.
-
Barcode Print can be used to generate barcode graphics and send them to a printer. It uses GNU Barcode program to generate the barcode graphic definitions.The barcode graphics are rendered and sent to a graphical printer using PHP Windows printer extension. So, currently in only works under Windows systems.
-
Bar Code Generator can generate barcode graphics suitable for generating payment order documents named boletos that are accepted by banks in Brazil.It takes as argument a string of digits and outputs a GIF image with bars that represent the argument value according to the specification of FEBRABAN Brazilian bank organization.Bar Code Generator is based on a script originally developed by ...
-
Class which generates a barcode128 for printing (PDF format).
-
Barcode can generate barcode graphics supporting different bar formatting standards. It supports the standards EAN-13, EAN-8, UPC-A, UPC-E, ISBN, 2 of 5 interleaved, postnet, codabar, code128, code39 and code93.The barcode graphics can be generated as images in the PNG, GIF or JPEG formats. The generated images can be served as the current script output or stored in a file.
-
Barcode Generator implements a Web interface to generate barcode images according to well-known barcode formating standards for PHP 5.Currently Barcode Generator supports the following barcode format standards: Codabar, Code11, Code39, Code93, Code128, EAN-8, EAN-13, ISBN, Interleaved 2 of 5, Standard 2 of 5, MSI Plessey, UPC-A, UPC-E, UPC Extension 2, UPC Extension 5 and PostNet.The output images generated according to ...
-
Bar Code is meant to generate bar code graphics of type 2 of 5 used commonly in documents for paying bills or e-commerce purchases in Brazil to be collected by local banks.Bar Code is based in the code written by Luciano Lima Silva of the site www.netdinamica.com.br.Limitations:The comments in the code are in Portuguese.
-
This script is used to generate barcode images for use with Royal Postal Mail. It takes a postal code and a DPS code and generates an image with the corresponding location barcode. It stores the generated GD iamge resource handle in a class variable so it can be used to render and serve the image in any formatted supported by ...



