Convert SVG to PDF

Librsvg

rsvg-convert input.svg -f pdf -o output.pdf

Inkscape

inkscape input.svg --export-pdf=output.pdf

Imagemagick

convert input.svg output.pdf

Meta

Created:

Updated: 2018-06-13 23:06