Velvet Star Monitor

Standout celebrity highlights with iconic style.

updates

Batch convert multiple PDF to Image on Mac

Writer Mia Lopez

What would be the quickest way to convert a bunch of pdf files to jpeg files? I know I can open Preview and Save As image, but that could take a long time.

1

2 Answers

Automator has a "Render PDF Pages to Images" action. Under Snow Leopard and El Capitan, there's a wizard that pops up when you run Automator asking you to choose a template. The second template is "Application":

Applications are self-running workflows. Any files or folders dropped onto an Application will be used as input to the workflow.

So:

  • Open Automator
  • Choose "Application"
  • Drag the "Render PDF Pages to Images" action onto the workflow
  • This action produces random filenames, so follow it with "Rename Finder Items" (choose "Make sequential" from the dropdown list(you can skip this action in Sierra as it no longer exists and it just uses original file name)
  • Then add a "Move Finder Items" to have the output files moved to the Desktop (You can click on the "desktop" and choose a different location for the output files to go)
  • Save your new application somewhere (I suggest saving to the desktop makes it easy for drag and drop)
  • Drag files onto it
  • Enjoy.
5

How about pdf2jpg?

PDF2JPG is a droplet based application for converting any number of files you drop on it into either JPG or PNG format, also allows you to select compression level when converting to JPG. This application requires that you have the ImageMagick libraries installed from Fink. Information on installing ImageMagick and, if needed, Fink as well.