ImageMagick not authorized to convert PDF to an image

emcconville is correct. More specifically edit the Imagemagick policy.xml file to uncomment this line: <!– <policy domain=”module” rights=”none” pattern=”{PS,PDF,XPS}” /> –> And change it from rights=”none” to rights=”read|write” <policy domain=”module” rights=”read|write” pattern=”{PS,PDF,XPS}” /> This was a recent addition to the policy.xml file, I believe, due to a security flaw found in the Ghostscript delegate. I … Read more