Inkscape command line: Need to convert SVG to eps without filter rasterisation -
i need convert svg eps , use inkscape this.
to convert svg using inkscape gui version, open svg, , "save as" 'logo.eps', unselecting "rasterize filter effects" option.

however, want automate process using command line. using
inkscape logo.svg -e logo.eps
works not disable filter rasterisation. have done research can't figure out how can provide me correct command? thanks
the command had use fix problem
inkscape in.svg -e out.eps --export-ignore-filters --export-ps-level=3 where in.svg image , out.eps eps comes out.
Comments
Post a Comment