Code: Select all
\DeclareGraphicsExtensions{.pdf,.jpg,.png}
\usepackage{epstopdf}
\epstopdfsetup{outdir=./convertedpics/}
\epstopdfDeclareGraphicsRule{.eps}{pdf}{.pdf}{ps2pdf -dEPSCrop -dPDFSETTINGS=/printer -dMaxSubsetPct=100 -dSubsetFonts=true -dEmbedAllFonts=true #1 \OutputFile}
Everything works fine on a machine (Win 7 pro) with TexnicCenter 1.0 + MiKTeX 2.9 x32 (which is an older version without the latest updates; I'm not administrator on that machine so I can't do any update).
On my personal PC (Win 7 pro) with TexnicCenter 1.0 + MiKTeX 2.9x32 (with the latest updates) the conversion doesn't work:
Code: Select all
! Package pdftex.def Error: File `./convertedpics/TESTfigure-eps-converted-to.pdf' not found.
I have also tried:
- to move the project files to another partition, thinking that it may be a problem with the path.
- installing TeXnicCenter x64 + MiKTeX 2.9 x64 (which is the current configuration) and the problem persist.