Applying finishing options received over IPP

YSoft SafeQ Client v3 supports reading finishing options received over IPP during print job reception. These finishing options can be later applied either using PJL headers or can be sent over IPP, if the MFD is installed using IPP backend. By default, all finishing options will be applied using PJL headers. If you want to apply them using IPP, you can do so by using the following configuration in local.json.

{
"JobDeliveryOptions": {
"IppDeliveryFinishingOptionsApplicationMode": "Ipp"
}
}


If application over IPP is enabled, finishing options will be applied only over IPP for all MFDs with IPP backend. This means, that if the printer does not support finishing options over IPP, finishing options might not be applied to the print job.