svg2pdf – Simple converter
For my thesis I needed to get some stuff converted to not look silly for the PDF output of pdflatex. The tools I found were mostly really crappy or not capable of doing what I needed to be done. A simple tool helped me to convert a lot of SVG to PDF for including in my LaTeX document.
I followed this small tutorial to compile the application. On my Debian system I needed to install two libraries to get the compiling started:
apt-get install librsvg2-dev libcairo2-dev
I attached my compiled version of svg2pdf for x86_64 architecture.