Created
February 1, 2021 19:59
-
-
Save leveled/5037e8b49a8f62da8b16bb421d0e6f77 to your computer and use it in GitHub Desktop.
Compress images into a single pdf
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
#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