Skip to content

Instantly share code, notes, and snippets.

@alexarje
Last active March 8, 2018 18:40
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 alexarje/79aa5d90da6c90b80f52d48e61224650 to your computer and use it in GitHub Desktop.
Save alexarje/79aa5d90da6c90b80f52d48e61224650 to your computer and use it in GitHub Desktop.
Convert multiple EPS files to PDF
find . -name "*.eps" -exec epstopdf {} ";"
@alexarje
Copy link
Author

alexarje commented Mar 8, 2018

Run in terminal in the folder with your EPS files, and will create PDFs. Last tested on Ubuntu 17.10.

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