amok

amok wrote

then combine the output images to a pdf file like so:

convert "*.jpg" -quality 100 outfile.pdf

but you might run into an error that says "not allowed by the security policy", in that case edit /etc/ImageMagick-6/policy.xml and change the following line from:

domain="coder" rights="none" pattern="PDF"

to

domain="coder" rights="read|write" pattern="PDF"

5

amok wrote

Reply to by Rat

nazi noise adjacent!

2