Hello Sarath Admin,
Based on your case, the update KB5078752 for Windows Server 2019 introduced a regression that breaks the built‑in Microsoft Print to PDF virtual printer. At this point, Microsoft has not released a standalone hotfix specifically for this issue. The official guidance is to expect the fix in an upcoming cumulative update, as Microsoft typically rolls these corrections into the next Patch Tuesday release rather than issuing an out‑of‑band patch for a single feature.
In the meantime, the supported workaround is to reinstall the Print to PDF feature. You can do this by disabling and re‑enabling it through Windows Features or via PowerShell. For example, run the following commands in an elevated PowerShell session:
Disable-WindowsOptionalFeature -Online -FeatureName Printing-PrintToPDFServices-Features
Enable-WindowsOptionalFeature -Online -FeatureName Printing-PrintToPDFServices-Features
After a reboot, the virtual printer should be re‑registered. If the issue persists, the only reliable interim solution is to use a third‑party PDF printer driver until Microsoft publishes the cumulative update that resolves the regression.
I recommend monitoring the official Windows Server 2019 update release notes closely. Microsoft has acknowledged similar Print to PDF failures in past builds, and the resolution was delivered in the next servicing cycle.
I hope you've found something useful here. If it helps you get more insight into the issue, it's appreciated to accept the answer. Should you have more questions, feel free to leave a message. Have a nice day!
Domic Vo.