Skip to content

Instantly share code, notes, and snippets.

@lihaoml
Last active January 26, 2019 01:59
Show Gist options
  • Save lihaoml/24beae877da4301096c3f8d35ded40c3 to your computer and use it in GitHub Desktop.
Save lihaoml/24beae877da4301096c3f8d35ded40c3 to your computer and use it in GitHub Desktop.
gs - pdf to jpg
gs -dNOPAUSE -sDEVICE=jpeg -r144 -sOutputFile=p%03d.jpg file.pdf
https://christianheilmann.com/2012/09/30/quick-one-converting-a-multi-page-pdf-to-a-jpg-for-each-page-on-osx/
merge pdf
gs -dBATCH -dNOPAUSE -q -sDEVICE=pdfwrite -sOutputFile=out.pdf *.pdf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment