Merge several eps files into one PDF

ghostscriptpdfpostscript

I have several hundred encapulated postscript files, and I want to merge them all into one big PDF. How can I do this?

Best Answer

Use a command like:

gs -sDEVICE=pdfwrite -dNOPAUSE -dBATCH -dSAFER -sOutputFile=sin_800.pdf *.eps