In order to leverage Print to Kno2, Windows must have the Microsoft Print to PDF Driver enabled. In order to enable this, a system administrator can execute either of the below options.
GUI
Open the Windows Start Menu
Type in “features” and click “Turn Windows features on or off”
Check “Microsoft Print to PDF”
Click “OK”
PowerShell/Command Prompt
Open PowerShell or Command Prompt as administrator and run the following command:
dism /Online /Enable-Feature /FeatureName:"Printing-PrintToPDFServices-Features" /NoRestart