Wand Policy Error: error/constitute.c/ReadImage/412

后端 未结 3 1963
终归单人心
终归单人心 2020-12-09 16:36

I am facing the issue while converting pdf to image using Wand:

E           wand.exceptions.PolicyError: not authorized `/opt/sample.pdf\' @ error/constitute.         


        
3条回答
  •  -上瘾入骨i
    2020-12-09 17:07

    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

提交回复
热议问题