Last active
December 13, 2019 23:14
-
-
Save kokoye2007/5e825b37adeeb55b9e089e3121242cb4 to your computer and use it in GitHub Desktop.
ImageMagick PDF 2 JPG
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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