in reply to Problem with PDFLIB barcode generation
use PDFlib;Is this different from PDFLib on CPAN (note the capital "L")? If so, then ignore the rest of this post.
my $pdfInstance = new PDFlib::PDFlib;PDFlib::PDFlib looks different from the PDFLib SYNOPSIS:
use PDFLib; my $pdf = PDFLib->new("foo.pdf");
Other considerations:
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Problem with PDFLIB barcode generation
by sriram_perl_diver (Novice) on Nov 06, 2014 at 05:11 UTC | |
by toolic (Bishop) on Nov 06, 2014 at 15:14 UTC |