Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dettmering/0c82a553fa7c51cebdf65fce2de88f92 to your computer and use it in GitHub Desktop.
Save dettmering/0c82a553fa7c51cebdf65fce2de88f92 to your computer and use it in GitHub Desktop.
Extract single pages as PNGs from multipage PDFs
gs -dBATCH -dNOPAUSE -sDEVICE=png16m -r600 -dUseCropBox -sOutputFile=item-%03d.png input.pdf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment