I have a pdf catalog that was given to me from a client in pdf format. They don't have the images but they're in the pdf.
Is there a way to extract all images from a pdf using a command line tool while preserving it's original file names?
I reviewed this question here: Extract images from PDF with layer masks but it's for individual images.
The program
pdfimages
from the packagepoppler-utils
might be what you are looking for. From the man page:On newer versions of poppler-utils there is an
all
switch to extract to jpg or png:will output files in the form prefix-nnn.[png|jpg] in the images folder.