How to extract JPG image from PDF on the linux command line

Prerequisite: sudo apt install poppler-utils (was already installed on my machine)

pdfimages -j input.pdf output_dir/

-j: Save as JPG

Judith Roth