I've been trying to export a SVG file to a PDF using the command line on windows 7, but I keep getting an error. For example, when typing:
Code: Select all
inkscape -f test.svg -A test.pdf
I get the following output:
Code: Select all
C:\Program Files (x86)\Inkscape\share\extensions
RegistryTool: Could not set the value 'C:\Program Files (x86)\Inkscape\inkscape.exe'
I read that I should use complete paths, and when doing so I get the following output:
Code: Select all
RegistryTool: Could not set the value 'C:\Program Files (x86)\Inkscape\inkscape.exe'
So, it seems that something changed but I can't run it correctly yet. I checked that I could open an svg file when typing just
Code: Select all
inkscape -f test.svg
So I'm a bit lost with this issue. Has anyone dealt with a similar problem?
Thanks in advance,
Eder.