Skip to content
Snippets Groups Projects
Select Git revision
  • ddc41863872925840c0bb237b9b6bc2cdd399cec
  • 3.9 default
  • develop
  • 6.0
  • 5.0
  • 4.0
  • scrutinizer-patch-4
  • scrutinizer-patch-3
  • scrutinizer-patch-2
  • scrutinizer-patch-1
  • 3.7
  • 3.8
  • 3.6
  • 3.9_backported
  • 3.8_backported
  • 3.7_backported
  • 3.5
  • 3.6_backported
  • 3.5_backported
  • 3.4
  • 3.3_backported
  • 6.0.4
  • 6.0.3
  • 5.0.7
  • 6.0.2
  • 6.0.1
  • 5.0.6
  • 6.0.0
  • 5.0.5
  • 6.0.0-rc
  • 5.0.4
  • 6.0.0-beta
  • 5.0.3
  • 4.0.6
  • 5.0.2
  • 5.0.1
  • 4.0.5
  • 5.0.0
  • 4.0.4
  • 5.0.0-rc2
  • 5.0.0-rc1
41 results

info.htm

Blame
  • info.htm 1.41 KiB
    <HTML>
    <HEAD>
    <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
    <TITLE>Extended Code 39 barcodes</TITLE>
    <STYLE>
    BODY {font-family:"Times New Roman",serif}
    H2 {color:#4000A0}
    .st {font-weight:bold; color:#900000}
    </STYLE>
    </HEAD>
    <BODY>
    <H2>Extended Code 39 barcodes</H2>
    <H4 CLASS="st">Informations</H4>Author: <A HREF="mailto:ehavet@yahoo.fr?subject=Extended%20Code%2039%20barcodes">Emmanuel Havet</A><BR>License: Freeware
    <H4 CLASS="st">Description</H4>This script supports both standard and extended Code 39 barcodes. The extended mode gives access
    to the full ASCII range (from 0 to 127). The script also gives the possibility to add a checksum.<BR>
    <BR>
    <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>
    <BR>
    <TT><U>x</U></TT>: abscissa<BR>
    <TT><U>y</U></TT>: ordinate<BR>
    <TT><U>code</U></TT>: barcode value<BR>
    <TT><U>ext</U></TT>: indicates if extended mode must be used (<TT>true</TT> by default)<BR>
    <TT><U>cks</U></TT>: indicates if a checksum must be appended (<TT>false</TT> by default)<BR>
    <TT><U>w</U></TT>: width of a narrow bar (<TT>0.4</TT> by default)<BR>
    <TT><U>h</U></TT>: height of bars (<TT>20</TT> by default)<BR>
    <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)
    </BODY>
    </HTML>