DOKK / manpages / debian 11 / libcam-pdf-perl / extractjpgs.1p.en
EXTRACTJPGS(1p) User Contributed Perl Documentation EXTRACTJPGS(1p)

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

 extractjpgs [options] infile.pdf outdirectory
 Options:
   -S --skip=imnum     don't output the specified images (can be used multiple 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 to retrieve the image numbers.

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".

CAM::PDF

crunchjpgs

listimages

extractallimages

uninlinepdfimages

See CAM::PDF

2016-05-29 perl v5.22.2