Where can I find entire sample code about Print Support Application(PSA) ?
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.
1 answer
Sort by: Most helpful
-
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