I am facing the issue while converting pdf to image using Wand:
E wand.exceptions.PolicyError: not authorized `/opt/sample.pdf\' @ error/constitute.
Editing the /etc/ImageMagick-6/policy.xml and changed the rights for the pdf line to "read|write":
and restarting the server in my case Jupiter Notebook runtime fixed my issue