Tuesday, May 19, 2026

This pertains to macOS. Other OS’s may differ.

To export a high resolution image of the entire PDF:

# Note: pdftoppm is provided by Poppler
# If Poppler is not installed then first:
# brew install poppler
pdftoppm -png -r 600 input.pdf output

To export the images that are contained in the PDF:

pdfimages -all input.pdf output

no way