[Tex/LaTex] error during pdflatex; geometry-eps-converted-to.pdf’ not found

graphicsmactexpdftex

When running pdflatex the following errors occurred:"

! Package pdftex.def Error: File `geometry-eps-converted-to.pdf' not found.
! Package pdftex.def Error: File `force-eps-converted-to.pdf' not found."

Do I need to install a separate package or is there an other way to solve this?
Where do I find these files?

Best Answer

The reason for the errors are very likely the previous warnings:

LaTeX Warning: File `geometry.eps' not found on input line <xy>.
LaTeX Warning: File `force.eps' not found on input line <xy>.

Check the .log file for these warnings. Do the .eps files exists? If yes, where?

BTW, package epstopdf is loaded, because it is responsible for the suffix -eps-converted-to.pdf. Also -shell-escape should not be necessary at least in TeX Live, in its default settings, restricted shell escape is enabled, allowing repstopdf to run that is used for the conversion.