Skip to content

Instantly share code, notes, and snippets.

@DavideD
Created November 3, 2012 21:08
Show Gist options
  • Save DavideD/4008816 to your computer and use it in GitHub Desktop.
Save DavideD/4008816 to your computer and use it in GitHub Desktop.
ImageMagick PDF conversion
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