scripts
scripts copied to clipboard
pdfinvert.rb does not work with new inkscape version
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...
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.