Main > Programming > Libraries >

GD::Barcode 1.15

GD::Barcode 1.15

Sponsored Links

GD::Barcode 1.15 Ranking & Summary

RankingClick at the star to rank
Ranking Level
User Review: 0 (0 times)
File size: 0.87 MB
Platform: Any Platform
License: Perl Artistic License
Price:
Downloads: 940
Date added: 2007-04-24
Publisher: Kawai Takanori

GD::Barcode 1.15 description



SYNOPSIS

ex. CGI
use GD::Barcode::UPCE;
binmode(STDOUT);
print "Content-Type: image/pngnn";
print GD::Barcode->new(EAN13, 123456789012)->plot->png;
with Error Check
my $oGdBar = GD::Barcode->new(EAN13, 12345678901);
die $GD::Barcode::errStr unless($oGdBar); #Invalid Length
$oGdBar->plot->png;

GD::Barcode is a subclass of GD and allows you to create barcode image with GD. This module based on "Generate Barcode Ver 1.02 By Shisei Hanai 97/08/22".

From 1.14, you can use this module even if no GD (except plot method).
new

$oGdBar = GD::Barcode::UPCE->new($sType, $sTxt);
Constructor. Creates a GD::Barcode::$sType object for $sTxt.
plot()

$oGd = $oGdBar->plot([Height => $iHeight, NoText => 0 | 1]);
creates GD object with barcode image for the $sTxt specified at new method. $iHeight is height of the image. If NoText is 1, the image has no text image of $sTxt.
ex.
my $oGdB = GD::Barcode->new(EAN13, 123456789012);
my $oGD = $oGdB->plot(NoText=>1, Height => 20);
# $sGD is a GD image with Height=>20 pixels, with no text.
barcode()
$sPtn = $oGdBar->barcode();
returns a barcode pattern in string with 1 and 0. 1 means black, 0 means white.
ex.
my $oGdB = GD::Barcode->new(UPCE, 123456789012);
my $sPtn = $oGdB->barcode();
# $sPtn = ;
$errStr
$GD::Barcode::errStr
has error message.
$text
$oGdBar->{$text}
has barcode text based on $sTxt specified in new method.

GD::Barcode 1.15 Screenshot

Advertisements

GD::Barcode 1.15 Keywords

Bookmark GD::Barcode 1.15

Hyperlink code:
Link for forum:

GD::Barcode 1.15 Copyright

WareSeeker periodically updates pricing and software information of GD::Barcode 1.15 full version from the publisher, so some information may be slightly out-of-date. You should confirm all information before relying on it. Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future development of GD::Barcode 1.15 Edition. Download links are directly from our publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed

Allok Video Splitter 2.2.0 Review:

Name (Required)
Email(Required)
Captcha
Featured Software

Want to place your software product here?
Please contact us for consideration.

Contact WareSeeker.com
Related Software
PDF::Reuse::Barcode is a Perl module that can create barcodes for PDF documents with PDF::Reuse. Free Download
Barcode::Code128 is a Perl module that can generate CODE 128 bar codes. Free Download
Barcode Alpha is powerful, easy-to-use labeling software with WYSIWYG label design interface. It supports all major types of barcode symbologies (EAN13, UPCA/UPCE, Code128 Code39, Bookland, I2of5, Cod Free Download
GD::Convert is a Perl module with additional output formats for GD. Free Download
Cmenu is a Perl extension for menuing and data entry in perl scripts. Free Download
GD::Dashboard is a Perl module to create JPEG graphics of meters and dials. Free Download
GD::Thumbnail is a thumbnail maker for GD. Free Download
GD::XYScale can draw a 2D X-Y scale and use it. Free Download