Last active
February 11, 2019 00:24
-
-
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.
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
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