pdf2image

Convert PDF pages to image files (PNG, JPEG, TIFF, etc.)

brewmacoslinux
Try with needOr install directly
Source

About

Convert PDFs to images

Commands

pdftoppm

Examples

Convert first page of PDF to PNG image$ pdftoppm input.pdf output -png -f 1 -l 1
Convert all PDF pages to JPEG images$ pdftoppm input.pdf output -jpeg
Convert specific page range to images with custom resolution$ pdftoppm input.pdf output -png -f 2 -l 5 -r 300