I'm having some troubles using the epstopdf package (or the epspdfconversion package). I need to include eps figures exported from Matlab into a beamer presentation, and so I wanted to use epstopdf in order to automate the conversion.
However, I get an error and the log file displays the following message:
Code: Select all
system(epstopdf [file_path]/[file_name].eps)...disabled.
! Package graphics Error: File `[file_path]/[file_name].pdf' not found.
See the graphics package documentation for explanation.
Type H <return> for immediate help.
...
l.410 \end{frame}
Using draft setting for this image.
I could manually convert the eps files without any trouble, via the command line or with a drag and drop (I'm using Vista), so the executable is not at fault. Is it a security mechanism activated by default?
Many thanks!