Can Printer Extension
UI use the Universal Windows Platform (UWP
)?
Asked
Active
Viewed 584 times
7

Kishor
- 4,006
- 7
- 30
- 47
-
Why would you think it couldnt? – Pseudonym Nov 11 '15 at 14:39
-
This can be done in WPF application, I tried with UWP not able to do it, because the "printerextensionlibrary" class library provided by Microsoft is not compatible with UWP . – Kishor Nov 11 '15 at 16:07
-
What assembly/namespace "printerextensionlibrary" refers to? – jsanalytics Nov 12 '15 at 23:51
1 Answers
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
-