You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There appears the error on wand operations: wand.exceptions.PolicyError: attempt to perform an operation not allowed by the security policy PDF' @ error/constitute.c/IsCoderAuthorized/408
Not sure what we can do, this is a wand issue. Workaround: Add this <policy domain="coder" rights="read | write" pattern="PDF" /> just before </policymap> in /etc/ImageMagick-*/policy.xml.
There appears the error on wand operations:
wand.exceptions.PolicyError: attempt to perform an operation not allowed by the security policy PDF' @ error/constitute.c/IsCoderAuthorized/408
Not sure what we can do, this is a wand issue. Workaround: Add this
<policy domain="coder" rights="read | write" pattern="PDF" />
just before</policymap>
in /etc/ImageMagick-*/policy.xml.See https://stackoverflow.com/questions/52998331/imagemagick-security-policy-pdf-blocking-conversion
The text was updated successfully, but these errors were encountered: