Skip to content

Instantly share code, notes, and snippets.

Avatar

foreachthing

  • Switzerland
  • 17:44 (UTC +02:00)
View GitHub Profile
@foreachthing
foreachthing / InkscapeBatchConvert.bat
Last active August 30, 2021 19:41 — forked from JohannesDeml/README.md
Batch converter for windows using inkscape and the command line
View InkscapeBatchConvert.bat
@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