Skip Menu |

This queue is for tickets about the PDF-API2 CPAN distribution.

Report information
The Basics
Id: 7525
Status: resolved
Worked: 30 min
Priority: 0/
Queue: PDF-API2

People
Owner: Nobody in particular
Requestors: systems [...] nap.edu
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.40_55
Fixed in: (no value)

Attachments


Subject: hang in importpage
Got a hang doing an importpage from the attached PDF, at least on my Red Hat 9 (Perl 5.8.0) machines and Mac OS X (Perl 5.8.1). The following short script reproduces it, hanging around page 45: #!/usr/bin/perl use PDF::API2; $pdf = PDF::API2->open(shift(@ARGV)); for($x=1 ; $x < ($pdf->pages + 1) ; $x++){ my $newpdf = PDF::API2->new; print "Creating PDF from page $x\n"; $newpdf->importpage($pdf, $x, 0); print "saving\n"; $newpdf->saveas("/dev/null"); }
Download 030909237X.pdf
application/pdf 3m

Message body not shown because it is not plain text.