Hello,
We need to print MS Word documents using a .Net Core 8.0 background service.
As Aspose Words does not have a Print capability, we are thinking of to converting the DOCX to a PDF and then use the PDFViewer from A…...PrintPageDialog = false }; var ps = new Aspose.Pdf.Printing.PrinterSettings()...viewer.PrintDocumentWithSet(pgs, ps); viewer.Close(); }...