4
I have a local web server that uses Windows Server 2008 R2, IIS7 is the web services manager. I installed an application that needs to convert PDF to JPG, but for this I need the Imagick is installed correctly and configured in PHP, on hosting servers, mainly linux just activate this extension. I have already installed Imagick according to its documentation, downloaded the . dll for PHP and put from the /ext/ folder of PHP, then activated via dashboard or php.ini
Even after all this process Imagick does not work in PHP, already via CMD it works when I check your installation. Anyone can help?
Issue resolved by topic:
 
 http://stackoverflow.com/a/26265214
– Tiago Boeing