Skip to content

SVG

SVG to pdf

inkscape --file=input.svg --export-area-drawing --without-gui --export-pdf=output.pdf

SVG to png

inkscape -w 1024 -h 1024 input.svg -o output.png