Code: Select all
$file1 = 'http://www.ada.gov/newsltr0606.pdf';
$im1 = new Imagick($file1);
$file2 = 'http://www.nano.gov/NNI_SigInit_Nanoelectronics_Feb_2010.pdf';
$im2 = new Imagick($file2);
and it catches an exception (does not work). Can anyone reproduce this issue? Why does it work in one case, not the other?Wand contains no images `MagickWand-2'
I am on a shared hosting plan, and I have no control about the version installed, which is by the way:
My PHP version and system is: