Some blog about random Linux stuff
23/09/2011
batch convert svg->pdf with Inkscape
for file in *.svg; do inkscape -z -f=$file -A=${file/.svg/.pdf}; done
In other words, RTFM ;)
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment