Skip to content

Instantly share code, notes, and snippets.

@innermond
Created March 26, 2016 23:13
Show Gist options
  • Select an option

  • Save innermond/9cfc6a69c8e4b9ab2034 to your computer and use it in GitHub Desktop.

Select an option

Save innermond/9cfc6a69c8e4b9ab2034 to your computer and use it in GitHub Desktop.
export single page pdfs as pngs using inkscape
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