Converting PDF to EPS
From SnOwy - Ed's Wiki Notebook
Use these binaries ...
- pdf2ps -- given by macports on Pewter
- ps2eps -- given by texbin on Pewter
I needed to make this conversion for an Elsevier paper which included logos in PDF format. My installation of LaTeX didn't like accepting PDFs in the \includegraphics{} command -- it couldn't find the bounding box. Manual inclusion of the bounding box with the optional parameter bb caused a different crash in ghostscript. Getting (EPS)s (and changing the logo command given by the included sty file) turned out to be the easiest solution.