Hello,
Currently MAUI does not have the print API to print PDF or HTML documents, you need to tap into Android native library and expose this feature for your App.
You could refer to Printing HTML documents and Printing custom documents to get details about how to print HTML/PDF documents by native way.
Then, you could invoke this Android native print function in your MAUI application. You could refer to Invoke platform code.
Please refer to How to print PDF/HTML in MAUI? - Microsoft Q&A
Best Regards,
Wenyan Zhang
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.