Created
November 13, 2014 06:39
-
-
Save Frodox/0e0b838b607cb47fafc5 to your computer and use it in GitHub Desktop.
convert pdf to multiple images
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
#!/bin/bash | |
# allow to convert multipage pdfs | |
convert -verbose -density 200 -trim schedule_rus_fin.pdf -quality 90 zeronight%d.jpg |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment