I want to export an SVG file to PDF on Windows XP from the command line. When using the command
Code: Select all
inkscape.exe hello.svg -z -D --export-pdf=hello.pdf --export-latex
the process NTVDM uses one CPU core completely, and does not produce anything. (The input file is in the current directory, and inkscape.exe is in the path. Inkscape v0.48.2)
Do you have any ideas how to fix this?