[OS X TeX] Batch process eps to pdf

Gerben Wierda Gerben.Wierda at rna.nl
Thu Dec 23 07:34:30 CET 2004


On Dec 23, 2004, at 07:14, David Arnold wrote:

> All,
>
> What's the best way to change a whole bunch of .eps files to .pdf?

In the Terminal in the standard shell:

In a directory

	for i in *.eps
	do
		epstopdf $i
	done

In a directory and all the subdirectories

	find /yourdirectoryhere -name \*.eps -exec epstopdf {} \;

G

>
> --------------------- Info ---------------------
> Mac-TeX Website: http://www.esm.psu.edu/mac-tex/
>           & FAQ: http://latex.yauh.de/faq/
> TeX FAQ: http://www.tex.ac.uk/faq
> List Post: <mailto:MacOSX-TeX at email.esm.psu.edu>
>
>
>

--------------------- Info ---------------------
Mac-TeX Website: http://www.esm.psu.edu/mac-tex/
           & FAQ: http://latex.yauh.de/faq/
TeX FAQ: http://www.tex.ac.uk/faq
List Post: <mailto:MacOSX-TeX at email.esm.psu.edu>





More information about the macostex-archives mailing list