Document Version
v2026.07.07.0
Download PDF
Format Coverage Matrix¶
Goal¶
Help you quickly confirm the real supported scope for current input and output formats.
Import Coverage¶
| Path | New document | Append revision | Notes |
|---|---|---|---|
DSN |
Supported | Supported | Design import path |
KiCad .kicad_pcb |
Supported | Supported | Supports 2D / Data / 3D; 3D can prefer imported component models when available and uses proxy bodies when models are missing or unsupported |
KiCad .kicad_pro / .kicad_sch |
Supported | Supported | Supports schematic 2D / Data / Project; multi-sheet projects can switch sheets, search objects, and pick symbol / pin / wire / label |
IPC-2581 XML |
Supported | Supported | Import asks you to choose design vs manufacturing intent |
ODB++ archive / directory |
Supported | Supported | Manufacturing import path |
| Manufacturing-package directory data | Supported | Supported | Final success depends on app recognition |
SES |
Not supported | Conditionally supported | Must be launched from an existing document menu with a base revision |
View Coverage¶
| View | Applies to | Notes |
|---|---|---|
2D |
All open documents | Main PCB review and export view; schematic sheet viewing, search locate, and canvas pick also happen here |
Data |
All open documents | Used for summaries, statistics, and import-stage transitions |
Project |
KiCad .kicad_pro |
Browse project source documents, libraries, and settings, and switch between PCB and schematic entries |
3D |
Design inputs that form a board session | Shows board surfaces, pads, vias, silkscreen, and component bodies; imported 3D models are preferred when available, with proxy bodies or issues when model assets are missing or unsupported |
Export Coverage¶
| Format | Type | iOS | macOS | Notes |
|---|---|---|---|---|
PNG |
Capture export | Files / Other Apps / Photos |
Files |
2D only |
PDF |
Capture export | Files / Other Apps |
Files |
2D only |
DSN |
Original-source or converted export | Files / Other Apps |
Files |
Returns original DSN first when the current revision is already DSN |
KiCad |
Original-source export | Files / Other Apps |
Files |
Returns the original .kicad_pcb when the current revision is KiCad |
KiCad 8 |
Converted export | Files / Other Apps |
Files |
KiCad 6 is no longer offered |
IPC-2581 / ODB++ / Gerber-Drill |
Original-source export | Files / Other Apps |
Files |
Multi-file sources are delivered as a ZIP |

Regression Recommendations¶
- Cover at least one design input and one export format in every regression pass.
- If this round touches Project / schematic behavior, cover one
.kicad_proproject, one standalone.kicad_sch, and verify sheet switching, search, locate/highlight/clear, and symbol/pin/wire/label pick. - If this round touches 3D, validate with a sample that forms a board session.
- If this round touches revision management, include one
append revision + switch current revisionpath. - If this round touches manufacturing import, add one directory-based or archive-based input.
- If this round touches original-source export, include one single-file return path and one multi-file
ZIPexport path.