I have a problem concerning pdfcrop.
When I call pdfcrop from commandline I get the following error:
Code: Select all
D:\>pdfcrop
pdfcrop: The Perl script could not be found.
pdfcrop: Data: scripts/pdfcrop/perl/pdfcrop.pl
The following files are present in my miktex installation:
C:\Program Files (x86)\TeX\MiKTeX 2.9\miktex\bin\pdfcrop.exe
C:\Program Files (x86)\TeX\MiKTeX 2.9\scripts\pdfcrop\pdfcrop.pl
I also tried copying pdfcrop.pl to
C:\Program Files (x86)\TeX\MiKTeX 2.9\scripts\pdfcrop\perl\pdfcrop.pl
but it didn't change anything.
My PATH varialbe contains:
C:\Program Files (x86)\Perl\site\bin
C:\Program Files (x86)\Perl\bin
C:\Program Files (x86)\TeX\MiKTeX 2.9\miktex\bin
I allready tried calling the perl script directly. It works but produces another error (probably due to some path error)
Does anyone have an idea what's wrong with my setup of pdfcrop?