7

Can Printer Extension UI use the Universal Windows Platform (UWP)?

Kishor
  • 4,006
  • 7
  • 30
  • 47

1 Answers1

4

PrinterExtensionLibrary is part of the "Windows Store device apps" stack, not .Net Core (UWP). Found this example, that shows you how to print in an UWP-App.

Thomas
  • 624
  • 11
  • 28
  • You are right, but I think this is not what I'm looking for. I want to make the whole v4 printer driver UI (PrinterExtension) in UWP. – Kishor Nov 18 '15 at 13:37
  • Yeah, but that was a "No" to your question and therefore the right answer. Would have liked that bounty. :( – Thomas Nov 18 '15 at 16:48
  • Answer to my question is "No". Take the 50 bounty. – Kishor Nov 19 '15 at 10:53