[ Index ]
 

Code source de Dolibarr 2.0.1

Accédez au Source d'autres logiciels libres

Classes | Fonctions | Variables | Constantes | Tables

title

Body

[fermer]

/htdocs/includes/fpdf/code39ext/ -> info.htm (source)

   1  <HTML>
   2  <HEAD>
   3  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
   4  <TITLE>Extended Code 39 barcodes</TITLE>
   5  <STYLE>
   6  BODY {font-family:"Times New Roman",serif}
   7  H2 {color:#4000A0}
   8  .st {font-weight:bold; color:#900000}
   9  </STYLE>
  10  </HEAD>
  11  <BODY>
  12  <H2>Extended Code 39 barcodes</H2>
  13  <H4 CLASS="st">Informations</H4>Author: <A HREF="mailto:ehavet@yahoo.fr?subject=Extended%20Code%2039%20barcodes">Emmanuel Havet</A><BR>License: Freeware
  14  <H4 CLASS="st">Description</H4>This script supports both standard and extended Code 39 barcodes. The extended mode gives access
  15  to the full ASCII range (from 0 to 127). The script also gives the possibility to add a checksum.<BR>
  16  <BR>
  17  <TT>Code39(<B>float</B> x, <B>float</B> y, <B>string</B> code [, <B>boolean</B> ext [, <B>boolean</B> cks [, <B>float</B> w [, <B>float</B> h [, <B>boolean</B> wide]]]]])</TT><BR>
  18  <BR>
  19  <TT><U>x</U></TT>: abscissa<BR>
  20  <TT><U>y</U></TT>: ordinate<BR>
  21  <TT><U>code</U></TT>: barcode value<BR>
  22  <TT><U>ext</U></TT>: indicates if extended mode must be used (<TT>true</TT> by default)<BR>
  23  <TT><U>cks</U></TT>: indicates if a checksum must be appended (<TT>false</TT> by default)<BR>
  24  <TT><U>w</U></TT>: width of a narrow bar (<TT>0.4</TT> by default)<BR>
  25  <TT><U>h</U></TT>: height of bars (<TT>20</TT> by default)<BR>
  26  <TT><U>wide</U></TT>: indicates if ratio between wide and narrow bars is high; if yes, ratio is 3, if no, it's 2 (<TT>true</TT> by default)
  27  </BODY>
  28  </HTML>


Généré le : Mon Nov 26 12:29:37 2007 par Balluche grâce à PHPXref 0.7
  Clicky Web Analytics