Hello,I am using inkscape to fast convert PDF files to PNG files. On a new system I have installed version 1.3.2. After this command my whole cmd freezesinkscape --export-type=png --export-overwrite --export-filename="...png" ...pdf
inkscape --export-type=png --export-overwrite --export-filename="...png" ...pdf
After that i still don't get png file. This "script" was good on my previous system. Whole configurations, versions etc are the same
I would try it first with a simple svg to png conversion, so no complications from pdf.
inkscape --actions="export-background:#FF00FF;export-filename:test.png;export-overwrite;export-do" drawing.svg
export-type is not required, as it is determined by the .png file extension in export-filename
export-type
export-filename
On windows you might have to use inkscapecom.com instead of inkscape in some cases.
Hello,
I am using inkscape to fast convert PDF files to PNG files. On a new system I have installed version 1.3.2. After this command my whole cmd freezes
inkscape --export-type=png --export-overwrite --export-filename="...png" ...pdf
After that i still don't get png file. This "script" was good on my previous system. Whole configurations, versions etc are the same
I would try it first with a simple svg to png conversion, so no complications from pdf.
inkscape --actions="export-background:#FF00FF;export-filename:test.png;export-overwrite;export-do" drawing.svg
export-type
is not required, as it is determined by the .png file extension inexport-filename
On windows you might have to use inkscapecom.com instead of inkscape in some cases.