Skip to content

Instantly share code, notes, and snippets.

@robworley
Created March 13, 2014 12:13
Show Gist options
  • Save robworley/9527278 to your computer and use it in GitHub Desktop.
Save robworley/9527278 to your computer and use it in GitHub Desktop.
Convert PDF to EPS
gs -dNOPAUSE -dNOCACHE -dBATCH -sDEVICE=epswrite -sOutputFile=output.eps input.pdf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment