
0
Answered
PDF thumbnails are not generated although ImageMagick & Ghostscript are installed
Hi there,
I installed ImageMagick and Ghostscript and I am able to convert 1.pdf 1.png successfully.
But I can't see any thumbnail generated under my folder on FileRun. On Control Panel of the PDF, I get this stuck to
Resizing using IMagick PHP Extension
Has it anything to do with /tmp permissions?
Debugging is on (1580059392) Request options: Array ( [skipNotification] => 1 [caching] => [debug] => 1 ) In use options: Array ( [skipNotification] => 1 [caching] => [debug] => 1 [width] => 400 [height] => 400 [geometry] => contain [pageNo] => 0 [forceExt] => pdf ) Processing: /var/www/vhosts/physicslab.gr/httpdocs/library/uploads/HM507.pdf As: pdf File size: 1797003 bytes (1.7 MB) Removing expired lock: /var/www/vhosts/physicslab.gr/httpdocs/library/uploads/.filerun.thumbnails/HM507.pdf/1797003/400_400_contain[1].png.lock Creating lock: /var/www/vhosts/physicslab.gr/httpdocs/library/uploads/.filerun.thumbnails/HM507.pdf/1797003/400_400_contain[1].png.lock Resizing using IMagick PHP Extension
Customer support service by UserEcho
Do you have the IMagick PHP Extension installed? If not, try setting the mode to "Direct exec" and set the path to ImageMagick's convert binary.
It seems that IMagick PHP Extension isn't installed. I set the mode to "Direct exec" and I now get the following. Not sure what path to set.
Looks good!
It seems to work now, when I upload a new PDF. Thanks!