Created
August 4, 2019 11:35
-
-
Save tothi/fa6ee18a6e07ba7d7ff977acfedf6cb3 to your computer and use it in GitHub Desktop.
convert pdf to a4 (fit-to-page) using imagemagick
This file contains 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
# comment out <policy domain="delegate" rights="none" pattern="gs"/> from /etc/ImageMagick-7/policy.xml | |
convert -density 150 -define pdf:fit-page=A4 $src.pdf $dst.pdf | |
# adobe reader error -> use chrome to open & print (on win) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment