Skip to content

Instantly share code, notes, and snippets.

@NickNaso
Forked from tpitale/svg-to-vector-pdf.sh
Created January 6, 2018 13:48
Show Gist options
  • Save NickNaso/86e5286e7648a17311a7f86beb2fec22 to your computer and use it in GitHub Desktop.
Save NickNaso/86e5286e7648a17311a7f86beb2fec22 to your computer and use it in GitHub Desktop.
Loop to rsvg-convert all SVG files to Vector PDF
for i in `ls *.svg`
rsvg-convert -f pdf -o PDF/${i}.pdf $i
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment