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"
}
}