Hello i am working on my first plugin that normalize and automatize the fabrication outputs.
I generate gerbers,drill, bob, schematic. etc etc.
Another thing that i need generate is all PCB layers on PDF format (normally the certification bureau require this in pdf format)
i try this command with the same structure than another outputs:
“[PATH]\kicad-cli.exe” pcb export pdf “[PATH_PJT]\[PJT_NAME].kicad_pcb” --mode-multipage --black-and-white --drill-shape-opt 2 --output “[PATH_PJT]\[PJT_NAME]\Outs\Eng\[PJT_NAME].pcb.pdf”
The question is that generate the folder “pcb.pdf” and put the project.pdf inside instead of create the project.pcb.pdf as do all another outputs generated by kicad-cli
I think that this is a small bug, or if is a behaviour must be a way to solve this. Thanks for any clue or workaround.
In another hand, if is possible i want include drill inside the generated pcb.pdf