Files
Test_7/kibot/yaml/kibot_out_pdf_schematic.yaml
Jonathan Krauss 862bd3b95f
All checks were successful
KiBot CI / test (push) Successful in 49s
Initial commit
2026-03-10 23:04:58 +00:00

27 lines
613 B
YAML

# KiBot output for generating schematics in PDF format
# https://kibot.readthedocs.io/en/latest/configuration/outputs/pdf_sch_print.html
kibot:
version: 1
outputs:
- name: @NAME@
comment: '@COMMENT@'
type: pdf_sch_print
dir: '@DIR@'
category: '@DIR@'
options:
background_color: false
color_theme: '@COLOR_THEME@'
default_font: '@DEFAULT_FONT@'
sheet_reference_layout: '@SHEET_WKS@'
...
definitions:
NAME: pdf_schematic
COMMENT: Schematic in PDF format
COLOR_THEME: Altium_Theme
DEFAULT_FONT: Arial
DIR: schematic
SHEET_WKS: ${KIPRJMOD}/templates/Asymworks_SCH.kicad_wks