Paketname | libbarcode-code128-perl |
Beschreibung | Perl library to generate CODE 128 bar codes |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 2.01-2 |
Sektion | perl |
Priorität | optional |
Installierte Größe | 56 Byte |
Hängt ab von | perl (>= 5.6.0-16) |
Empfohlene Pakete | |
Paketbetreuer | Debian Perl Group |
Quelle | |
Paketgröße | 23178 Byte |
Prüfsumme MD5 | dbfc060e29213f94128d7ec76fab4042 |
Prüfsumme SHA1 | 83fab3067554727e0728b26596b23e20846a5725 |
Prüfsumme SHA256 | c1ce334de7344d24aca959e0275025e0546b419e11237093d3e74c78c7100ef8 |
Link zum Herunterladen | libbarcode-code128-perl_2.01-2_all.deb |
Ausführliche Beschreibung | Barcode::Code128 generates bar codes using the CODE 128 symbology. It can
generate images in PNG or GIF format using the GD package, or it can generate
a text string representing the barcode that you can render using some other
technology if desired.
.
The intended use of this module is to create a web page with a bar code on it,
which can then be printed out and faxed or mailed to someone who will scan the
bar code. The application which spurred its creation was an expense report
tool, where the employee submitting the report would print out the web page
and staple the receipts to it, and the Accounts Payable clerk would scan the
bar code to indicate that the receipts were received.
.
The default settings for this module produce a large image that can safely be
FAXed several times and still scanned easily. If this requirement is not
important you can generate smaller image using optional parameters, described
below.
|