description:qsTr("Some printers support more formats than they advertise correctly. However, additional formats can be inferred from other attributes. Mainly relevant for Postscript-compatible printers that also support PDF.")
checked:considerAdditionalFormatsSetting.value
onCheckedChanged:{
considerAdditionalFormatsSetting.value=checked
}
}
TextSwitch{
text:qsTr("Always convert to raster format")
description:qsTr("Force conversion to PWG/URF raster format. This is mainly intended for testing.")
description:qsTr("Use the attribute media-col instead of media for paper sizes. I.e. do parametric selection of print media rather than by name. If you use zero print margins, parametric selection will be used regardless of this setting.")