Skip to content

Instantly share code, notes, and snippets.

View rokdd's full-sized avatar

rokdd

View GitHub Profile
@rokdd
rokdd / InkscapeBatchConvert.bat
Last active February 14, 2020 14:20 — forked from JohannesDeml/README.md
Batch converter for windows using inkscape and the command line
@Echo off
set "inkscapePath=C:\Program Files\Inkscape\inkscape.exe"
set /a count=0
set validInput1=svg
set validInput2=pdf
set validInput3=eps
set validOutput1=eps
set validOutput2=pdf
set validOutput3=png