Skip to content

Instantly share code, notes, and snippets.

@canabady
Last active February 6, 2017 06:35
Show Gist options
  • Save canabady/2b1adffb6f90986209b84e7e6846420d to your computer and use it in GitHub Desktop.
Save canabady/2b1adffb6f90986209b84e7e6846420d to your computer and use it in GitHub Desktop.
Convert PDF to image with high resolution
# ===========================================================
# Convert PDF to image with high resolution
# ===========================================================
convert -density 300 -trim test.pdf -quality 100 test.jpg
# ===========================================================
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment