commands.sh

svgtopam

all

Convert an SVG file to Netpbm format.

More info →

Options (1)

-tboolean

Emit textual output describing the input image

Example: svgtopam {{[-t|-trace]}} {{path/to/file.svg}}

Examples (2)

Convert an SVG file to Netpbm format

svgtopam path/to/file.svg > path/to/output.pam

Emit textual output describing the input image

svgtopam [-t|-trace] path/to/file.svg
made by @shridhargupta | data from tldr-pages