Created
January 22, 2019 22:21
-
-
Save gdm/8f3df0b8d1800fa8c0f2d1a168ddc123 to your computer and use it in GitHub Desktop.
Convert big pdf to png 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
| for i in {1..83} ; do echo $i ; pdftoppm file.pdf page-$i -png -f $i -singlefile ; done; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment