Last active
March 8, 2018 18:40
-
-
Save alexarje/79aa5d90da6c90b80f52d48e61224650 to your computer and use it in GitHub Desktop.
Convert multiple EPS files to PDF
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
find . -name "*.eps" -exec epstopdf {} ";" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Run in terminal in the folder with your EPS files, and will create PDFs. Last tested on Ubuntu 17.10.