


Same, but export the drawing (bounding box of all objects), not the Same, but force the PNG file to be 600x400 pixels: inkscape filename.svg -export-png=filename.png -w600 -h400

SVG user unit translates to one bitmap pixel): inkscape filename.svg -export-png=filename.png Print an SVG file from the command line: inkscape filename.svg -p '| lpr'Įxport an SVG file into PNG with the default resolution of 90dpi (one Open an SVG file in the GUI: inkscape filename.svg It can be used for doing SVG processing on the command line as well. While obviously Inkscape is primarily intended as a GUI application, Using the command line to export works around the GUI issues, and it is fairly straightforward (it just means you need to know what your parameters are and type them out.) If you only had one such image to export, I would try:īut since you have over a dozen to export, may I recommend using the command line, as described below?. I'm using 14.04, and I've had similar glitches, though not this particular one.
