Enabling Microsoft Print to PDF for Print to Desktop
Print to Desktop requires the Microsoft Print to PDF driver to be enabled on Windows. A system administrator can enable it using either method below.
Option 1: Windows Settings (GUI)
Open the Start Menu
Search for "features" and select Turn Windows features on or off
Check Microsoft Print to PDF
Click OK
Option 2: PowerShell or Command Prompt
Open PowerShell or Command Prompt as an administrator and run:
dism /Online /Enable-Feature /FeatureName:"Printing-PrintToPDFServices-Features" /NoRestart
Changes take effect immediately. No restart is required.



