Printing in MAUI #562
Replies: 3 comments
-
What was possible on iOS and Android should still work, there will be differences in how to implement the bits as you won't need the In summary printing will be possible but it doesn't come out of the box from the .NET MAUI team. You could ask this question on the .NET MAUI repo to see if they have any thoughts on it. |
Beta Was this translation helpful? Give feedback.
-
Hi @bijington, |
Beta Was this translation helpful? Give feedback.
-
Closed as answered |
Beta Was this translation helpful? Give feedback.
-
MAUI is awesome. Some OA and LOB apps need basic functionalities like printing files (documents, images, receipts, etc.). Existing code which works for Xamarin raises puzzling exceptions when migrated to MAUI projects.
To my knowledge, there are no such libs for MAUI now. Any clues on how to get "printing by printer" functionality in MAUI (on Windows/Android/iOS)?
Thanks to the great Syncfusion team, a Xamarin Printing demo with sample project could be found, it works basically ok in Xamarin, but when migrated to MAUI, the Windows code raises exceptions like "Interface not registered", "Class not registered", etc. Some issues are solved by replacing UI Dispatcher with Dispatcher Queue, and using PrintManagerInterop; while still no clues on these "xxx not registered" issues. These issues seems to be raised due to switching to WindowsAppSDK WinUI3 in MAUI?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions