[Tex/LaTex] Nanoletters submission problem – pdf figures

pdftiff

I'm trying to submit a paper to Nano Letters. However, the site states it only accepts figures in pdf or tiff format instead of my usual eps format. So I tried replacing the figures with their pdf counterpart, but it does not work. It simply states that the figure is missing. Can't give you much of an error list, as it is part of the online incorporated submission system.

How to incorporate figures in pdf format?

Any other physicist encountered this problem with the ACS site?

Best Answer

...
\usepackage{auto-pst-pdf}
...

and then run the document with pdflatex -shell-escape <file> and all eps images will be converted to pdf and saved in a file <file>-pics.pdf with one page per image.