Export Schematic Svg
export_schematic_svgExport KiCad schematic files (.kicad_sch) to SVG images for documentation, sharing, or integration into reports. Optional black-and-white mode.
Instructions
Export schematic to SVG format using kicad-cli.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| outputPath | Yes | Output SVG file path | |
| blackAndWhite | No | Export in black and white | |
| schematicPath | Yes | Path to the .kicad_sch file |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |