Comment 11 for bug 941103

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

> inkscape --export-pdf=. myfile.svg

Nit-picking:

$ inkscape --export-ps=. drawing.svg
$ inkscape --export-eps=. drawing.svg

r12982 reports failure for 'pdf' even if the user attempted to export to PostScript or EPS

$ inkscape --export-emf=. drawing.svg
$ inkscape --export-wmf=. drawing.svg

Other file formats: emf/wmf export still crashes with '.' as output file name - probably better handled in a separate report. And then there are more formats pending to be added as command line option (e.g. odg - bug #201614).