Where can I find entire sample code about Print Support Application(PSA) ?

Woods Sea 10 Reputation points
2024-08-13T02:26:22.9033333+00:00

I am working for writing a PSA application for my printer. I know the guide from here->https://learn.microsoft.com/en-us/windows-hardware/drivers/devapps/print-support-app-design-guide

But I can not find the entire sample code about that ongithub or any other site. Does MS not share it, right? If it does, I don't know why...

I tried to use C++ winrt code to process XPS sequentially , that is to say, I want to process the xps page as soon as it is ready (IPrintWorkflowXpsReceiver2::AddPage() is been called). But it seems the funcion AddPage has not been called. I don't know what's wrong with me...

Please any one can help me? thank you in advance.

Developer technologies | Universal Windows Platform (UWP)
Windows for business | Windows Client for IT Pros | Devices and deployment | Other
Windows for business | Windows Server | User experience | Print jobs
{count} votes

1 answer

Sort by: Most helpful
  1. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more

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.