• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Question Is there anyway to enable "read pdf" for php imagick ?

Danny325

Basic Pleskian
I have seen imagick has released a security patch to disable read/write for pdf files.
I need this feature to create images out of pdf files.

According stackoverflow there is a simple way by adding "read" for policy.xml file in etc/Imagemagick-X/ like:
<policy domain="coder" rights="none" pattern="PDF" />
->
<policy domain="coder" rights="read" pattern="PDF" />

Is there any way to enable this in plesk as with every new php version it stop working by default ?
 
Back
Top