pdftoppm Command for Batch Converting PDF to Image Files on macOS
I’ll introduce the pdftoppm command for batch converting PDF to image files on macOS.
 
When I was looking for a way to batch convert PDF to image files to extract only the necessary pages for summarizing corporate IR information for personal use, I found that it could be achieved using the pdftoppm command.
First, install poppler to use pdftoppm.
brew install popplerpdftoppm -jpeg input.pdf image-namepdftoppm -png input.pdf image-namepdftoppm -hThat’s all from the Gemba, for those who want to batch convert PDF to image files on macOS.