Screenshot instructions:
Windows
Mac
Red Hat Linux
Ubuntu
Click URL instructions:
Right-click on ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)
From: Jeffrey Moss <jeff@be...> - 2007-04-18 19:01:17
|
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 |