## Batch convert svg|pdf|eps|emf|wmf to eps|pdf|png|svg ![Screenshot](https://i.imgur.com/tmN6zXe.png) *Batch converter for Windows using Inkscape with the command line* InkscapeBatchConvert is an easy to use solution to quickly convert all files of a folder to another type without the need to open Inkscape. The program uses Windows Batch scripting and will only work on Windows. Tested with Inkscape 0.9.x - 1.0.x ✅ ## Usage 1. Download `_InkscapeBatchConvert.bat` 2. Put it in the folder where you have files you wish to convert. 3. Then double click the file to start it. ## Troubleshooting | Problem | Solution | | ------------------------------------------------------------ | ------------------------------------------------------------ | | Windows blocks the program | `Right click the file → Properties → Unblock` | | ![Windows protected your PC](https://i.imgur.com/fSAJXh0.png) | ![Disable blocking](https://i.imgur.com/2SBAyuv.png) | | Can't find Inkscape installation | All common file paths are checked for the installation. If you haven't installed Inkscape download it [here](https://inkscape.org/download), otherwise you can also define your own path in the script by setting `inkscapePath1` yourself | | ![Can't find inkscape installation](https://i.imgur.com/thIao2h.png) | ![custom inkscape path](https://i.imgur.com/ALZUBsl.png) | ## Credits * [JohannesDeml](https://github.com/JohannesDeml) * [Elrinth](https://github.com/Elrinth) * [leifcr](https://github.com/leifcr)