[OS X TeX] Batch process eps to pdf
Peter Dyballa
Peter_Dyballa at Web.DE
Thu Dec 23 11:17:33 CET 2004
Am 23.12.2004 um 07:34 schrieb Gerben Wierda:
> 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 {} \;
>
Or 'apply epstopdf *.eps'
DESCRIPTION
The apply utility runs the named command on each argument argument
in
turn.
--
Greetings
Pete
We are usually convinced more easily by reasons we have found ourselves
than by those which have occurred to others.
(Blaise Pascal)
--------------------- 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