Installing virtual printer using PSA

Ratheesh Pai 0 Reputation points
2025-03-27T10:16:31.5+00:00
  • I am trying to create a Virtual Printer (for print to pdf) using PSA as documented here

https://learn.microsoft.com/en-us/windows-hardware/drivers/devapps/print-support-app-v4-design-guide

  1. After creating and deploying the solution from visual studio, i see the app is created but i am unable to see any virtual printer created
  2. As alternative , I tried to use this class for installing virtual printer , but in visual studio this class is not being recognized or compiled
Windows.Devices.Printers
VirtualPrinterManager.InstallVirtualPrinterAsync(VirtualPrinterInstallationParameters, String)

https://learn.microsoft.com/en-us/uwp/api/windows.devices.printers.virtualprintermanager.installvirtualprinterasync?view=winrt-26100#windows-devices-printers-virtualprintermanager-installvirtualprinterasync(windows-devices-printers-virtualprinterinstallationparameters-system-string)

Universal Windows Platform (UWP)
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.