Cross-Platform Localization with the Multilingual App Toolkit

Printing has been a key role of computing since the beginning of the personal computer. While users have moved more and more towards smartphones and tablets as their primary computing device, many critical business functions, or common activities, still rely on printed output. This session will discuss how application developers can use Universal Windows Platform SDK to write Windows apps that print (on both PC and phone). This talk includes discussion of important industry standards like PWG Raster, PCLm, OpenXPS, and MS XPS. We will also cover UI considerations when implementing printing. Speaker: Justin Hutchings.
Here I was thinking "it would be so cool if they would announce I could print from my phone" and look at this! Awesome
I'd love to see some work on printing from Windows services, at the moment the only reliable options seems to be GDI. According to the docs GDI+ isn't supported from a service and printing XPS fails completely.
Were there ANY api changes for printing since Win 8.1? I was really really hoping for custom print targets. I cannot have users of my app printing to PDF or any file based printers.
@senloe: The API is the same except for the two points in the deck: there's no charms-based activation, so apps own calling ShowPrintUIAsync() and apps also need to catch exceptions around ShowPrintUIAsync() in case they're on a platform without print support.
Looks great, however I'd love to know if mobile printers, like Zebras, will be supported namely on Windows 10 Mobile. Key difference is that they mostly print variable length printouts and label/tickets using PAN like bluetooth.
Feel free to contact me directly by email, we're a ISV focused on mobile LoB apps.
Hi, feel a little silly, but how do we access the links at the end of the video? Can't seem to find a link to download this as a power point presentation and the whitepapers look very useful!
Since people have asked, here are some links from the talk.
@Alberto Silva: The mobile print stack presented here is designed for document based printers which can connect via Wi-Fi.
Our IoT team added an API for point of sale style/receipt printers which might be a better fit for those kinds of devices. You can have a look at the API here, but I don't have information on which specific devices are supported.
https://msdn.microsoft.com/en-us/library/windows/apps/windows.devices.pointofservice.posprinter.aspx
This has been very helpful for us as we plan our development for a solution that enables companies with large printer deployments to handle printing "natively" from Windows 10 devices. In the meantime, you can always use our solution to email the documents securely to print@<company>.com and just release it from the printer. Happy to give a rundown. - prat@breezy.com.
Hi, @jhutchings. Is the code for this demo available somewhere? Thanks. DM
Hi,@jhutchings. How to slient print perform in UWP application.
Is there any solution to print documents without using print preview in UWP.
How to configure printer drivers in UWP so that print direct in printer.
Please send a suggestion to me for above query.