Skip to content

Instantly share code, notes, and snippets.

@vphill
Created October 14, 2014 11:26
Show Gist options
  • Save vphill/37cb4f9b21a43cfa9d37 to your computer and use it in GitHub Desktop.
Save vphill/37cb4f9b21a43cfa9d37 to your computer and use it in GitHub Desktop.
Ghostscript pdf to jpeg
gs -dUseCIEColor -dFAPIDEBUG -sDEVICE=jpeg -o out-%d.jpg -sFONTPATH=/Users/mphillips/Desktop/auditors/msfonts-master/fonts/ -sFontMap="/CenturyGothic,Bold (/Users/mphillips/Desktop/auditors/msfonts-master/fonts/gothicb.ttf) ;" -r400x400 13-704.pdf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment