scripts icon indicating copy to clipboard operation
scripts copied to clipboard

pdfinvert.rb does not work with new inkscape version

Open davidschlegel opened this issue 2 years ago • 1 comments

Hello, apparently, the command-line options for inkscape have changed so that pdfinvert.rb no longer works. Can you verify this?

One could try to do it with inkscape --export-type=<TYPE> --export-filename=<OUTPUTFILE> <INPUTFILE> but it did not yield satisfactory results for me. Perhaps inkscape might not be the best converter after all, but I don't know...

davidschlegel avatar Sep 29 '22 15:09 davidschlegel

I just found some local changes to that script that may or may not have been intended to address this. Apparently I started doing something years ago but never finished. I pushed those edits on a new branch, for whatever they're worth.

reitzig avatar Jun 13 '24 19:06 reitzig