Skip to content

Instantly share code, notes, and snippets.

@dryliketoast
Created December 22, 2016 14:10
Show Gist options
  • Save dryliketoast/33e7f06c0762e757d3803de773b4772d to your computer and use it in GitHub Desktop.
Save dryliketoast/33e7f06c0762e757d3803de773b4772d to your computer and use it in GitHub Desktop.
# convert pdf to high resolution image
convert -density 1200 page.pdf -resample 300 page.jpg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment