-
-
Save NickNaso/86e5286e7648a17311a7f86beb2fec22 to your computer and use it in GitHub Desktop.
Loop to rsvg-convert all SVG files to Vector PDF
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 `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