convert_protel
Convert Protel99SE schematic and PCB files to KiCad 7 format. Accepts .sch, .pcb, .lib files or a zip archive, and outputs KiCad files with a conversion report.
Instructions
Convert a Protel99SE project file to KiCad format.
Converts Protel99SE schematic and PCB files to KiCad 7 format. Accepts individual files (.sch, .pcb, .lib) or a zip archive containing multiple Protel files.
The output ZIP includes the converted KiCad files and a conversion_report.txt describing any warnings or unsupported features (e.g. ASCII schematic format, unsupported .pcblib files).
.ddb archives require mdbtools on the server. If mdbtools is not installed, the API returns a 503 error rather than silently producing no output.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Path to Protel .sch, .pcb, .lib, .ddb, or .zip file | |
| output_path | No | Where to save the output ZIP (default: <stem>_kicad.zip next to input) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||