Skip to content

Instantly share code, notes, and snippets.

@halferty
Last active June 13, 2016 08:59
Show Gist options
  • Select an option

  • Save halferty/37f33730d5611630761db87119604263 to your computer and use it in GitHub Desktop.

Select an option

Save halferty/37f33730d5611630761db87119604263 to your computer and use it in GitHub Desktop.
Convert PDF to PNGs, one per page
"C:\Program Files\gs\gs9.19\bin\gswin64.exe" -dNOPAUSE -dBATCH -sDEVICE=png16m -r600 -dDownScaleFactor=3 -sOutputFile=C:\Users\ed\Desktop\test_images\test-%%03d.jpg C:\Users\ed\Desktop\test.pdf
pause
@halferty

Copy link
Copy Markdown
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment