in reply to Re: Problem with PDFLIB barcode generation
in thread Problem with PDFLIB barcode generation
Both the Print statements are printing out the custom error message I typed (i.e.,ERROR in creating font instance).my $font = $pdfInstance->load_font("Helvetica", "winansi", ""); if ($font == 0) { print LOGFILE ("\nERROR in creating font instance:", $pdfInstance- +>get_errmsg()); print "\nERROR in creating font instance\n\n"; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Problem with PDFLIB barcode generation
by toolic (Bishop) on Nov 06, 2014 at 15:14 UTC |