first of all: if I ask again a common question, I’m sorry. I used the search function before but didn’t find an answer.
My question: I want to write a longer report and need some schematics for it. I have made the schematics with KiCad. Now I want to export the schematics, ideally as a PDF.
But the plot function always plots an enormous amount of white space around a rather small circuit. It seems like KiCad always draws the whole sheet. Is there a better way?
When I open the SVG in Inkscape I can select just the drawing without the frame and then render it in any resolution as SVG is a vector format. So maybe you need the tools to deal with SVG.
Well, I found another issue. I can plot a SVG but the SVG plots each text more than one time. It seems there is no pattern. Sometimes I get the same text three or four times, plottet on top of each other but with a slight offset.
So I’m going to use screenshots for now and write some bug tickets for the future.
@gmc I prefer PDFs or SVGs. These formats scale better.
Verify first that the text is only present once in the schematic itself.
Some time ago there was a user here who had trouble with duplicated parts on the PCB, and I discovered the cause was that a hierarchical sheet was inserted twice in the schematic, but with the same coordinates, and this was hard to see in the schematic.