jai_dgl has asked for the wisdom of the Perl Monks concerning the following question:
I'm Getting the following error,use CAM::PDF; my $filename = 'QA_Software_Automation_Developer.pdf'; my $pdf = CAM::PDF->new($filename); my $pagenos = $pdf->numPages(); for (my $i=1;$i<=$pagenos;$i++) { $page_text .= ' '. $pdf->getPageText($i); } print "page :: $page_text\n";
Is there any other CPAN module to parse this kind of PDFsCan't call method "numPages" on an undefined value at readpdf.pl line
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: CAM::PDF Not extracting
by marto (Cardinal) on Sep 01, 2009 at 09:33 UTC | |
by jai_dgl (Beadle) on Sep 01, 2009 at 09:47 UTC | |
by marto (Cardinal) on Sep 01, 2009 at 09:55 UTC | |
|
Re: CAM::PDF Not extracting
by derby (Abbot) on Sep 01, 2009 at 13:02 UTC | |
|
Re: CAM::PDF Not extracting
by leocharre (Priest) on Sep 01, 2009 at 14:07 UTC |