Mobile app version of vmapp.org
Login or Join
Angie364

: Since I've faced this issue many times, I've ended with a service based solution. Normally I use the service from https://cloudconvert.com/ but recently I noticed they also offers a cli which

@Angie364

Since I've faced this issue many times, I've ended with a service based solution.
Normally I use the service from cloudconvert.com/ but recently I noticed they also offers a cli which can be invoked to convert any kind of file that one can see on their site.

Just register, obtain a free (just be sure of the free limitations) API Key, install their cli as described here and then (optional) create this simple script for a drag&drop conversion:

'echo off
set CLOUDCONVERT_API_KEY=[your_api_key]
cloudconvert -f svg %*

10% popularity Vote Up Vote Down


Login to follow query

More posts by @Angie364

0 Comments

Sorted by latest first Latest Oldest Best

Back to top | Use Dark Theme