• The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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