Code: Select all
inkscape --without-gui --file=foobar.svg --export-png=foobar.png --export-dpi=600 --export-id-only --export-id=foo --export-id=bar
However, only the last --export-id (namely, 'bar' in the above) gets exported. Is there a way to export multiple IDs?
A related question is whether it is somehow possible to export by layer instead of by ID.
Thanks for the help.