Skip to content

Instantly share code, notes, and snippets.

@kokoye2007
Last active December 13, 2019 23:14
Show Gist options
  • Save kokoye2007/5e825b37adeeb55b9e089e3121242cb4 to your computer and use it in GitHub Desktop.
Save kokoye2007/5e825b37adeeb55b9e089e3121242cb4 to your computer and use it in GitHub Desktop.
ImageMagick PDF 2 JPG
<policy domain="coder" rights="read | write" pattern="PDF" />
ust before </policymap> in /etc/ImageMagick-7/policy.xml and that makes it work again, but not sure about the security implications of that.
<policy domain="coder" rights="none" pattern="{PS,PS2,PS3,EPS,PDF,XPS}" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment