The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

uninlinepdfimages.pl - Save copies of all PDF JPG images to a directory

SYNOPSIS

 uninlinepdfimages.pl [options] infile.pdf [outfile.pdf]

 Options:
   -v --verbose        print diagnostic messages
   -h --help           verbose help message
   -V --version        print CAM::PDF version

DESCRIPTION

Searches the PDF for images and lists them on STDOUT in one of the following formats:

  Image <n> page <p>, (w,h)=(<w>,<h>), ref <label> = object <objnum>, length <l>\n";
  Image <n> page <p>, (w,h)=(<w>,<h>), inline

SEE ALSO

CAM::PDF

crunchjpgs.pl

extractallimages.pl

extractjpgs.pl

listimages.pl

AUTHOR

See CAM::PDF