Subject: | $pdf->pages causes hang-up |
When the "pages" function of PDF::API2 is called for the attached PDF file, no result is returned. The program hangs, causing a high CPU load.
Distribution file name: PDF-API2-0.46.003.tar.gz
Revision: 1.83
Perl version: v5.8.4 built for sun4-solaris
OS: SunOS 5.8
Code for reproducing the bug:
#! /usr/local/bin/perl
use PDF::API2;
my $file = shift or die "No file name given\n";
my $PDFfile = PDF::API2->open($file);
print $PDFfile->pages, "\n";
Thank you in advance for taking care of this!
Message body not shown because it is not plain text.