Skip to content

Instantly share code, notes, and snippets.

@FelikZ
Last active February 11, 2019 00:24
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save FelikZ/659e8a44c211fa6e70c2 to your computer and use it in GitHub Desktop.
Save FelikZ/659e8a44c211fa6e70c2 to your computer and use it in GitHub Desktop.
ImageMagick convert from image/pdf to single pdf using portrait view and same size of pages.
Below you can find and example command how to do that:
convert -quality 90 -rotate "90>" -gravity center -units PixelsPerInch -density 150x150 -resize 1240x1753 IMG_2456.JPG 1.pdf IMG_2457.JPG 2.pdf IMG_2458.JPG 3.pdf salaries.pdf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment