
18 Apr
2007
18 Apr
'07
7 p.m.
I am using inkscape to convert SVG to PS, but in order to do it I have to write to my filesystem and pass filename options into inkscape:
inkscape -f invoice.svg -P invoice.ps
What I want to do is this:
inkscape -f - -P -
STDIN -> inkscape -> STDOUT
Thanks,
-Jeff