Sei sulla pagina 1di 7

PHP-Barcode is OpenSource

It is available here



New: php-barcode and genbarcode are running also on Windows now!


PHP-Barcode
php-barcode can create Image (png, jpg, gif)-, HTML- and Text-Barcodes
php-barcode has a fast built-in EAN-12/EAN-13/ISBN encoder
php-barcode uses TrueTypeFonts for rendering the code
together with genbarcode you can use every encoding genbarcode (GNU-Barcode) supports
genbarcode
genbarcode is an interface between any software and GNU-Barcode
genbarcode can encode EAN-8, EAN-12, EAN-13, UPC, ISBN, Code39, Code128, Code128B,
Code128B, RAWCode128, Interleaved25, CBR, MSI, PLS and Code93
genbarcode can be compiled under UNIX with gnu-barcode available
genbarcode can be compiled with Borland C++Builder 5.5 (which is freely available). gnu-
barcode and libpaper are included in ported versions
genbarcode Windows Binary availab




<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<HTML>
<HEAD>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-
1">
<META NAME="DC.Creator" CONTENT="Folke Ashberg">
<META NAME="DC.Publisher" CONTENT="Folke Ashberg">
<META NAME="DC.Title" LANG="de" CONTENT="PHP-Barcode">
<META NAME="keywords" CONTENT="OpenSource, PHP-Barcode,
Barcode, EAN13, EAN 13, PHP, Folke Ashberg, Folke, Ashberg">
<META NAME="DC.Subject" LANG="de" CONTENT="OpenSource, PHP-
Barcode, Barcode, EAN13, EAN 13, PHP, Folke Ashberg, Folke, Ashberg">
<META NAME="description" CONTENT="OpenSource EAN-13
BarCode Tools, written in PHP. Image/HTML BarCode-Creation">
<META NAME="robots" CONTENT="INDEX,FOLLOW">
<TITLE>ashberg.de - PHP-Barcode</TITLE>
<LINK REL="stylesheet" TYPE="text/css" HREF="/fonts.php" title="Folkes
default stylesheet" media="screen,projection">
<LINK REL="alternate stylesheet" TYPE="text/css" HREF="/fonts_alt.php"
title="Folkes alternative stylesheet" media="screen,projection">
<LINK REL="stylesheet" TYPE="text/css" HREF="/fonts_print.php"
media="print">
<META HTTP-EQUIV="Page-Enter"
content="progid:DXImageTransform.Microsoft.Pixelate(MaxSquare=50,
Duration=1)">
<META HTTP-EQUIV="Page-Exit"
content="progid:DXImageTransform.Microsoft.Pixelate(MaxSquare=50,
Duration=1)">
<script type="text/javascript"
src="/styleswitcher.js"></script>
</HEAD>
<BODY BGCOLOR="#FFFFFF">
<A name="top"></A>
<div class="noprint"><A href="/">HOME</A></div>
<BR>
<H1>PHP-Barcode</h1>
by Folke Ashberg.<BR>
<HR size=1 noshade>
<Table border=0 width="100%">
<tr>
<TD valign=top>
<BR>
<h2><B>PHP-Barcode is <font color="red">OpenSource</font></b></h2><BR>
<BR>
<h2>It is available <A href="download/">here</A></h2><BR>
<BR>
<h2>New: php-barcode and genbarcode are running also on Windows
now!</h2><BR>

<UL>
<LI><A HREF="download/#php-barcode">PHP-Barcode</A>
<UL>
<LI>php-barcode can create Image (png, jpg, gif)-, HTML- and Text-
Barcodes
<LI>php-barcode has a fast built-in EAN-12/EAN-13/ISBN encoder
<LI>php-barcode uses TrueTypeFonts for rendering the code
<LI>together with genbarcode you can use every encoding genbarcode
(GNU-Barcode) supports
</UL>
<LI><A HREF="download/#genbarcode">genbarcode</A>
<UL>
<LI>genbarcode is an interface between any software and GNU-
Barcode
<LI>genbarcode can encode EAN-8, EAN-12, EAN-13, UPC, ISBN,
Code39, Code128, Code128B, Code128B, RAWCode128, Interleaved25, CBR,
MSI, PLS and Code93
<LI>genbarcode can be compiled under UNIX with gnu-barcode
available
<LI>genbarcode can be compiled with Borland C++Builder 5.5 (which
is freely available). gnu-barcode and libpaper are included in ported
versions
<LI>genbarcode Windows Binary available
</UL>
</UL>
<BR>
</td>
<TD><div align=center><img src="barcode.gif" alt="Ani-
Barcode"></div></TD>
</TR>
</TABLE>
<HR size=1 noshade>

<H1>Barcode Creation</H1>
<form action="./" method=get>
<table border=0 cellspacing=2 cellpadding=2>
<tr>
<td>Code:</td>
<td><input type=text name=code value="123456" maxlength=100></td>
</tr>
<tr>
<td>Size:</td>
<td><select name=scale>
<option >1
<option selected>2
<option >3
<option >4
<option >5
<option >6
<option >7
</select>
</td>
</tr>
<tr>
<td>Encoding:</td>
<td><select name=bar>
<option value=ANY selected>Best fit
<option value=EAN >EAN
<option value=UPC >UPC (12 Digit EAN)
<option value=ISBN >ISBN (is EAN13)
<option value=39 >Code 39
<option value=128 >Code 128 (a,b,c: autoselect)
<option value=128B >Code 128B
<option value=128C >Code 128D
<option value=I25 >I25
<option value=128RAW >128RAW
<option value=CBR >CBR
<option value=MSI >MSI
<option value=PLS >PLS
<option value=93 >93
</select>
</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>Hint: The most used barcode you can see on every supermarket-
items is EAN (-13)
</td>
</tr>
<tr>
<td>&nbsp;</td>
<td><input type=submit value="Create-Bars"></td>
</tr>
</table>
</FORM>
<BR>

