Skip to content

Instantly share code, notes, and snippets.

@leveled
Created February 1, 2021 19:59
Show Gist options
  • Save leveled/5037e8b49a8f62da8b16bb421d0e6f77 to your computer and use it in GitHub Desktop.
Save leveled/5037e8b49a8f62da8b16bb421d0e6f77 to your computer and use it in GitHub Desktop.
Compress images into a single pdf
#install image-magick
convert *.jpg -auto-orient pictures.pdf
#Add this beforre </policymap> in /etc/ImageMagick-6/policy.xml
<policy domain="coder" rights="read | write" pattern="PDF" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment