Last active
June 13, 2016 08:59
-
-
Save halferty/37f33730d5611630761db87119604263 to your computer and use it in GitHub Desktop.
Convert PDF to PNGs, one per page
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
| "C:\Program Files\gs\gs9.19\bin\gswin64.exe" -dNOPAUSE -dBATCH -sDEVICE=png16m -r600 -dDownScaleFactor=3 -sOutputFile=C:\Users\ed\Desktop\test_images\test-%%03d.jpg C:\Users\ed\Desktop\test.pdf | |
| pause |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://gitlab.mister-muffin.de/josch/img2pdf
https://pypi.python.org/pypi/img2pdf/0.2