Convert (Imagemagick)

    Convert a list of JPEG into one PDF file

    Debian package: imagemagick

    Example

    convert *.jpg -auto-orient pictures.pdf
    

    source

    Error cache resources exhausted

    /etc/ImageMagick-7/policy.xml:

    <policy domain="resource" name="disk" value="1GiB"/>
    

    Note: just increase the 1GiB to more

    source

    Error security policy 'PDF' blocking conversion

    /etc/ImageMagick-7/policy.xml:

    <policy domain="coder" rights="read | write" pattern="PDF" />
    

    source