Created
November 28, 2018 05:17
-
-
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
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 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