spatie / pdf-to-image

Convert a pdf to an image
https://murze.be/2015/07/convert-a-pdf-to-an-image-using-php/
MIT License
1.3k stars 228 forks source link

" Class 'Imagick' not found" how to solve #224

Closed new123-ui closed 6 months ago

new123-ui commented 6 months ago

[0] ThrowableError in Pdf.php line 164 , Class 'Imagick' not found

Erol314 commented 6 months ago

install imagick extension. Further may vary depending of your OS, etc.

In my case I use ppa:ondrej/php for multiple php versions under Ubuntu 22.04 and the command was
sudo apt-get install php8.2-imagick

new123-ui commented 6 months ago

Thank you for your help

patinthehat commented 6 months ago

Thanks for your help!