Help for this page

Select Code to Download


  1. or download this
    03371 
    _ 
    ...
    P 
    age 
    i
    
  2. or download this
    use CAM::PDF;
    my $doc = CAM::PDF->new($ARGV[0]) || die "$CAM::PDF::errstr\n";
    ...
    {
    print $_ if ($doc->getPageText($_) eq '');
    }