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…...Document(inputFilePath)) { var viewer = new Aspose.Pdf.Facades.P... 0, 0); viewer.PrintDocumentWithSet(pgs, ps); viewer.Close();...