SVG PDF
This is the commands you need to use to convert a SVG file to PDF file:
rsvg-convert -f pdf -o t.pdf t.svg
Requirements (tested on Linux and macOS only)
Ubuntu
sudo apt-get install librsvg2-bin
Gentoo
emerge -av librsvg
macOS
Note that this requires homebrew installed on your mac.
brew install librsvg