export_symbol_svg
Export KiCad symbol libraries to SVG images. Provide the .kicad_sym file path and output directory to generate individual SVG files for each symbol.
Instructions
Export symbol library to SVG images.
Args:
symbol_lib_path: Path to .kicad_sym file. Optional; omit to use the configured default.
output_dir: Output directory. Optional; omit to use the configured default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| output_dir | No | ||
| symbol_lib_path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| count | Yes | ||
| files | Yes | ||
| format | Yes |