Batch convert multiple PDF to Image on Mac

32,622

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.
Share:
32,622

Related videos on Youtube

Admin
Author by

Admin

Updated on September 17, 2022

Comments

  • Admin
    Admin over 1 year

    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.

  • Bobbie
    Bobbie over 14 years
    Hmm...I tried it, but where does the output file go? I don't see anything.
  • James Polley
    James Polley over 14 years
    The help text for the action (lower-left corner of Automator) has a note saying that the output files are randomly named - "this action is often followed by the Rename Finder Items -> Make Sequential" action. I did that, and added a "Move finder items" to move them to the Desktop as well. Sorry for being unclear - I've added these steps into the list of actions.
  • Joe
    Joe over 12 years
    This doesn't seem to work for me... I launch the app and it just hangs and does nothing.
  • James Polley
    James Polley over 12 years
    @joe - That's correct. You're not meant to launch the workflow, you just drag-and-drop the files onto the icon
  • Wazowski Man
    Wazowski Man almost 12 years
    How would you make it save the file in place, instead of to a specified folder such as the desktop?