Skip to content

Instantly share code, notes, and snippets.

@protrolium
Created January 13, 2019 20:03
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save protrolium/3a3addc9add5b9792339a1c1dd51e7be to your computer and use it in GitHub Desktop.
Save protrolium/3a3addc9add5b9792339a1c1dd51e7be to your computer and use it in GitHub Desktop.
imagemagick + ghostscript to covert PDFs to PNG (high quality)

$ convert -verbose -density 150 -trim document.pdf -quality 100 -sharpen 0x1.0 PDF-IMAGES/image.png

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment