Thursday, September 10, 2020

PDF to Image solution

I wrote about using Mac OS X Automator for converting a PDF to images. How about Linux? I found this solution: At command line,  execute 

pdftoppm -jpeg <pdf file name> <prefix of jpg files to be created>

It might be already installed in your Linux box. If not, it is part of poppler-util.