Files
cheatsheet-tldr/tldr/svgtopam
2025-04-02 00:19:10 +00:00

18 lines
416 B
Plaintext

---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# svgtopam
> Convert an SVG file to Netpbm format.
> More information: <https://netpbm.sourceforge.net/doc/svgtopam.html>.
- 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}}`