How to export / print to file, including pad numbers and net names?

I’d like to export a PDF or generate some sort of vector file, where pad numbers and associated nets are exported, and visible in that drawing. Essentially similar to how they appear in the PCB editor.

Is that possible, and if so, how?

Here’s an example:


The pads 7 to 15 are visible, as well as an “X” where that pad isn’t connected to any net, and “GND” because that pad is connected to the Net of that name. I wish to export some form of vector graphic with those values, quite similar to how they appear in my editor, etc.

I think it’s not possible with the standard kicad print/plot commands.

OK, is there perhaps a pluging I could use? I’m looking at the Board2Pdf plugin right now, but it doesn’t seem to be able to export those values to PDF either. It just exports the Cu layer as such, without any further pin information

GitHub - easyw/kicadStepUpMod: kicadStepUp: ECAD to MCAD FreeCAD WorkBench ?

That has the sort of feature I’m looking for? I wasn’t aware turning it into MechCAD assets would direct me into that direction…

I think it’s worth trying this plugin, it’s possible to display individual layers in the format you need

I feel like this should be added as an option to the exporters. I will soon be facing a similar issue since I want to use the external renderer function in gitea to allow for basic review functionality in the browser.
Especially for footprints, it will be necessary to at least display the pin numbers.

From my point of view, using external tools for this functionality creates unnecessary dependencies, so I would prefer to only use kicad-cli for this.

Given that the PDF export already is able to export information about e.g. footprints, there should already be some kind of interface for information like this. So this should imho mostly be about extending this functionality.

That would be actually kinda superb.
In my case, it was the PCB manufacturer that requires that PDF, I’d normally simply require people use KiCad to inspect the project file themselves.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.