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 Imagick to be properly installed and configured in PHP on hosting servers, especially linux just activate this extension. I already installed Imagick according to its documentation, I downloaded the .dll for PHP and put it from the / ext / PHP folder, then I activated it via panel or php.ini
Even after all this process the imagick does not work in PHP, already via CMD it works when I check your installation. Can anyone help?