logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Author

       See CAM::PDF

perl v5.36.0                                       2022-12-08                                    EXTRACTJPGS(1p)

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

Name

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

See Also

       CAM::PDF

       crunchjpgslistimagesextractallimagesuninlinepdfimages

Synopsis

        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.

See Also