Created
February 19, 2019 09:48
-
-
Save HebeHH/9f4dd3acc50c3baa5cf0b00ffee8c02e to your computer and use it in GitHub Desktop.
Batch eps to pdf from mac command line
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
FILES="*.eps"; for f in $FILES; do ps2pdf -dEPSCrop $f; done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment