Hello
In Blazor (server or wasm) I can use the following to print a word document
documentEditor.PrintAsync();
In a Blazor Maui hybrid app the above results in a
"Your PC doesn't have an app that can open this link...."
Does Syncfusion have a method for printing like this in a Maui Blazor hybrid app?
Thanks