Converting SVG to PNG with Inkscape
Using Inkscape Command Line
Created: 2021-04-30
Program to call
C:\Program Files\Inkscape\inkscape.com
Options
-z
Don't open GUI-f
SVG File-C
Export Entire Image-e
Export To
All Together
"C:\Program Files\Inkscape\inkscape.com" -z -f "C:\somepath\img.svg" -C -e "C:\somepath\img.png"