Skip to content

Instantly share code, notes, and snippets.

@lucaswiman
Created January 19, 2017 21:56
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 lucaswiman/9bd35274c1899242c3f3e30dc97c112b to your computer and use it in GitHub Desktop.
Save lucaswiman/9bd35274c1899242c3f3e30dc97c112b to your computer and use it in GitHub Desktop.
convert pdf to pngs
rm *.png; /usr/local/bin/gs -sDEVICE=png16m -r600 -o page-%03d.png example.pdf
@lucaswiman
Copy link
Author

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