...it's me again.
Sorry, obviously some paths were wrong.
Getting an error message from Inkscape "File not found... " would have been nice. Anyway...
Code: Select all
inkscape.exe -z -f "Input.eps" -l "Output.svg"
works as expected, as far as I have tested.
As this works, this basically answers an
older question of mine whether there is a working SVG-Printer around which basically "prints" usable SVG files from any application.
The procedure is somewhat "crazy", since it prints a PS which is converted to EPS with subsequent correction of the bounding box which is then converted with Inkscape to SVG. However, after the lengthy installation of all necessary components it is as easy as printing a page to a printer. The good thing is: at the same time I get also an EPS and PDF file additionally to the SVG. If anybody is interested how this works I can give more details.