Skip to content

Instantly share code, notes, and snippets.

@Neoglyph
Created February 20, 2018 08:36
Show Gist options
  • Save Neoglyph/b124f9ab01b6ac152946362d9276cad2 to your computer and use it in GitHub Desktop.
Save Neoglyph/b124f9ab01b6ac152946362d9276cad2 to your computer and use it in GitHub Desktop.
High quality PDF to Image convert using Imagemagick
convert -density 1200 source.pdf -resize 25% -background white -alpha remove -append resultimage.jpg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment