Installing virtual printer using PSA
Ratheesh Pai
0
Reputation points
- 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
- 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
- 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)
Sign in to answer