Created
February 20, 2018 08:36
-
-
Save Neoglyph/b124f9ab01b6ac152946362d9276cad2 to your computer and use it in GitHub Desktop.
High quality PDF to Image convert using Imagemagick
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 -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