gillescastel / inkscape-figures

Inkscape figure manager
MIT License
557 stars 119 forks source link

Command flags of inkscape 1.0 have changed #16

Closed gillescastel closed 4 years ago

gillescastel commented 4 years ago

Inkscape 1.0 (currently in beta) has drastically changed its command line interface. In particular, it has deprecated --export-pdf. We should probably check the version of Inkscape using subprocess.check_output(['inkscape', '--version']) and based on that use the appropiate flags.

gillescastel commented 4 years ago

Pull request #17 fixes this. Closing.