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 poppler
pdftoppm -jpeg input.pdf image-name
pdftoppm -png input.pdf image-name
pdftoppm -h
That’s all from the Gemba, for those who want to batch convert PDF to image files on macOS.