Scroll to navigation

UNINLINEPDFIMAGES(1p) User Contributed Perl Documentation UNINLINEPDFIMAGES(1p)

NAME

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

SYNOPSIS

 uninlinepdfimages [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

extractallimages

extractjpgs

listimages

AUTHOR

See CAM::PDF

2022-06-09 perl v5.34.0