
23 Jan
2005
23 Jan
'05
6:01 p.m.
Hello,
I'd like to convert a bunch of my svgs to eps-format automatically via the commandline. I noticed that there is no option like the one for exporting png but I found
------ -p PRINTER, --print=PRINTER
Print document(s) to the specified printer using `lpr -P PRINTER'. Alternatively, use `| COMMAND' to specify a different command to pipe to, or use `> FILENAME' to write the PostScript output to a file instead of printing. Remember to do appropriate quoting for your shell, e.g.
inkscape --print='| ps2pdf - mydoc.pdf' mydoc.svg ------
in the man-page which seems to come close. What do I have to do to get eps on a windows-system?
thanks and best regards, Steffen