PHP Classes

BarcodeI25: HTML Barcode generator for Interleaved 2 of 5

Recommend this page to a friend!
  Info   View files Example   Screenshots Screenshots   View files View files (8)   DownloadInstall with Composer Download .zip   Reputation   Support forum   Blog    
Ratings Unique User Downloads Download Rankings
StarStarStar 59%Total: 3,966 All time: 798 This week: 455Up
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: 78555 in Brazil Brazil
Week rank: 295 Up23 in Brazil Brazil Up

Example

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


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

?>


Screenshots  
  • snapshot1.png
  Files folder image Files  
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

 Version Control Unique User Downloads Download Rankings  
 0%
Total:3,966
This week:0
All time:798
This week:455Up
 User Ratings  
 
 All time
Utility:87%StarStarStarStarStar
Consistency:81%StarStarStarStarStar
Documentation:-
Examples:75%StarStarStarStar
Tests:-
Videos:-
Overall:59%StarStarStar
Rank:1289