Export Schematic Pdf
export_schematic_pdfConvert KiCAD schematic files to PDF documents with kicad-cli, supporting black-and-white export for print-ready output.
Instructions
Export schematic to PDF format using kicad-cli.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| outputPath | Yes | Output PDF 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 |