Comment 4 for bug 1273352

Revision history for this message
su_v (suv-lp) wrote :

Seems that the only other option with Inkscape itself (saving as 'Plain SVG', converting the plain SVG to PDF) fails because somehow the fix for bug #500440 got lost with 0.48.2 and later versions.

You could try running scour [1] as standalone python script to convert the SVG files to 'Optimized SVG' (can't be scripted via cli), and then convert that optimized SVG to PDF (via inkscape cli).

[1] Scour.py is used by Inkscape as output extension for 'Optimized SVG' and has lots of options to clean SVG files.
    <http://codedread.com/scour/>