Skip to content

Instantly share code, notes, and snippets.

@kemitchell
Created November 9, 2014 21:30
Show Gist options
  • Save kemitchell/414fcaa664a9920682e1 to your computer and use it in GitHub Desktop.
Save kemitchell/414fcaa664a9920682e1 to your computer and use it in GitHub Desktop.
PDF Conversions
#!/bin/sh
gs -dNOPAUSE -sDEVICE=jpeg -dFirstPage=1 -sOutputFile=`basename $1 .pdf`-page-%d.jpg -dJPEGQ=100 -r600 -q $1 -c quit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment