PDF_SCH_PrintOptions parameters

  • frame : [boolean] (default: true) Include the frame and title block.

  • all_pages : [boolean] (default: true) Generate with all hierarchical sheets.

  • background_color : [boolean] (default: false) Use the background color from the color_theme (KiCad 6).

  • color_theme : [string] (default: '') Color theme used, this must exist in the KiCad config (KiCad 6).

  • dnf_filter : [string | list(string)] (default: '_null') Name of the filter to mark components as not fitted. A short-cut to use for simple cases where a variant is an overkill.

  • monochrome : [boolean] (default: false) Generate a monochromatic output.

  • output : [string] (default: '%f-%i%I%v.%x') Filename for the output PDF (%i=schematic, %x=pdf). Affected by global options.

  • pre_transform : [string | list(string)] (default: '_null') Name of the filter to transform fields before applying other filters. A short-cut to use for simple cases where a variant is an overkill.

  • sheet_reference_layout : [string] (default: '') Worksheet file (.kicad_wks) to use. Leave empty to use the one specified in the project. This option works only when you print the toplevel sheet of a project and the project file is available.

  • title : [string] (default: '') Text used to replace the sheet title. %VALUE expansions are allowed. If it starts with + the text is concatenated.

  • variant : [string] (default: '') Board variant to apply. Not fitted components are crossed.