Skip to content

Instantly share code, notes, and snippets.

@richard512
Created November 28, 2018 05:17
Show Gist options
  • Save richard512/59a5f7c49b7bca141dd7fbb875797f6f to your computer and use it in GitHub Desktop.
Save richard512/59a5f7c49b7bca141dd7fbb875797f6f to your computer and use it in GitHub Desktop.
Convert all PDF files in a directory to JPG files using Linux ImageMagick
convert -density 300 *.pdf -set filename:f '%t' '%[filename:f].jpg'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment