Created
March 26, 2016 23:13
-
-
Save innermond/9cfc6a69c8e4b9ab2034 to your computer and use it in GitHub Desktop.
export single page pdfs as pngs using inkscape
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 f in *; do inkscape "$f" -z --export-dpi=300 --export-area-drawing --export-png="$f.png"; done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment