Multiplatform Printing functionality

Hello,

We are trying to print a PDF document using PdfViewer.PrintDocumentWithSettings in a .Net Core app designed to be multiplatform
However, the settings provided to PrintDocumentWithSettings uses System.Drawing namespace which is not multiplatform.

Any advice to perform this?
Thanks!

@tfipsrd

Please read the following article to print the PDF file in .NET Core. Hope this helps you.
How to print PDF file in .NET Core