Skip to content

Instantly share code, notes, and snippets.

@tothi
Created August 4, 2019 11:35
Show Gist options
  • Save tothi/fa6ee18a6e07ba7d7ff977acfedf6cb3 to your computer and use it in GitHub Desktop.
Save tothi/fa6ee18a6e07ba7d7ff977acfedf6cb3 to your computer and use it in GitHub Desktop.
convert pdf to a4 (fit-to-page) using imagemagick
# 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