Created
November 3, 2012 21:08
-
-
Save DavideD/4008816 to your computer and use it in GitHub Desktop.
ImageMagick PDF conversion
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
convert -verbose -density 150 -trim original.pdf -quality 100 -sharpen 0x1.0 converted.bmp | |
convert a.png b.png -compress jpeg -resize 1240x1753 \ | |
-units PixelsPerInch -density 150x150 \ | |
-repage a4 multipage.pdf |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment