PHP Classes

BarcodeI25: HTML Barcode generator for Interleaved 2 of 5

Recommend this page to a friend!
  Info   Example   Screenshots   View files Files   Install with Composer Install with Composer   Download Download   Reputation   Support forum   Blog    
Ratings Unique User Downloads Download Rankings
StarStarStar 59%Total: 3,968 All time: 798 This week: 47Up
Version License PHP version Categories
barcode 1.0.0GNU General Publi...4Graphics
Description 

Author

HTML and PNG Barcode generator for Interleaved 2 of 5 Codes.
Código de barras fator Intercalado 2 de 5, padrão FEBRABAN (BRASIL).
Retorna em código HTML o código de barras informado.
Nova Versão: Permite o retorno de uma imagem PNG do código de barras (Contribuição de Rafael Riedel, BH/MG - Thanks).

Picture of Rudinei Dias
Name: Rudinei Dias <contact>
Classes: 1 package by
Country: Brazil Brazil
Age: ???
All time rank: 78655 in Brazil Brazil
Week rank: 195 Up14 in Brazil Brazil Up

Example

<?PHP
include "barcode.class.php";


 
$bc = new BarcodeI25();
 
$bc->tipoRetorno = 1;
 
$bc->SetCode("1049106247990000000030000000715628280000001500");
 
$bc->Generate();

?>


Screenshots (1)  
  • snapshot1.png
  Files folder image Files (9)  
File Role Description
Plain text file barcode.class Class Barcode source file
Plain text file barcode.class.php Class Nova Versão: Dá a possibilidade de retornar uma imagem PNG do código de barras I25
Accessible without login Plain text file newsample.php Example Exemplo de uso com a nova Versão
Accessible without login Image file ponto_branco.gif Data White point
Accessible without login Plain text file ponto_branco.txt Data Barcode gif image file
Accessible without login Image file ponto_preto.gif Data Black point
Accessible without login Plain text file ponto_preto.txt Data Barcode gif image file
Accessible without login Plain text file sample.php Example Barcode SAMPLE file

The PHP Classes site has supported package installation using the Composer tool since 2013, as you may verify by reading this instructions page.
Install with Composer Install with Composer
 Version Control Unique User Downloads Download Rankings  
 0%
Total:3,968
This week:0
All time:798
This week:47Up
 User Ratings  
 
 All time
Utility:87%StarStarStarStarStar
Consistency:81%StarStarStarStarStar
Documentation:-
Examples:75%StarStarStarStar
Tests:-
Videos:-
Overall:59%StarStarStar
Rank:1307