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…...conversion using a virtual printer. using (var pdfDocument = new...PrinterSettings() { PrinterName = VIRTUAL_PRINTER_NAME, PrintToFile = true, PrintFileName...