mon avis ici Use Inkscape as a command line tool to batch convert svg to pdf files.
ls *svg | xargs -I{} inkscape -z -f {} -A {}.pdf
mon avis ici Use Inkscape as a command line tool to batch convert svg to pdf files.
ls *svg | xargs -I{} inkscape -z -f {} -A {}.pdf