[OS X TeX] EPS to PDF--en masse?

Maarten Sneep maarten.sneep at xs4all.nl
Mon Jun 7 00:01:46 CEST 2004


On 6 jun 2004, at 23:38, Louis A.Talman wrote:

> Is there a way to script this so it'll run in the 
> background--preferably without opening a window for each picture?

 From the terminal:

go to the directory with all these files: cd complete/path/to/directory
complete/path/to/directory can be obtained by dragging the relevant 
folder onto the terminal window from the Finder

Translate them all: apply epstopdf *.eps
(yes, the apply command iterates over all files)

If your files are located in subdirectories, the find command may be of 
use:
find root/directory -type f -name "*.eps" -exec epstopdf {} \;

HTMH

Maarten

-----------------------------------------------------
Post: <mailto:MacOSX-TeX at email.esm.psu.edu>
Please see <http://www.esm.psu.edu/mac-tex/> for list
guidelines, information, and LaTeX/TeX resources.





More information about the macostex-archives mailing list