September 2009
Intermediate to advanced
472 pages
16h 45m
English
Most often, the command-line interface is used for exporting SVG documents into other formats. There are command-line parameters for exporting to PNG (18.9 Bitmap Export), PS, EPS, and PDF (1.5.1.1 Adobe’s Vector Formats). For example, exporting to PDF is as simple as:
$ inkscape --export-pdf=file.pdf file.svg
This will create file.pdf; no GUI is loaded, and after completing the export, Inkscape quits. Similarly, you can use --export-ps, --export-eps, and --export-png.
Also, there is --export-plain-svg for converting a document into plain SVG (1.4 A Brief History of SVG). It can be used not only for stripping an Inkscape SVG document of Inkscape-specific metadata, but also for converting any of the supported import formats into SVG (
Read now
Unlock full access