The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

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

SYNOPSIS

 extractjpgs.pl [options] infile.pdf outdirectory

 Options:
   -S --skip=imnum     don't output the specified images (can be used mutliple times)
   -v --verbose        print diagnostic messages
   -h --help           verbose help message
   -V --version        print CAM::PDF version

imnum is a comma-separated list of integers indicating the images in order that they appear in the PDF. Use listimages.pl to retrieve the image numbers.

DESCRIPTION

Requires the ImageMagick convert program to be available

Searches the PDF for JPG images and saves them as individual files in the specified directory. The files are named <imnum>.jpg.

SEE ALSO

CAM::PDF

crunchjpgs.pl

listimages.pl

extractallimages.pl

uninlinepdfimages.pl

AUTHOR

See CAM::PDF