<HR size=1 noshade>
<H1>Creation-Result</H1>

Image<BR>
<img
src="barcode.php?print=1&amp;code=123456&amp;scale=2&amp;mode=png&amp;
encoding=ANY&amp;random=1308400945" alt="Barcode-Result"><BR>
<BR>
HTML-Code (Table with 1x1 black and white images)<BR>
Encoding <B>'UPC-E'</B> has been used<BR>
<table border=0 cellspacing=0 cellpadding=0 bgcolor="white">
<tr><td><img src="white.png" height="4" width="1" alt=" "></td></tr>
<tr><td>
<img src="white.png" height="116" width="4" alt="#"/><img
src="white.png" height="120" width="18" align="top" alt="" /><img
src="black.png" height="116" width="2" align="top" /><img
src="white.png" height="120" width="2" align="top" alt="" /><img
src="black.png" height="116" width="2" align="top" /><img
src="white.png" height="120" width="2" align="top" alt="" /><img
src="black.png" height="100" width="4" align="top" /><img
src="white.png" height="120" width="4" align="top" alt="" /><img
src="black.png" height="100" width="4" align="top" /><img
src="white.png" height="120" width="4" align="top" alt="" /><img
src="black.png" height="100" width="2" align="top" /><img
src="white.png" height="120" width="4" align="top" alt="" /><img
src="black.png" height="100" width="4" align="top" /><img
src="white.png" height="120" width="2" align="top" alt="" /><img
src="black.png" height="100" width="8" align="top" /><img
src="white.png" height="120" width="2" align="top" alt="" /><img
src="black.png" height="100" width="2" align="top" /><img
src="white.png" height="120" width="4" align="top" alt="" /><img
src="black.png" height="100" width="6" align="top" /><img
src="white.png" height="120" width="2" align="top" alt="" /><img
src="black.png" height="100" width="2" align="top" /><img
src="white.png" height="120" width="2" align="top" alt="" /><img
src="black.png" height="100" width="6" align="top" /><img
src="white.png" height="120" width="4" align="top" alt="" /><img
src="black.png" height="100" width="2" align="top" /><img
src="black.png" height="100" width="2" align="top" /><img
src="black.png" height="100" width="8" align="top" /><img
src="white.png" height="120" width="2" align="top" alt="" /><img
src="black.png" height="116" width="2" align="top" /><img
src="white.png" height="120" width="2" align="top" alt="" /><img
src="black.png" height="116" width="2" align="top" /><img
src="white.png" height="120" width="2" align="top" alt="" /><img
src="black.png" height="116" width="2" align="top" /><img
src="white.png" height="116" width=".4" /></td></tr>
<tr><td><img src="white.png" height="4" width="1"></td></tr>
</table>
<BR>
As text:<BR><font size=-2><tt>
---------I-I-##--##--#--##-####-#--###-#-###--######-I-I-
I</tt></font><BR><BR>
Encoding <B>'UPC-E'</B> has been used<BR>
<HR size=1 noshade>
EAN-12/EAN-13 Tools by <A href="http://www.ashberg.de">Folke
Ashberg</A><BR>
<BR>

<BR>
<HR size=1 noshade>
<div align="center">
<br />
<b>Notice</b>: Undefined index: front in
<b>/home/folke/www/ashberg.de/includes.php</b> on line <b>100</b><br
/>
<div class="noprint"><A href="/">HOME</A><BR><BR></div>
&copy; 1999-2012 by <B>Folke Ashberg</B> |
<A href="/mail.php">&lt;<script language="JavaScript"
type="text/javascript">
//<!--
/* hello spammer */
x=new
Array(102,111,108,107,101,32,97,116,32,97,115,104,98,101,114,103,32,10
0,111,116,32,100,101);
for (var a=0;a<x.length;a++) document.write("&#"+x[a]+";");
//-->
</script>&gt;</A><BR>
<div class="noprint">
<a href="http://validator.w3.org/check?uri=referer"><img
align=middle
src="http://www.w3.org/Icons/valid-html401"
alt="Valid HTML 4.01!" height="31" width="88"></a>
<a href="http://jigsaw.w3.org/css-validator/check/referer"><img
align=middle
src="http://jigsaw.w3.org/css-validator/images/vcss" alt="Valid
CSS!" ></a>

<BR clear=all>
<span id="style_default">
<a href="#"
onclick="setActiveStyleSheet('Folkes default stylesheet');
return false;">change style to default</a>
|
</span>
<span id="style_alernate">
<a href="#"
onclick="setActiveStyleSheet('Folkes alternative stylesheet');
return false;">change style to alternate</a>
|
</span>
<a href="#"
onclick="setActiveStyleSheet('none');
return false;">change style to none</a>

</div>
</div>
</BODY>
</HTML>


http://www.ashberg.de/php-barcode/?code=123456&scale=2&bar=ANY

Potrebbero piacerti anche